8000 docs: fix anchor and repo links by guspan-tanadi · Pull Request #16555 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: fix anchor and repo links #16555

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 4 commits into from
Mar 2, 2025
Merged
Changes from 1 commit
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
Next Next commit
docs(admin/networking): recent section links
  • Loading branch information
guspan-tanadi authored Feb 13, 2025
commit b570898d3cffff7e971663239d71714ee647bea7
2 changes: 1 addition & 1 deletion docs/admin/networking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ as well. There must not be a NAT between users and the coder server.

Template admins can overwrite the site-wide access URL at the template level by
leveraging the `url` argument when
[defining the Coder provider](https://registry.terraform.io/providers/coder/coder/latest/docs#url):
[defining the Coder provider](https://registry.terraform.io/providers/coder/coder/latest/docs#url-1):

```terraform
provider "coder" {
Expand Down
0