Fix grammatical mistake in /urls/contents.lr

Deleted _where_ following _anywhere_.
This commit is contained in:
nicoleiocana 2020-05-01 08:35:37 -07:00 committed by GitHub
parent 1a059fa700
commit 1eac58a9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ body:
Linking to other pages in templates is achieved through the `|url` and
`|asseturl` filters. These two filters will ensure that the links that are
generated are automatically relative to the current page so they will work
correctly anywhere where you host the page. They also deal with URL paths
correctly anywhere you host the page. They also deal with URL paths
that have been changed through configuration.
## `url` Filter