Skip to content

Commit

Permalink
!fixup Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Jun 11, 2024
1 parent 7cc4d4e commit e31f88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/guidelines/choosing-selectors.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If in doubt about a selector, prefer making a wide selection and then removing t

### Use range selectors

[Range selectors](../../contributing-terms#range-selectors) enable to select content that starts in one block and ends in another block that are not in the same tree. While they are more complex than element selectors, it is preferable to use a range selector whose start and end abide by the guidelines above than to use a bad plain selector.
[Range selectors]({{< relref "terms/reference#range-selectors" >}}) enable to select content that starts in one block and ends in another block that are not in the same tree. While they are more complex than element selectors, it is preferable to use a range selector whose start and end abide by the guidelines above than to use a bad plain selector.

#### Example

Expand Down
2 changes: 1 addition & 1 deletion content/terms/reference.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Let’s start by defining these keys!

This property should simply contain the URL at which the terms you want to track can be downloaded. HTML and PDF files are supported.

When terms coexist in different languages and jurisdictions, please refer to the [scope of the collection](../#collections) to which you are contributing. This scope is usually defined in the README.
When terms coexist in different languages and jurisdictions, please refer to the [scope of the collection]({{< relref "collections/metadata" >}}) to which you are contributing. This scope is usually defined in the README.

## `select`

Expand Down

0 comments on commit e31f88b

Please sign in to comment.