Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in docs #1654

Merged
merged 4 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ts/frontend/hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export const rootAssets = api.static({
Keep in mind that this approach will not work if you have a Single-Page Application (SPA) that uses client-side routing.

<GitHubLink
href="https://github.com/encoredev/static-files"
href="https://github.com/encoredev/examples/tree/main/ts/static-files"
desc="Static files example, sercing HTML files from a directory."
/>
2 changes: 1 addition & 1 deletion docs/ts/tutorials/rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Our URL shortener makes use of a PostgreSQL database, so we'll need to supply a
```

The values in this configuration are just examples, you will need to replace them with the correct values for your database.
Take a look at our guide for [deploying an Encore app with a PostgreSQL database to Digital Ocean](docs/ts/self-host/deploy-digitalocean) for more information.
Take a look at our guide for [deploying an Encore app with a PostgreSQL database to Digital Ocean](/docs/ts/self-host/deploy-digitalocean) for more information.

🥐 Build a Docker image by running `encore build docker url-shortener:v1.0`.

Expand Down
2 changes: 1 addition & 1 deletion docs/ts/tutorials/uptime.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ If your app is using infrastructure resources, such as SQL databases, Pub/Sub, o
```

The values in this configuration are just examples, you will need to replace them with the correct values for your database.
Take a look at our guide for [deploying an Encore app with a PostgreSQL database to Digital Ocean](docs/ts/self-host/deploy-digitalocean) for more information.
Take a look at our guide for [deploying an Encore app with a PostgreSQL database to Digital Ocean](/docs/ts/self-host/deploy-digitalocean) for more information.

🥐 Build a Docker image by running `encore build docker uptime:v1.0`.

Expand Down
Loading