Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5628ec9

Browse files
fix broken link
1 parent 8d13383 commit 5628ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/dart/serverless-rest-api-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Now that you have an API defined with handlers for each of its methods, it's tim
181181
nitric start
182182
```
183183

184-
Once it starts, the application will receive requests via the API port. You can use the [Local Dashboard](/docs/get-started/foundations/projects/local-development) or any HTTP client to test the API. We'll keep it running for our tests. If you want to update your functions, just save them, they'll be reloaded automatically.
184+
Once it starts, the application will receive requests via the API port. You can use the [Local Dashboard](/get-started/foundations/projects/local-development) or any HTTP client to test the API. We'll keep it running for our tests. If you want to update your functions, just save them, they'll be reloaded automatically.
185185

186186
## Test the API
187187

0 commit comments

Comments
 (0)