Skip to content

chore(docs): move scaling docs under admin/infrastructure #14270

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

Merged
merged 5 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixed typos, link
  • Loading branch information
stirby committed Aug 14, 2024
commit 36600e7780c930b3985388c9497d7d3b2582f759
4 changes: 2 additions & 2 deletions docs/start/coder-tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ is completely free and leverages our

We'll use [Docker](https://docs.docker.com/engine) to manage the compute for a
slim deployment to experiment with
[workpsaces](../tutorials/workspaces/README.md) and
[templates](../tutorials/templates/README.md).
[workspaces](../user-guides/README.md) and
[templates](../admin/templates/README.md).

Docker is not necessary for every Coder deployment and is only used here for
simplicity.
Expand Down
4 changes: 2 additions & 2 deletions docs/start/local-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Coder deployment from our

We'll use [Docker](https://docs.docker.com/engine) to manage the compute for a
slim deployment to experiment with
[workpsaces](../tutorials/workspaces/README.md) and
[templates](../tutorials/templates/README.md).
[workspaces](../user-guides/README.md) and
[templates](../admin/templates/README.md).

Docker is not necessary for every Coder deployment and is only used here for
simplicity.
Expand Down
Loading