Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3171216

Browse files
committed
Fix broken links in documentation
1 parent a35a6bf commit 3171216

File tree

8 files changed

+7
-27
lines changed

8 files changed

+7
-27
lines changed

docs/admin/infrastructure/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Workspaces and templates can pull artifacts from an artifact manager, such as
118118
JFrog Artifactory. This can be configured on the infrastructure level, or in
119119
some cases within Coder:
120120

121-
- Tutorial: [JFrog Artifactory and Coder](#TODO)
121+
- Tutorial: [JFrog Artifactory and Coder](../integrations/jfrog-artifactory.md)
122122

123123
### Container Registry (Optional)
124124

docs/admin/integrations/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@ You can host your deployment on almost any infrastructure. To learn how, read ou
99

1010
<children></children>
1111

12-
<!-- - [Deploy workspaces on multiple Kubernetes Clusters](./multiple-kube-clusters.md)
13-
- [Get workspace build logs from Kubernetes](./kubernetes-logs.md)
14-
- [Track deployment metrics with Prometheus](./prometheus.md) -->
15-
1612
The following resources may help as you're deploying Coder.
1713

1814
- [Coder packages: one-click install on cloud providers](https://github.com/coder/packages)
1915
- [Deploy Coder offline](../../install/offline.md)
2016
- [Supported resources (Terraform registry)](https://registry.terraform.io)
2117
- [Writing custom templates](../templates/README.md)
22-
23-
<!-- TODO: writing custom templates link-->

docs/admin/integrations/vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ will show you how to use these modules to integrate HashiCorp Vault with Coder.
2121

2222
[`vault-github`](https://registry.coder.com/modules/vault-github) is a terraform
2323
module that allows you to authenticate with Vault using a GitHub token. This
24-
modules uses the existing GitHub [external authentication]() to get the token
25-
and authenticate with Vault. TODO: Add link to external auth
24+
modules uses the existing GitHub [external authentication](../external-auth.md)
25+
to get the token and authenticate with Vault.
2626

2727
To use this module, you need to add the following code to your terraform
2828
configuration:

docs/admin/monitoring/logs.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,3 @@ resources or a missing image. You can install
5757
events to the Coder UI.
5858

5959
![Kubernetes logs in Coder dashboard](../../images/admin/monitoring/logstream-kube.png)
60-
61-
## Support Bundle
62-
63-
TODO. Unsure if this should go on a separate page, or the root since we have the
64-
tutorial.

docs/admin/networking/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Networking
22

3-
<!-- TODO: Link -->
4-
53
Coder's network topology has three types of nodes: workspaces, coder servers,
64
and users.
75

docs/admin/setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ To configure Coder behind a corporate proxy, set the environment variables
137137
`HTTP_PROXY` and `HTTPS_PROXY`. Be sure to restart the server. Lowercase values
138138
(e.g. `http_proxy`) are also respected in this case.
139139

140-
<!-- TODO. Should we Split all configurations in separate guides? -->
141-
142140
## External Authentication
143141

144142
Coder supports external authentication via OAuth2.0. This allows enabling

docs/admin/templates/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Templates are written in [Terraform](https://developer.hashicorp.com/terraform/i
99
## Learn the concepts
1010

1111
While templates are written in standard Terraform, it's important to learn the Coder-specific concepts behind templates. The best way to learn the concepts is by
12-
[creating a basic template from scratch](../../tutorials/template-from-scratch.md).
13-
14-
<!-- TODO; Consider linking to Terraform help docs -->
12+
[creating a basic template from scratch](../../tutorials/template-from-scratch.md). If you are unfamilliar with Terraform, see [Hashicorp's Tutorials](https://developer.hashicorp.com/terraform/tutorials) for common cloud providers.
1513

1614
## Starter templates
1715

docs/user-guides/workspace-dotfiles.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ your workspace automatically.
1818

1919
![Dotfiles in workspace creation](../images/user-guides/dotfiles-module.png)
2020

21-
<!-- TODO: Template management docs link-->
22-
2321
> Template admins: this can be enabled quite easily with a our
2422
> [dotfiles module](https://registry.coder.com/modules/dotfiles) using just a
2523
> few lines in the template.
@@ -39,10 +37,9 @@ sudo apt update
3937
sudo apt install -y neovim fish cargo
4038
```
4139

42-
<!-- TODO: template admin docs link -->
43-
44-
> Template admins: read the docs on how to enable the `~/personalize` script on
45-
> templates.
40+
> Template admins: refer to
41+
> [this module](https://registry.coder.com/modules/personalize) to enable the
42+
> `~/personalize` script on templates.
4643
4744
## Setup script support
4845

0 commit comments

Comments
 (0)