From ba836794849d299e5ea320195a080ffc46cfa5af Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 18 May 2023 07:14:08 +0300 Subject: [PATCH] use relative paths for readme links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96b71ed..a996811 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ PORT=1234 node build ## Configuration -Currently, there isn't a proper configuration system - this is not yet made to be hosted by anyone by me. You can head into [`src/lib/config.js`](https://git.oat.zone/oat/cohost-blogger/src/branch/main/src/lib/config.js) for all instance-specific configuration, but this will be expanded into a proper system eventually:tm:. +Currently, there isn't a proper configuration system - this is not yet made to be hosted by anyone by me. You can head into [`src/lib/config.js`](./src/lib/config.js) for all instance-specific configuration, but this will be expanded into a proper system eventually:tm:. ## Writing notes @@ -111,4 +111,4 @@ Each time you add, remove or otherwise modify an NPM dependency, you **must** up ## Attributions - **[@mintexists](https://cohost.org/mintexists)**, for help reverse-engineering the Cohost API -- **[Cohost's devteam](https://cohost.org/staff)** - while this site does interact _with_ Cohost, lots of the [Markdown processing code](https://git.oat.zone/oat/cohost-blogger/src/branch/main/src/lib/markdown) is borrowed from their sourcemaps \ No newline at end of file +- **[Cohost's devteam](https://cohost.org/staff)** - while this site does interact _with_ Cohost, lots of the [Markdown processing code](./src/lib/markdown) is borrowed from their sourcemaps