Skip to content

Commit 4411aef

Browse files
committed
doc: api - fix broken link
1 parent 2a95a86 commit 4411aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ content-type: application/json
1515
}
1616
```
1717

18-
`sandbox` is the name of the pre-configured sandbox, and `command` is the name of a command supported by that sandbox. See [Adding a sandbox](docs/add-sandbox.md) for details on how to add a new sandbox.
18+
`sandbox` is the name of the pre-configured sandbox, and `command` is the name of a command supported by that sandbox. See [Adding a sandbox](add-sandbox.md) for details on how to add a new sandbox.
1919

2020
`files` is a map, where the key is a filename and the value is its contents. When executing a single file, it should either be named as the `command` expects, or be an empty string (as in the example above).
2121

0 commit comments

Comments
 (0)