Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Nov 3, 2022
1 parent 5ca9345 commit 8b3f054
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ designing and testing several of these features.
[token]: https://www.oddbird.net/accoutrement/docs/tokens.html
[utils]: https://www.oddbird.net/accoutrement/docs/utils.html
[vars]: https://www.oddbird.net/accoutrement/docs/vars.html
[ratio]: https://www.oddbird.net/accoutrement/docs/ratio.html
[ratio]: https://www.oddbird.net/accoutrement/docs/ratios.html
[animate]: https://www.oddbird.net/accoutrement/docs/animate.html
[color]: https://www.oddbird.net/accoutrement/docs/color.html
[layout]: https://www.oddbird.net/accoutrement/docs/layout.html
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ yarn
As you work...

- Add or update any appropriate unit tests --
using [True](https://www.oddbird.net/true) --
using [True](https://www.oddbird.net/true/) --
in the `test` directory,
and make sure all tests are passing with `yarn test`
- Add your changes to the [changelog][]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ and [Herman][herman]._

[oddbird]: https://www.oddbird.net/
[susy]: https://www.oddbird.net/susy/
[true]: https://www.oddbird.net/true
[herman]: https://www.oddbird.net/herman
[true]: https://www.oddbird.net/true/
[herman]: https://www.oddbird.net/herman/
[fonts]: https://www.oddbird.net/accoutrement/docs/type.html

## Installation
Expand Down Expand Up @@ -138,7 +138,7 @@ setup and syntax parsing:
[functions]: https://www.oddbird.net/accoutrement/docs/token-register.html

**Note:** We no longer use token maps
internally at [OddBird](https://oddbird.net)
internally at [OddBird](https://www.oddbird.net/)
since Sass "modules" now provide a way
to group & namespace normal Sass variables meaningfully,
and [access module variables as a map](https://sass-lang.com/documentation/modules/meta#module-variables).
Expand Down
2 changes: 1 addition & 1 deletion sass/ratio/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Ratios
// ------
/// Define your own ratios,
/// or alias built-in [named ratios](ratios.html#variable--named-ratios)
/// or alias built-in [named ratios](ratios.html)
/// (all provided names are prefixed with `_` in token maps).
///
/// @group ratio-tokens
Expand Down
4 changes: 2 additions & 2 deletions sass/tokens/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
/// with explicit relationships intact
/// - We can build automation tools around meaningful token-groups,
/// from [font-imports](type-fonts.html)
/// to [generated style guides](https://www.oddbird.net/herman)
/// to [generated style guides](https://www.oddbird.net/herman/)
/// - Unlike `YAML`, `JSON`, and other object languages,
/// Sass is a *style language* that understands the values involved,
/// and provides specific tools for maintaining those values
///
/// **Note:** We no longer use token maps
/// internally at [OddBird](https://oddbird.net),
/// internally at [OddBird](https://www.oddbird.net/),
/// since Sass "modules" now provide a way
/// to group & namespace normal Sass variables in a meaningful way,
/// and [access module variables as a map](https://sass-lang.com/documentation/modules/meta#module-variables).
Expand Down

0 comments on commit 8b3f054

Please sign in to comment.