Skip to content

Commit 957e0d9

Browse files
committed
docs: fix broken links in documentation
- Update link to Local Setup Guide in mobile-client/index.mdx - Update relative links in web-dashboard/deployment.mdx, web-dashboard/local-setup.mdx, and web-dashboard/web-dashboard.mdx
1 parent 710a61f commit 957e0d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/mobile-client/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ The mobile client comes packed with features designed to provide a comprehensive
3939

4040
To get the mobile client up and running on your local machine, head over to our setup guide.
4141

42-
- **[Local Setup Guide](./getting-started/local-setup)**
42+
- **[Local Setup Guide](./mobile-client/local-setup)**

src/content/docs/web-dashboard/deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This guide covers the essential steps for deploying the Flutter News App Web Das
2222
```
2323

2424
<Aside>
25-
Ensure that the `baseUrl` for the `production` environment in `lib/app/config/app_config.dart` points to the correct URL of your deployed [API Server](/api-server/deployment/).
25+
Ensure that the `baseUrl` for the `production` environment in `lib/app/config/app_config.dart` points to the correct URL of your deployed [API Server](./api-server/deployment/).
2626
</Aside>
2727

2828
2. **Build the Web Application**

src/content/docs/web-dashboard/local-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This guide will walk you through setting up and running the Flutter News App Web
5050
```
5151

5252
<Aside>
53-
For the `development` environment, you must have the [API Server running locally](/getting-started/local-setup-api) first.
53+
For the `development` environment, you must have the [API Server running locally](./getting-started/local-setup-api) first.
5454
</Aside>
5555

5656
5. **Run the Development Server**

src/content/docs/web-dashboard/web-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This guide covers the essential steps for deploying the Flutter News App Web Das
2222
```
2323

2424
<Aside>
25-
Ensure that the `baseUrl` for the `production` environment in `lib/app/config/app_config.dart` points to the correct URL of your deployed [API Server](/deployment/api-server/).
25+
Ensure that the `baseUrl` for the `production` environment in `lib/app/config/app_config.dart` points to the correct URL of your deployed [API Server](./deployment/api-server/).
2626
</Aside>
2727

2828
2. **Build the Web Application**

0 commit comments

Comments
 (0)