From ca88b95472465ab5fb537f07d39f05148f56d54f Mon Sep 17 00:00:00 2001 From: Daniel <101145494+dan-jan@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:35:52 +0700 Subject: [PATCH] Fix broken links --- docs/docs/developers/apps/build-an-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developers/apps/build-an-app.md b/docs/docs/developers/apps/build-an-app.md index a71f51159..8d110424c 100644 --- a/docs/docs/developers/apps/build-an-app.md +++ b/docs/docs/developers/apps/build-an-app.md @@ -74,7 +74,7 @@ The [`src/`](./src/) directory is the heart of your app! You can replace the con - `index.ts` is your app's mainentrypoint. You can access the Web runtime and define UI in this file. - `module.ts` is your Node runtime in which functions get executed. You should define core logic and compute-intensive workloads in this file. -- `index.ts` and `module.ts` interact with each other via RPC (See [Information flow](./app-anatomy.md#information-flow)) via [`invokePluginFunc`](../reference/01_init.md#invokepluginfunc) +- `index.ts` and `module.ts` interact with each other via RPC (See [Information flow](./app-anatomy.md#information-flow)) via [`invokePluginFunc`](../../reference/01_init.md#invokepluginfunc) Import the Jan SDK