Skip to content

Commit 5b27d67

Browse files
Update deploy documentation link in quick start guide (#1499)
* Update deploy documentation link in quick start guide Replace old link https://reflex.dev/docs/hosting/deploy/ with new link https://reflex.dev/docs/hosting/cli/deploy/ in the Deploy Quick Start documentation page. Co-Authored-By: Carlos Cutillas <[email protected]> * Replace hardcoded URL with imported path reference - Update Deploy API Reference link to use {docs.hosting.cli.deploy.path} - Follow same pattern as Cloud Config Docs reference - Ensures consistency with path import system Co-Authored-By: Carlos Cutillas <[email protected]> * Fix path reference to use correct namespace structure - Replace {docs.hosting.cli.deploy.path} with {docs.cloud.deploy.path} - The cloud CLI reference pages are built under the 'cloud' namespace, not 'hosting.cli' - Path reference now correctly resolves to /docs/hosting/cli/deploy/ - Tested locally and verified link works correctly Co-Authored-By: Carlos Cutillas <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Carlos Cutillas <[email protected]>
1 parent 7b0c185 commit 5b27d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hosting/deploy-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The command is by default interactive. It asks you a few questions for informati
6363

6464
That’s it! You should receive some feedback on the progress of your deployment and in a few minutes your app should be up. 🎉
6565

66-
For detailed information about the deploy command and its options, see the [Deploy API Reference](https://reflex.dev/docs/hosting/deploy/) and the [CLI Reference](https://reflex.dev/docs/api-reference/cli/).
66+
For detailed information about the deploy command and its options, see the [Deploy API Reference]({docs.cloud.deploy.path}) and the [CLI Reference](https://reflex.dev/docs/api-reference/cli/).
6767

6868

6969
```md alert info

0 commit comments

Comments
 (0)