From 839f23102768de8d42a0192160e91cd0ced3065a Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Fri, 23 Aug 2013 22:59:10 +0200 Subject: [PATCH] Replace yoursite.com by example.com --- CONTRIBUTING.markdown | 5 ++++- site/docs/pages.md | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 6df99625..7831eb48 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -68,7 +68,10 @@ You can find the documentation for jekyllrb.com in the Jekyll's repo on GitHub.com. All documentation pull requests should be directed at `master`. Pull -requests directed at another branch will not be accepted. +requests directed at another branch will not be accepted. + +Use the domain `example.com` as an example in order to comply with the +[RFC 2606](http://tools.ietf.org/html/rfc2606). The [Jekyll wiki](https://github.com/mojombo/jekyll/wiki) on GitHub can be freely updated without a pull request as all GitHub users have access. diff --git a/site/docs/pages.md b/site/docs/pages.md index 283c31cf..e7b837fa 100644 --- a/site/docs/pages.md +++ b/site/docs/pages.md @@ -53,9 +53,9 @@ and associated URLs might look like: |-- _layouts/ |-- _posts/ |-- _site/ -|-- about.html # => http://yoursite.com/about.html -|-- index.html # => http://yoursite.com/ -└── contact.html # => http://yoursite.com/contact.html +|-- about.html # => http://example.com/about.html +|-- index.html # => http://example.com/ +└── contact.html # => http://example.com/contact.html {% endhighlight %} ### Named folders containing index HTML files @@ -76,10 +76,10 @@ look like: ├── _posts/ ├── _site/ ├── about/ -| └── index.html # => http://yoursite.com/about/ +| └── index.html # => http://example.com/about/ ├── contact/ -| └── index.html # => http://yoursite.com/contact/ -└── index.html # => http://yoursite.com/ +| └── index.html # => http://example.com/contact/ +└── index.html # => http://example.com/ {% endhighlight %} This approach may not suit everyone, but for people who like clean URLs it’s