Skip to content

Commit f2c7c1b

Browse files
committed
Do not link to /en/
1 parent e5eddb6 commit f2c7c1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ come in handy when you feel like coding in Ruby.
2525
<dt><a href="http://pine.fm/LearnToProgram/">Learn to Program</a></dt>
2626
<dd>A wonderful little tutorial by Chris Pine for programming newbies. If you don&#8217;t know how to program, start here.</dd>
2727

28-
<dt><a href="/en/documentation/quickstart/">Ruby in Twenty Minutes</a></dt>
28+
<dt><a href="/documentation/quickstart/">Ruby in Twenty Minutes</a></dt>
2929
<dd>A nice tutorial covering the basics of Ruby. From start to finish it shouldn&#8217;t take you more than twenty minutes.</dd>
3030

31-
<dt><a href="/en/documentation/ruby-from-other-languages/">Ruby from Other Languages</a></dt>
31+
<dt><a href="/documentation/ruby-from-other-languages/">Ruby from Other Languages</a></dt>
3232
<dd>Coming to Ruby from another language? Whether it&#8217;s C, C++, Java, Perl, <span class="caps">PHP</span>, or Python, this article has you covered!</dd>
3333

3434
<dt><a href="http://rubylearning.com/">Learning Ruby</a></dt>
@@ -81,5 +81,5 @@ come in handy when you feel like coding in Ruby.
8181
[Ruby-Doc.org](http://ruby-doc.org) maintains a comprehensive list
8282
of English documentation sources. There are also plenty of
8383
[books about Ruby](http://www.ruby-doc.org/bookstore).
84-
If you have questions about Ruby the [mailing list](/en/community/mailing-lists/)
84+
If you have questions about Ruby the [mailing list](/community/mailing-lists/)
8585
is a great place to start.

0 commit comments

Comments
 (0)