Skip to content

Commit

Permalink
Fix docs paths (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-johansson authored Nov 25, 2024
1 parent 75e194d commit b23efc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/go/concepts/benefits.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Using Encore.go to declare infrastructure in application code helps unlock sever
## No DevOps experience required

Encore provides open source tools to help you integrate with your cloud infrastructure, enabling you to self-host your application anywhere to supports Docker containers.
Learn more in the [self-host documentation](/go/self-host/docker-build).
Learn more in the [self-host documentation](/docs/go/self-host/docker-build).

You can also use [Encore's Cloud Platform](https://encore.dev/use-cases/devops-automation), which fully automates provisioning and managing infrastructure in your own cloud on AWS and GCP.

Expand Down
6 changes: 3 additions & 3 deletions docs/menu.cue
Original file line number Diff line number Diff line change
Expand Up @@ -1093,17 +1093,17 @@
kind: "basic"
text: "Try Encore for an existing project"
path: "/platform/migration/try-encore"
file: "/platform/migration/try-encore"
file: "platform/migration/try-encore"
}, {
kind: "basic"
text: "Migrate an existing backend to Encore"
path: "/platform/migration/migrate-to-encore"
file: "/platform/migration/migrate-to-encore"
file: "platform/migration/migrate-to-encore"
}, {
kind: "basic"
text: "Migrate away from Encore"
path: "/platform/migration/migrate-away"
file: "/platform/migration/migrate-away"
file: "platform/migration/migrate-away"
}]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/ts/self-host/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lang: ts

Encore supports building Docker images directly from the CLI, which can then be self-hosted on your own infrastructure of choice.

This can be a good choice if Encore's cloud platform isn't a good fit for your use case, or if you want to [migrate away](/ts/migration/migrate-away).
This can be a good choice if Encore's cloud platform isn't a good fit for your use case, or if you want to [migrate away](/docs/ts/migration/migrate-away).

## Building your own Docker image

Expand All @@ -30,4 +30,4 @@ docker run -e PORT=8081 -p 8081:8081 MY-IMAGE:TAG
```

Congratulations, you've built your own Docker image! 🎉
Continue to learn how to [configure infrastructure](/docs/ts/self-host/configure-infra).
Continue to learn how to [configure infrastructure](/docs/ts/self-host/configure-infra).

0 comments on commit b23efc8

Please sign in to comment.