From c76dc1b65a1e9ea5b16367aa6b7172a29d88f524 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 18 Dec 2024 11:28:23 -0800 Subject: [PATCH] docs: fix run-policy link path 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. ``` --- packages/SwingSet/src/controller/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SwingSet/src/controller/controller.js b/packages/SwingSet/src/controller/controller.js index eace725d4ce..613f36fdaad 100644 --- a/packages/SwingSet/src/controller/controller.js +++ b/packages/SwingSet/src/controller/controller.js @@ -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