Skip to content

Commit 6ff88ef

Browse files
chore(docs): fix invalid paths
1 parent a0d0a95 commit 6ff88ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/reference/agent-api/debug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ Get the manifest the agent fetched from `coderd` upon startup.
7171

7272
### Responses
7373

74-
| Status | Meaning | Description | Schema |
75-
| ------ | ------------------------------------------------------- | ----------- | ----------------------------------------------- |
76-
| 200 | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1) | OK | [agentsdk.Manifest](./schemas#agentsdkmanifest) |
74+
| Status | Meaning | Description | Schema |
75+
| ------ | ------------------------------------------------------- | ----------- | -------------------------------------------------- |
76+
| 200 | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1) | OK | [agentsdk.Manifest](./schemas.md#agentsdkmanifest) |

docs/reference/agent-api/schemas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@
9191
| `workspace_name` | string | true | | |
9292
| `git_auth_configs` | int | true | | |
9393
| `vscode_port_proxy_uri` | string | true | | |
94-
| `apps` | array of [codersdk.WorkspaceApp](../api/schemas#codersdkworkspaceapp) | true | | |
95-
| `derpmap` | [tailcfg.DERPMap](../api/schemas#tailcfgderpmap) | true | | |
94+
| `apps` | array of [codersdk.WorkspaceApp](../api/schemas.md#codersdkworkspaceapp) | true | | |
95+
| `derpmap` | [tailcfg.DERPMap](../api/schemas.md#tailcfgderpmap) | true | | |
9696
| `derp_force_websockets` | boolean | true | | |
9797
| `environment_variables` | object | true | | |
9898
| `directory` | string | true | | |
9999
| `motd_file` | string | true | | |
100100
| `disable_direct_connections` | boolean | true | | |
101101
| `metadata` | array of [codersdk.WorkspaceAgentMetadataDescription](#codersdkworkspaceagentmetadatadescription) | true | | |
102-
| `scripts` | array of [codersdk.WorkspaceAgentScript](../api/schemas#codersdkworkspaceagentscript) | true | | |
102+
| `scripts` | array of [codersdk.WorkspaceAgentScript](../api/schemas.md#codersdkworkspaceagentscript) | true | | |
103103

104104
## codersdk.WorkspaceAgentMetadataDescription
105105

0 commit comments

Comments
 (0)