Skip to content

Commit a108eb4

Browse files
committed
docs(api-server): update database seeding guide link
- Replace outdated URL with the correct link to the data seeding and fixtures guide - Ensure users can access the correct information on how the API server handles database seeding
1 parent 94a10ee commit a108eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/api-server/local-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ This guide will walk you through setting up the API server in a local developmen
6161

6262
On its first startup, the server automatically connects to your MongoDB database and seeds it with initial data (countries, topics, users, etc.). This process is idempotent, meaning you can safely restart the server multiple times without creating duplicate data.
6363

64-
For more details on how this works, see the [Understand Database Seeding](/docs/api-server/guides/understand-database-seeding) guide.
64+
For more details on how this works, see the [Understand Database Seeding](/docs/api-server/architecture/data-seeding-and-fixtures) guide.
6565
</Steps>

0 commit comments

Comments
 (0)