diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15062320f..f771e0ad4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ The author reserves the right to reject any PR that's outside the scope of the p ### Branches -`master` - This branch reflects the latest release and powers [shoelace.style](https://shoelace.style/). +`current` - This branch reflects the latest release and powers [shoelace.style](https://shoelace.style/). `next` - This branch is where pull requests will land. It reflects what's coming in the _next_ release, which can be previewed at [next.shoelace.style](https://next.shoelace.style/). diff --git a/docs/getting-started/customizing.md b/docs/getting-started/customizing.md index 9866cb433..74d7a53cb 100644 --- a/docs/getting-started/customizing.md +++ b/docs/getting-started/customizing.md @@ -20,7 +20,7 @@ To customize a design token, simply override it in your stylesheet using a `:roo } ``` -Many design tokens are described further along in this documentation. For a complete list, refer to `shoelace.scss` in the project's [source code](https://github.com/shoelace-style/shoelace/blob/master/src/styles/shoelace.scss). +Many design tokens are described further along in this documentation. For a complete list, refer to `shoelace.scss` in the project's [source code](https://github.com/shoelace-style/shoelace/blob/current/src/styles/shoelace.scss). !> **Never modify variables directly in `shoelace.css`** because your changes will be overwritten when you upgrade the library. Even if you don't plan on upgrading, it's always better to override design tokens in your own stylesheet for better maintainability.