Skip to content

chore(docs): fix broken links and update file paths #14990

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 1 commit into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/changelogs/v2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- markdown-link-check-disable -->
- [OIDC Role Sync](https://coder.com/docs/admin/users/oidc-auth.md#group-sync-enterprise-premium)

Expand Down
2 changes: 1 addition & 1 deletion docs/install/kubernetes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Empty file removed docs/install/other/openshift.md
Empty file.
6 changes: 3 additions & 3 deletions docs/tutorials/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
Loading