Skip to content

Commit

Permalink
Use relative links whenever possible (#2995)
Browse files Browse the repository at this point in the history
This reduces the number of github.com links and so the risk of hitting
the rate limit while running tests (which slows things down).
  • Loading branch information
stof committed Jan 12, 2021
1 parent 5e3feee commit a4e9d59
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion accepted/content-args.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ decided that it was both semantically ambiguous and confusing because the
[module system proposal][] uses to declare an argument *invocation* rather than
an argument *declaration*.

[module system proposal]: https://github.com/sass/sass/blob/master/accepted/module-system.md
[module system proposal]: module-system.md

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion accepted/css-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ until the [module system][] was in place and support CSS imports only with
compatibility with the existing LibSass implementation. See
[Background](#background) for more details.

[module system]: https://github.com/sass/sass/blob/master/accepted/module-system.md
[module system]: module-system.md

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion accepted/forward-with.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ similar to a [variable declaration][]. Unlike `@use ... with`, unconfigured
origin variables, and variables configured with a `!default` flag, will remain
configurable by any file importing the combined module. For example:

[variable declaration]: https://github.com/sass/sass/blob/master/spec/variables.md#syntax
[variable declaration]: ../spec/variables.md#syntax

```scss
// _origin.scss
Expand Down
2 changes: 1 addition & 1 deletion accepted/media-ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The `<mf-comparison>`, `<mf-lt>`, and `<mf-gt>` productions are defined in
> according to the level 4 specification, since no browsers support it yet. See
> [sass/sass#2538][] for details.
[sass/sass#2538]: https://GitHub.com/sass/sass/issues/2538
[sass/sass#2538]: https://github.com/sass/sass/issues/2538

### CSS

Expand Down
2 changes: 1 addition & 1 deletion spec/at-rules/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function calls and map literals) and square brackets.
> according to the level 4 specification, since no browsers support it yet. See
> [sass/sass#2538][] for details.
[sass/sass#2538]: https://GitHub.com/sass/sass/issues/2538
[sass/sass#2538]: https://github.com/sass/sass/issues/2538

### CSS

Expand Down

0 comments on commit a4e9d59

Please sign in to comment.