diff --git a/docs/about/contributing/frontend.md b/docs/about/contributing/frontend.md index 9e5e85ef7c..791f3172d2 100644 --- a/docs/about/contributing/frontend.md +++ b/docs/about/contributing/frontend.md @@ -34,7 +34,7 @@ the most important. - [React](https://reactjs.org/) for the UI framework - [Typescript](https://www.typescriptlang.org/) to keep our sanity - [Vite](https://vitejs.dev/) to build the project -- [react-router](https://reactrouter.com/en/main) for routing +- [react-router](https://reactrouter.com/) for routing - [TanStack Query](https://tanstack.com/query/v4/docs/react/overview) for fetching data - [Vitest](https://vitest.dev/) for integration testing @@ -68,7 +68,7 @@ the value. ## Routing -We use [react-router](https://reactrouter.com/en/main) as our routing engine. +We use [react-router](https://reactrouter.com/) as our routing engine. - Authenticated routes - Place routes requiring authentication inside the `` route. The `RequireAuth` component handles all the diff --git a/docs/admin/integrations/dx-data-cloud.md b/docs/admin/integrations/dx-data-cloud.md index 3556370535..c74bafe548 100644 --- a/docs/admin/integrations/dx-data-cloud.md +++ b/docs/admin/integrations/dx-data-cloud.md @@ -81,7 +81,7 @@ After the attribute is uploaded, you'll have a Coder filter option within your D ## Related Resources -- [DX Data Cloud Documentation](https://help.getdx.com/en/) +- [DX Data Cloud Documentation](https://docs.getdx.com/) - [Coder CLI](../../reference/cli/users.md) - [Coder API](../../reference/api/users.md) - [PlatformX Integration](./platformx.md) diff --git a/docs/admin/templates/extending-templates/modules.md b/docs/admin/templates/extending-templates/modules.md index 0f79d1535e..cc2bdca55a 100644 --- a/docs/admin/templates/extending-templates/modules.md +++ b/docs/admin/templates/extending-templates/modules.md @@ -73,7 +73,7 @@ for complete setup instructions. Air-gapped users can clone the [coder/registry](https://github.com/coder/registry/) repo and publish a -[local terraform module repository](https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-a-terraform-module/provider-registry) +[local terraform module repository](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-opentofu-and-terraform-backend-repositories) to resolve modules via [Artifactory](https://jfrog.com/artifactory/). 1. Create a local-terraform-repository with name `coder-modules-local` @@ -203,6 +203,6 @@ coder: ### Next steps - JFrog's - [Terraform Registry support](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-registry) + [Terraform Registry support](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-opentofu-and-terraform-backend-repositories) - [Configuring the JFrog toolchain inside a workspace](../../integrations/jfrog-artifactory.md) - [Coder Module Registry](https://registry.coder.com/modules) diff --git a/docs/install/registry-mirror-artifactory.md b/docs/install/registry-mirror-artifactory.md index f0c4b492c8..21e7a07078 100644 --- a/docs/install/registry-mirror-artifactory.md +++ b/docs/install/registry-mirror-artifactory.md @@ -194,5 +194,5 @@ Ensure the remote repository URL is set to `https://registry.coder.com` and not ## Next Steps - [Coder Module Registry](https://registry.coder.com/modules) -- [JFrog Terraform Registry Documentation](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-registry) +- [JFrog Terraform Registry Documentation](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-opentofu-and-terraform-backend-repositories) - [Air-gapped Deployments](./airgap.md) diff --git a/docs/tutorials/best-practices/organizations.md b/docs/tutorials/best-practices/organizations.md index 512cb92a97..bee1b5e702 100644 --- a/docs/tutorials/best-practices/organizations.md +++ b/docs/tutorials/best-practices/organizations.md @@ -59,7 +59,7 @@ use organizations for several use cases. Since templates and workspaces cannot be moved nor can they belong to multiple organizations, we recommend that you deprecate your template -[through the API](../../reference/api/templates.md#update-template-metadata-by-id) +[through the API](../../reference/api/templates.md#update-template-settings-by-id) or [through the Coder CLI](../../reference/cli/templates_edit.md#--deprecated). When a template is deprecated, the admin prevents new workspaces from being created and developers are notified with a deprecation message which can link to