From cf7032dd9973ff30d83ea9ac446dfcc6910387cc Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 8 Jul 2024 04:20:58 -0400 Subject: [PATCH] Symlink to new manifest location Clients that aren't yet updated will still rely on this location after the move, and will fail unexpectedly. Symlink allows existing clients to function as otherwise expected until they finally update. --- sherlock/resources/data.json | 1 + sherlock/resources/data.schema.json | 1 + 2 files changed, 2 insertions(+) create mode 120000 sherlock/resources/data.json create mode 120000 sherlock/resources/data.schema.json diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json new file mode 120000 index 00000000..8977d83c --- /dev/null +++ b/sherlock/resources/data.json @@ -0,0 +1 @@ +sherlock_project/resources/data.json \ No newline at end of file diff --git a/sherlock/resources/data.schema.json b/sherlock/resources/data.schema.json new file mode 120000 index 00000000..fc5b1178 --- /dev/null +++ b/sherlock/resources/data.schema.json @@ -0,0 +1 @@ +sherlock_project/resources/data.schema.json \ No newline at end of file