From 9133e615020ab93b49c8c51dc1a322ff32c19977 Mon Sep 17 00:00:00 2001 From: hiroto otake Date: Sat, 16 Oct 2021 08:52:28 +0900 Subject: [PATCH] fix: broken links (#61) - Fixed broken links in docs. --- docs/customization-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/customization-guide.md b/docs/customization-guide.md index 42b5ab0..e0826e6 100644 --- a/docs/customization-guide.md +++ b/docs/customization-guide.md @@ -22,7 +22,7 @@ ### Steps 1. Create `includes/before-head-end.html` in your repo. -2. Copy the `:root` block from the [default css file](https://github.com/osmoscraft/osmosfeed/blob/v1.6.0/src/system-static/styles.css) into `before-head-end.html`. +2. Copy the `:root` block from the [default css file](https://github.com/osmoscraft/osmosfeed/blob/master/packages/cli/src/system-static/index.css) into `before-head-end.html`. ```css