Standardise on "URLs" without apostrophe in docs (#6018)

Merge pull request 6018
This commit is contained in:
Zarino Zappia
2017-04-11 16:19:49 +01:00
committed by jekyllbot
parent 8b8ad61097
commit 034f03ed50
6 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ Some other notable changes:
- Explicit support for Ruby 2.0.x was dropped
- Added an `:after_init` Hook
- Added a `where_exp` filter to provide more powerful filtering
- Added a `link` liquid tag which can be used to generate URL's for any
- Added a `link` liquid tag which can be used to generate URLs for any
post or document based on its path relative to the site source
- ... and lots more!

View File

@@ -55,7 +55,7 @@ By default, `baseurl` is set to `""` and therefore yields (never set to
A result of `relative_url` will safely always produce a URL which is
relative to the domain root. A similar principle applies to `absolute_url`.
It prepends your `baseurl` and `url` values, making absolute URL's all the
It prepends your `baseurl` and `url` values, making absolute URLs all the
easier to make:
{% highlight liquid %}