Skip to content

Commit

Permalink
docs: fix run-policy link path
Browse files Browse the repository at this point in the history
Fixes this warning from typdoc,
```
./packages/SwingSet/src/controller/controller.js:480:21 - [warning] The relative path ../docs/run-policy.md is not a file and will not be copied to the output directory

480         * [`runPolicy`](../docs/run-policy.md) to rate-limit cleanups.
```
  • Loading branch information
turadg committed Dec 18, 2024
1 parent 681b608 commit c76dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/src/controller/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export async function makeSwingsetController(
*
* The first `controller.run()` after this call will delete all
* the old vat's state at once, unless you use a
* [`runPolicy`](../docs/run-policy.md) to rate-limit cleanups.
* [`runPolicy`](../../docs/run-policy.md) to rate-limit cleanups.
*
* @param {VatID} vatID
* @param {SwingSetCapData} reasonCD
Expand Down

0 comments on commit c76dc1b

Please sign in to comment.