From 19619529853f3ca64ade36e8c397b54086cee8f4 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Wed, 10 Jul 2024 15:41:55 -0700 Subject: [PATCH] package_apis: improve metadata.json link --- src/cookbook/package_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cookbook/package_apis.md b/src/cookbook/package_apis.md index d58fb916..3d25bc48 100644 --- a/src/cookbook/package_apis.md +++ b/src/cookbook/package_apis.md @@ -71,7 +71,7 @@ A normal process: the [`server`](https://github.com/kinode-dao/kinode-book/tree/ #### `metadata.json` -The [`metadata.json`](https://github.com/kinode-dao/kinode-book/tree/main/src/code/remote_file_storage/client/metadata.json) file has a `properties.dependencies` field. +The [`metadata.json`](https://github.com/kinode-dao/kinode-book/blob/main/src/code/remote_file_storage/client/metadata.json#L14-L16) file has a `properties.dependencies` field. When the `dependencies` field is populated, [`kit build`](../kit/build.md) will fetch that dependency from a Kinode hosting it. #### Fetching Dependencies