diff --git a/content/guidelines/choosing-selectors.en.md b/content/guidelines/choosing-selectors.en.md index 29f44f3..f3e9a6c 100644 --- a/content/guidelines/choosing-selectors.en.md +++ b/content/guidelines/choosing-selectors.en.md @@ -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 diff --git a/content/terms/reference.en.md b/content/terms/reference.en.md index f94db77..3ec6d71 100644 --- a/content/terms/reference.en.md +++ b/content/terms/reference.en.md @@ -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`