From dd6d092c3d7e4d94e23ef7e5d7bb3224fba1cdd8 Mon Sep 17 00:00:00 2001 From: andytudhope Date: Fri, 20 May 2022 17:47:10 +0200 Subject: [PATCH] principled subtraction ;) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccc2698..a7dd786 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ Look at `packages/admin` and copy the necessary config files. Consider contribut ### Running the server locally -The `storage` service currently needs to connect to a Google Cloud Storage bucket. Consider contributing by adding a version by adding a [storage service](https://github.com/simonkernel/kernel-services/blob/main/packages/storage/src/services/storage.js) backed by a local file system instead. +The `storage` service currently needs to connect to a Google Cloud Storage bucket. Consider contributing by adding a version with a [storage service](https://github.com/kernel-community/services/blob/main/packages/storage/src/services/storage.js) backed by a local file system instead. ### Running an app