From 175b101aa825a71bdbb3efa62b4d3413fe7432a1 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 11 Feb 2024 13:26:42 +0700 Subject: [PATCH] docs: update CONTRIBUTING --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3816c074..f6071980 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,6 +17,6 @@ We recommend that you first [suggest your feature idea in our discussion forums] [`dev`](https://github.com/picocss/pico/tree/dev) branch is open for pull requests on `v2`. -[`v1-dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests on `v1`. +[`v1-dev`](https://github.com/picocss/pico/tree/v1-dev) branch is open to pull requests on `v1`. **Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `yarn build`. \ No newline at end of file