8000 [pull] main from coder:main by pull[bot] · Pull Request #159 · Klomgor/coder · GitHub
[go: up one dir, main page]

Skip to content

[pull] main from coder:main #159

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
Jul 3, 2025
Merged
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
chore: fix broken link in docs (coder#18733)
Fixes the "Helm README" link on
https://coder.com/docs/install/kubernetes so it goes to the right path.

Side note: I don't see any content in
https://coder.com/docs/about/contributing/documentation about to whom
such a PR should be assigned, if any. Edward was suggested and I see
you've worked on other PR's with the `docs` label, so going with that.
  • Loading branch information
rowansmithau authored Jul 3, 2025
commit 6db6f48300aa7fea9ccd1730fe8e72680ebd3219
2 changes: 1 addition & 1 deletion docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ coder:
```

You can view our
[Helm README](https://github.com/coder/coder/blob/main/helm#readme) for
[Helm README](https://github.com/coder/coder/blob/main/helm/coder#readme) for
details on the values that are available, or you can view the
[values.yaml](https://github.com/coder/coder/blob/main/helm/coder/values.yaml)
file directly.
Expand Down
Loading
0