Skip to content

Commit

Permalink
doc: api - fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Jun 12, 2024
1 parent 2a95a86 commit 4411aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content-type: application/json
}
```

`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.
`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.

`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).

Expand Down

0 comments on commit 4411aef

Please sign in to comment.