Skip to content

Commit 2b864ce

Browse files
authored
fix: Remove @main tag from pkg.go.dev in docs links (#5384)
This seems to have broken, but removing the `main` tag makes it resolve to the latest version. See: https://github.com/coder/coder/actions/runs/3675316304/jobs/6215503383
1 parent 88bb901 commit 2b864ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/admin/audit-logs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ In the Coder UI you can filter your audit logs using the pre-defined filter or b
2424

2525
The supported filters are:
2626

27-
- `resource_type` - The type of the resource. It can be a workspace, template, user, etc. You can [find here](https://pkg.go.dev/github.com/coder/coder@main/codersdk#ResourceType) all the resource types that are supported.
27+
- `resource_type` - The type of the resource. It can be a workspace, template, user, etc. You can [find here](https://pkg.go.dev/github.com/coder/coder/codersdk#ResourceType) all the resource types that are supported.
2828
- `resource_id` - The ID of the resource.
2929
- `resource_target` - The name of the resource. Can be used instead of `resource_id`.
30-
- `action`- The action applied to a resource. You can [find here](https://pkg.go.dev/github.com/coder/coder@main/codersdk#AuditAction) all the actions that are supported.
30+
- `action`- The action applied to a resource. You can [find here](https://pkg.go.dev/github.com/coder/coder/codersdk#AuditAction) all the actions that are supported.
3131
- `username` - The username of the user who triggered the action.
3232
- `email` - The email of the user who triggered the action.
3333
- `date_from` - The inclusive start date with format `YYYY-MM-DD`.

docs/admin/automation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ curl 'https://dev.coder.com/api/v2/workspaces' \
3434
3535
## Golang SDK
3636

37-
Coder publishes a public [Golang SDK](https://pkg.go.dev/github.com/coder/coder@main/codersdk) for Coder. This is consumed by the [CLI package](https://github.com/coder/coder/tree/main/cli).
37+
Coder publishes a public [Golang SDK](https://pkg.go.dev/github.com/coder/coder/codersdk) for Coder. This is consumed by the [CLI package](https://github.com/coder/coder/tree/main/cli).

0 commit comments

Comments
 (0)