Skip to content

Commit 78247ec

Browse files
committed
Fixes bad links
1 parent 3a674df commit 78247ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/docs/containers/beta-info.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, Containers are in beta. There are several changes we plan to make pri
1414
Container limits will be raised in the future. We plan to increase
1515
both maximum instance size and maximum number of instances in an account.
1616

17-
See the [Limits documentation](/containers/limits) for more information.
17+
See the [Limits documentation](/containers/platform-details/#limits) for more information.
1818

1919
### Autoscaling and load balancing
2020

src/content/docs/containers/examples/container-backend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A common pattern is to serve a static frontend application (e.g., React, Vue, Sv
1414
then pass backend requests to a containerized backend application.
1515

1616
In this example, we'll show an example using a simple index.html file served as a static asset,
17-
but you can select from one of many frontend frameworks. See our [Workers framework examples](/workers/frameworks/) for more information.
17+
but you can select from one of many frontend frameworks. See our [Workers framework examples](/workers/framework-guides/web-apps/) for more information.
1818

1919
For a full example, see the [Static Frontend + Container Backend Template](https://github.com/mikenomitch/static-frontend-container-backend).
2020

src/content/docs/containers/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ If you have a custom token or a user with specific privledges, you must have the
2525
- "Containers: Edit"
2626
- "Workers Scripts: Edit"
2727

28-
Refer to [Find zone and account IDs](/fundamentals/setup/find-account-and-zone-ids/) for help locating
29-
your Account ID and [Create an API token](/fundamentals/api/get-started/create-token/) to learn how to create
28+
Refer to [Find zone and account IDs](/fundamentals/account/find-account-and-zone-ids) for help locating
29+
your Account ID and [Create an API token](/fundamentals/api/get-started/create-token) to learn how to create
3030
an access your API token.
3131

3232
### Ensure Docker is running locally

src/content/docs/containers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ regional placement, Workflow and Queue integrations, AI-generated code execution
144144
containers with Wrangler.
145145
</LinkTitleCard>
146146
147-
<LinkTitleCard title="Limits" href="/containers/limits/" icon="seti:lock">
147+
<LinkTitleCard title="Limits" href="/containers/platform-details/#limits" icon="seti:lock">
148148
Learn about what limits Containers have and how to work within them.
149149
</LinkTitleCard>
150150

0 commit comments

Comments
 (0)