Fix broken links

This commit is contained in:
Natalie Weizenbaum 2024-06-18 16:59:20 -07:00
parent 8da2c12c38
commit ea2ee6e46d
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ to access the URL of the stylesheet that contained the load, known in the legacy
API as the "previous URL". This was an intentional design choice which enforced
the invariant that the same canonical URL always refers to the same file.
[new importer API]: new-js-importer.d.ts.md
[new importer API]: new-js-importer.d.ts
However, this restriction makes it difficult for importers to work as expected
in certain contexts. For example, in the Node.js ecosystem JS loads depend on

View File

@ -275,7 +275,7 @@ SCSS:
adjacent `/`s in a [`SlashListExpression`] may have no whitespace between
them, so `//` is parsed as two slash separators in a slash-separated list.
[`SlashListExpression`]: types/list.md#SlashListExpression
[`SlashListExpression`]: types/list.md#slashlistexpression
* A `ParentSelector` may appear anywhere in a `CompoundSelector`, rather than
just as the first `SimpleSelector`.