Skip to content

Commit bef76cd

Browse files
committed
Do not link directly to /en/.
1 parent 54b214d commit bef76cd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

_includes/sidebar.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ <h3><strong>Get Started,</strong> it&#8217;s easy!</h3>
1010
<ul class="menu">
1111
<li><a href="http://TryRuby.org">Try Ruby! (in your browser)</a></li>
1212

13-
<li><a href="/en/documentation/quickstart/">Ruby in Twenty Minutes</a></li>
14-
<li><a href="/en/documentation/ruby-from-other-languages/">Ruby from Other Languages</a></li>
13+
<li><a href="/documentation/quickstart/">Ruby in Twenty Minutes</a></li>
14+
<li><a href="/documentation/ruby-from-other-languages/">Ruby from Other Languages</a></li>
1515
</ul>
1616
</div>
1717

1818
<div class="navigation">
1919
<h3><strong>Explore</strong> a new world&hellip;</h3>
2020
<ul class="menu">
21-
<li><a href="/en/documentation/">Documentation</a></li>
21+
<li><a href="/documentation/">Documentation</a></li>
2222
<li><a href="http://www.amazon.com/s/ref=sr_nr_n_5?ie=UTF8&amp;rs=1000&amp;keywords=Ruby&amp;rh=i%3Aaps%2Ck%3ARuby%2Ci%3Astripbooks%2Cn%3A1000%2Cn%3A5">Books</a></li>
23-
<li><a href="/en/libraries/">Libraries</a></li>
24-
<li><a href="/en/documentation/success-stories/">Success Stories</a></li>
23+
<li><a href="/libraries/">Libraries</a></li>
24+
<li><a href="/documentation/success-stories/">Success Stories</a></li>
2525

2626
</ul>
2727
</div>
2828

2929
<div class="navigation">
3030
<h3><strong>Participate</strong> in a friendly and growing community.</h3>
3131
<ul>
32-
<li><a href="/en/community/mailing-lists/">Mailing Lists</a>: Talk about Ruby with programmers from all around the world.</li>
33-
<li><a href="/en/community/user-groups/">User Groups</a>: Get in contact with Rubyists in your area.</li>
32+
<li><a href="/community/mailing-lists/">Mailing Lists</a>: Talk about Ruby with programmers from all around the world.</li>
33+
<li><a href="/community/user-groups/">User Groups</a>: Get in contact with Rubyists in your area.</li>
3434

35-
<li><a href="/en/community/weblogs/">Weblogs</a>: Read about what&#8217;s happening right now in the Ruby community.</li>
36-
<li><a href="/en/community/ruby-core/">Ruby Core</a>: Help polish the rough edges of the latest Ruby.</li>
35+
<li><a href="/community/weblogs/">Weblogs</a>: Read about what&#8217;s happening right now in the Ruby community.</li>
36+
<li><a href="/community/ruby-core/">Ruby Core</a>: Help polish the rough edges of the latest Ruby.</li>
3737
<li><a href="http://redmine.ruby-lang.org/">Issue Tracking</a>: Report or help solve issues in Ruby.</li>
3838
</ul>
3939
</div>
@@ -53,8 +53,8 @@ <h3>Some Top Ruby Projects</h3>
5353
<li><a href="http://rubyforge.org/projects/wtr/" title="Watir is a testing tool for automating browser-based tests of web applications. It is a Ruby library that works with Internet Explorer and Firefox.">Watir</a></li>
5454

5555
</ul>
56-
<p class="more"><a href="/en/libraries/top-projects/">More&#8230;</a></p>
56+
<p class="more"><a href="/libraries/top-projects/">More&#8230;</a></p>
5757

5858

5959
<h3>Syndicate</h3>
60-
<p><a href="/en/feeds/news.rss">Recent News (RSS)</a></p>
60+
<p><a href="/feeds/news.rss">Recent News (RSS)</a></p>

_includes/sitelinks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="/en/downloads/">Downloads</a><span class="separator"> | </span><a href="/en/documentation/">Documentation</a><span class="separator"> | </span><a href="/en/libraries/">Libraries</a><span class="separator"> | </span><a href="/en/community/">Community</a><span class="separator"> | </span><a href="/en/news/">News</a><span class="separator"> | </span><a href="/en/security/">Security</a><span class="separator"> | </span><a href="/en/about/">About Ruby</a>
1+
<a href="/downloads/">Downloads</a><span class="separator"> | </span><a href="/documentation/">Documentation</a><span class="separator"> | </span><a href="/libraries/">Libraries</a><span class="separator"> | </span><a href="/community/">Community</a><span class="separator"> | </span><a href="/news/">News</a><span class="separator"> | </span><a href="/security/">Security</a><span class="separator"> | </span><a href="/about/">About Ruby</a>

0 commit comments

Comments
 (0)