From d6ffa0635ea46f78bfcec016f125ad63386acbdf Mon Sep 17 00:00:00 2001 From: "Lukas.J.Han" Date: Tue, 5 Mar 2024 19:20:49 +0900 Subject: [PATCH] doc: fix broken Agent setup link (#157) Signed-off-by: Lukas --- guides/getting-started/index.md | 4 ++-- versioned_docs/version-0.4/getting-started/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guides/getting-started/index.md b/guides/getting-started/index.md index e736d81f..300ae4df 100644 --- a/guides/getting-started/index.md +++ b/guides/getting-started/index.md @@ -9,11 +9,11 @@ Based on the platform you want to work on, the installation guides you should fo **Do you want to build a mobile app?** - Follow the [Prerequisites](./prerequisites.md). -- Follow the [Agent Setup](./set-up) guide. +- Follow the [Agent Setup](./set-up/index.md) guide. **Do you want to build a server-side app?** - Follow the [Prerequisites](./prerequisites.md). -- Follow the [Agent Setup](./set-up) guide. +- Follow the [Agent Setup](./set-up/index.md) guide. diff --git a/versioned_docs/version-0.4/getting-started/index.md b/versioned_docs/version-0.4/getting-started/index.md index 2ab392dc..d1b5c04b 100644 --- a/versioned_docs/version-0.4/getting-started/index.md +++ b/versioned_docs/version-0.4/getting-started/index.md @@ -9,11 +9,11 @@ Based on the platform you want to work on, the installation guides you should fo **Do you want to build a mobile app?** - Follow the [Prerequisites](./prerequisites.md). -- Follow the [Agent Setup](./set-up) guide. +- Follow the [Agent Setup](./set-up/index.md) guide. **Do you want to build a server-side app?** - Follow the [Prerequisites](./prerequisites.md). -- Follow the [Agent Setup](./set-up) guide. +- Follow the [Agent Setup](./set-up/index.md) guide.