Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change URLs to those provided by GitHub Pages #2308

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
@@ -1,7 +1,7 @@
<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
<p>The contents of this website are &copy;&nbsp;2013 <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a> under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
<p>The contents of this website are &copy;&nbsp;2013 <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a> under the terms of the <a href="{{ site.github.repository_url }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Expand Down
2 changes: 1 addition & 1 deletion _includes/primary-nav-items.html
Expand Up @@ -12,6 +12,6 @@
<a href="{{ site.help_url }}">Help</a>
</li>
<li>
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
<a href="{{ site.github.repository_url }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
</li>
</ul>
2 changes: 1 addition & 1 deletion _includes/top.html
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
<link rel="alternate" type="application/rss+xml" title="Jekyll • Simple, blog-aware, static sites - Feed" href="/feed.xml">
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="{{ site.repository }}/commits/master.atom">
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="{{ site.github.repository_url }}/commits/master.atom">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-05-08-jekyll-1-0-1-released.markdown
Expand Up @@ -21,7 +21,7 @@ See the [History][] page for more information on this release.

{% assign issue_numbers = "1037|1040|1048|1053|1045|1041|1032" | split: "|" %}
{% for issue in issue_numbers %}
[#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
[#{{ issue }}]: {{ site.github.issues_url }}/{{ issue }}
{% endfor %}

[History]: /docs/history/#101__20130508
2 changes: 1 addition & 1 deletion _posts/2013-05-12-jekyll-1-0-2-released.markdown
Expand Up @@ -22,7 +22,7 @@ See the [History][] page for more information on this release.

{% assign issue_numbers = "1059|1061|1066|1067|1078|1081|1084" | split: "|" %}
{% for issue in issue_numbers %}
[#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
[#{{ issue }}]: {{ site.github.issues_url }}/{{ issue }}
{% endfor %}

[History]: /docs/history/#102__20130512
2 changes: 1 addition & 1 deletion _posts/2013-06-07-jekyll-1-0-3-released.markdown
Expand Up @@ -19,7 +19,7 @@ See the [History][] page for more information on this release.

{% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %}
{% for issue in issue_numbers %}
[#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
[#{{ issue }}]: {{ site.github.issues_url }}/{{ issue }}
{% endfor %}

[History]: /docs/history/#103__20130607
4 changes: 2 additions & 2 deletions _posts/2013-07-14-jekyll-1-1-0-released.markdown
Expand Up @@ -21,7 +21,7 @@ See the [GitHub Release][] page for more a more detailed changelog for this rele

{% assign issue_numbers = "1046|1204|1302|1198|1171|1118|1098|1215|1253|1271" | split: "|" %}
{% for issue in issue_numbers %}
[#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
[#{{ issue }}]: {{ site.github.issues_url }}/{{ issue }}
{% endfor %}

[GitHub Release]: {{ site.repository }}/releases/tag/v1.1.0
[GitHub Release]: {{ site.github.releases_url }}/tag/v1.1.0
6 changes: 3 additions & 3 deletions _posts/2013-07-24-jekyll-1-1-1-released.markdown
Expand Up @@ -23,9 +23,9 @@ See the [GitHub Release][] page for more a more detailed changelog for this rele

{% assign issue_numbers = "1339|1338|1321" | split: "|" %}
{% for issue in issue_numbers %}
[#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
[#{{ issue }}]: {{ site.github.issues_url }}/{{ issue }}
{% endfor %}

[GitHub Release]: {{ site.repository }}/releases/tag/v1.1.1
[GitHub Release]: {{ site.github.releases_url }}/tag/v1.1.1
[gh_pages]: http://pages.github.com
[v1_1_0]: {{ site.repository }}/releases/tag/v1.1.0
[v1_1_0]: {{ site.github.releases_url }}/tag/v1.1.0
2 changes: 1 addition & 1 deletion _posts/2013-07-25-jekyll-1-0-4-released.markdown
Expand Up @@ -17,4 +17,4 @@ Many thanks for [Ben Balter](http://github.com/benbalter) for alerting us to the
and [submitting a patch][1349] so quickly.

[230]: https://github.com/Shopify/liquid/pull/230
[1349]: {{ site.repository }}/issues/1349
[1349]: {{ site.github.issues_url }}/1349
2 changes: 1 addition & 1 deletion _posts/2013-07-25-jekyll-1-1-2-released.markdown
Expand Up @@ -17,4 +17,4 @@ Many thanks for [Ben Balter](http://github.com/benbalter) for alerting us to the
and [submitting a patch][1349] so quickly.

[230]: https://github.com/Shopify/liquid/pull/230
[1349]: {{ site.repository }}/issues/1349
[1349]: {{ site.github.issues_url }}/1349
2 changes: 1 addition & 1 deletion _posts/2013-12-09-jekyll-1-4-1-released.markdown
Expand Up @@ -8,7 +8,7 @@ categories: [release]
---

Another quick turnover, anyone? A [critical
bug]({{ site.repository }}/issues/1794) in the reading of
bug]({{ site.github.issues_url }}/1794) in the reading of
posts snuck itself into the 1.4.0 release.

To address this issue, we're releasing v1.4.1 of Jekyll so that you can
Expand Down
2 changes: 1 addition & 1 deletion _posts/2014-01-13-jekyll-1-4-3-released.markdown
Expand Up @@ -10,7 +10,7 @@ categories: [release]
Jekyll 1.4.3 contains two **critical** security fixes. If you run Jekyll locally
and do not run Jekyll in "safe" mode (e.g. you do not build Jekyll sites on behalf
of others), you are not affected and are not required to update at this time.
([See pull request.]({{ site.repository }}/pull/1944))
([See pull request.]({{ site.github.repository_url }}/pull/1944))

Versions of Jekyll prior to 1.4.3 and greater than 1.2.0 may allow malicious
users to expose the content of files outside the source directory in the
Expand Down
8 changes: 4 additions & 4 deletions docs/contributing.md
Expand Up @@ -96,19 +96,19 @@ open-sourced our docs and we welcome any pull requests if you find it
lacking.

You can find the documentation for jekyllrb.com in the
[site]({{ site.repository }}/tree/master/site) directory of
[site]({{ site.github.repository_url }}/tree/master/site) directory of
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.

The [Jekyll wiki]({{ site.repository }}/wiki) on GitHub
The [Jekyll wiki]({{ site.github.wiki_url }}) on GitHub
can be freely updated without a pull request as all
GitHub users have access.

If you want to add your plugin to the [list of plugins](/docs/plugins/#available_plugins),
please submit a pull request modifying the [plugins page source
file]({{ site.repository }}/blob/master/site/docs/plugins.md) by adding a
file]({{ site.github.repository_url }}/blob/master/site/docs/plugins.md) by adding a
link to your plugin under the proper subheading depending upon its type.

Gotchas
Expand All @@ -127,7 +127,7 @@ Gotchas
<p>
Both using and hacking on Jekyll should be fun, simple, and easy, so if for
some reason you find it’s a pain, please <a
href="{{ site.repository }}/issues/new">create an issue</a> on
href="{{ site.github.issues_url }}/new">create an issue</a> on
GitHub describing your experience so we can make it better.
</p>
</div>
4 changes: 2 additions & 2 deletions docs/github-pages.md
Expand Up @@ -49,10 +49,10 @@ of your user pages subdomain, such as `username.github.io/project` (unless a
custom domain is specified—see below).

The Jekyll project repository itself is a perfect example of this branch
structure—the [master branch]({{ site.repository }}) contains the
structure—the [master branch]({{ site.github.repository_url }}) contains the
actual software project for Jekyll, however the Jekyll website (that you’re
looking at right now) is contained in the [gh-pages
branch]({{ site.repository }}/tree/gh-pages) of the same repository.
branch]({{ site.github.repository_url }}/tree/gh-pages) of the same repository.

### Project Page URL Structure

Expand Down