Skip to content

Commit 8cbb1a4

Browse files
committed
Use local links when possible.
1 parent eed0e4c commit 8cbb1a4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bg/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Ruby e...</h1>
1515
</div>
1616

1717
sidebar: |
18-
<a href="/bg/downloads/">
18+
<a href="downloads/">
1919
<img src="/images/download.gif" alt="Download Ruby" title="" />
2020
</a>
2121

@@ -34,7 +34,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
3434
{% endfor %}
3535

3636
<div id="news">
37-
<h3><a href="/bg/news/">Други новини</a></h3>
37+
<h3><a href="news/">Други новини</a></h3>
3838
<ul>
3939
{% for post in site.categories.bg offset:2 limit:3 %}
4040
<li>

de/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Ruby ist...</h1>
1515
</div>
1616

1717
sidebar: |
18-
<a href="/de/downloads/">
18+
<a href="downloads/">
1919
<img src="/images/download.gif" alt="Download Ruby" title="" />
2020
</a>
2121

@@ -34,7 +34,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
3434
{% endfor %}
3535

3636
<div id="news">
37-
<h3><a href="/de/news/">Weitere Neuigkeiten</a></h3>
37+
<h3><a href="news/">Weitere Neuigkeiten</a></h3>
3838
<ul>
3939
{% for post in site.categories.de offset:2 limit:3 %}
4040
<li>

en/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Ruby is...</h1>
1515
</div>
1616

1717
sidebar: |
18-
<a href="/en/downloads/">
18+
<a href="downloads/">
1919
<img src="/images/download.gif" alt="Download Ruby" title="" />
2020
</a>
2121

@@ -34,7 +34,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
3434
{% endfor %}
3535

3636
<div id="news">
37-
<h3><a href="/en/news/">Other News</a></h3>
37+
<h3><a href="news/">Other News</a></h3>
3838
<ul>
3939
{% for post in site.categories.en offset:2 limit:3 %}
4040
<li>

es/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Ruby es...</h1>
1515
</div>
1616

1717
sidebar: |
18-
<a href="/es/downloads/">
18+
<a href="downloads/">
1919
<img src="/images/download.gif" alt="Download Ruby" title="" />
2020
</a>
2121

@@ -34,7 +34,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
3434
{% endfor %}
3535

3636
<div id="news">
37-
<h3><a href="/en/news/">Otras noticias</a></h3>
37+
<h3><a href="news/">Otras noticias</a></h3>
3838
<ul>
3939
{% for post in site.categories.es offset:2 limit:3 %}
4040
<li>

0 commit comments

Comments
 (0)