Skip to content

Commit 7f30594

Browse files
committed
fix the broken anchors
1 parent ef1b3db commit 7f30594

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/flutter/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ git push --tags
5757
4. Wait for the build to finish running, and a deploy preview should be created. You can test if your flutter changes work.
5858

5959
:::info
60-
If you made backend changes, they won't be reflected unless you [push local changes to prod env](../supabase/local-development/pull-changes.md#pushing-local-changes-to-prod-env) and/or [deploy the supabase edge functions](../supabase/common-commands.md#deploy-supabase-functions)
60+
If you made backend changes, they won't be reflected unless you [push local changes to prod env](../supabase/local-development/push-changes.md#pushing-local-changes-to-prod-environemnt) and/or [deploy the supabase edge functions](../supabase/common-commands.md#deploy-supabase-functions)
6161
:::
6262

6363
4. Update the [release draft notes](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#editing-a-release) with the changes you made

docs/flutter/setup-supabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flutter run --dart-define-from-file=env.json
2121
```
2222

2323
## Local setup (Optional)
24-
1. [Setup local Supabase](../supabase/local-development/pull-changes.md#setup)
24+
1. [Setup local Supabase](../supabase/local-development/setup.md)
2525
2. Run the flutter web app (in new terminal)
2626

2727
```bash

docs/nextjs/setup-supabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm run
1717

1818

1919
## Local Setup (Optional)
20-
1. [Setup local Supabase](../supabase/local-development/pull-changes.md#setup)
20+
1. [Setup local Supabase](../supabase/local-development/setup.md)
2121
2. Copy local environment file
2222
```
2323
cd nextjs

0 commit comments

Comments
 (0)