Skip to content

Commit 725d211

Browse files
authored
Merge pull request #1 from flutter-news-app-full-source-code/fix_buttons_url
Fix buttons url
2 parents 710a61f + 9045f22 commit 725d211

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
file: ../../assets/houston.webp
99
actions:
1010
- text: 'Get Started: Local Setup'
11-
link: /getting-started/
11+
link: /docs/getting-started/
1212
icon: right-arrow
1313
- text: 'View Live Demos'
1414
link: '#ecosystem'
@@ -141,7 +141,7 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
141141
machine. The trial license allows for a full evaluation of the project's
142142
quality and features for 32 days.
143143
<div style={{ marginTop: '1.5rem' }}>
144-
<LinkButton href="/getting-started/">Begin Local Setup</LinkButton>
144+
<LinkButton href="/docs/getting-started/">Begin Local Setup</LinkButton>
145145
</div>
146146
</Card>
147147
<Card title="Purchase a Lifetime License" icon="rocket">

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)