diff --git a/docs/changelogs/v2.0.0.md b/docs/changelogs/v2.0.0.md index 2488071111..1dbca9e216 100644 --- a/docs/changelogs/v2.0.0.md +++ b/docs/changelogs/v2.0.0.md @@ -63,7 +63,7 @@ ben@coder.com! - [Kubernetes log streaming](https://coder.com/docs/platforms/kubernetes/deployment-logs): Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level issues such as ResourceQuota limitations, invalid images, etc. -![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/platforms/kubernetes/coder-logstream-kube-logs-quota-exceeded.png) +![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/admin/integrations/coder-logstream-kube-logs-quota-exceeded.png) - [OIDC Role Sync](https://coder.com/docs/admin/users/oidc-auth.md#group-sync-enterprise-premium) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 4b975e0a11..600881ec02 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -1,7 +1,7 @@ # Install Coder on Kubernetes You can install Coder on Kubernetes using Helm. We run on most Kubernetes -distributions, including [OpenShift](./other.md). +distributions, including [OpenShift](./openshift.md). ## Requirements diff --git a/docs/install/other/openshift.md b/docs/install/other/openshift.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docs/tutorials/faqs.md b/docs/tutorials/faqs.md index a35fb6da12..4fda54804f 100644 --- a/docs/tutorials/faqs.md +++ b/docs/tutorials/faqs.md @@ -62,9 +62,9 @@ troubleshooting. ### How do I configure NGINX as the reverse proxy in front of Coder? -[This doc](https://github.com/coder/coder/tree/main/examples/web-server/nginx#configure-nginx) -in our repo explains in detail how to configure NGINX with Coder so that our -Tailscale Wireguard networking functions properly. +[This doc](../admin/setup/web-server/nginx/index.md) in our repo explains in +detail how to configure NGINX with Coder so that our Tailscale Wireguard +networking functions properly. ### How do I hide some of the default icons in a workspace like VS Code Desktop, Terminal, SSH, Ports?