Skip to content

Commit 7c22c82

Browse files
committed
Do not link to /en/.
1 parent 5794a8e commit 7c22c82

File tree

1 file changed

+6
-6
lines changed
  • documentation/ruby-from-other-languages

1 file changed

+6
-6
lines changed

documentation/ruby-from-other-languages/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ with.
1717

1818
## What to Expect: *Language X* to Ruby
1919

20-
* [To Ruby From C and C++](/en/documentation/ruby-from-other-languages/to-ruby-from-c-and-c-/)
21-
* [To Ruby From Java](/en/documentation/ruby-from-other-languages/to-ruby-from-java/)
22-
* [To Ruby From Perl](/en/documentation/ruby-from-other-languages/to-ruby-from-perl/)
23-
* [To Ruby From PHP](/en/documentation/ruby-from-other-languages/to-ruby-from-php/)
24-
* [To Ruby From Python](/en/documentation/ruby-from-other-languages/to-ruby-from-python/)
20+
* [To Ruby From C and C++](/documentation/ruby-from-other-languages/to-ruby-from-c-and-c-/)
21+
* [To Ruby From Java](/documentation/ruby-from-other-languages/to-ruby-from-java/)
22+
* [To Ruby From Perl](/documentation/ruby-from-other-languages/to-ruby-from-perl/)
23+
* [To Ruby From PHP](/documentation/ruby-from-other-languages/to-ruby-from-php/)
24+
* [To Ruby From Python](/documentation/ruby-from-other-languages/to-ruby-from-python/)
2525

2626
## Important Language Features And Some Gotchas
2727

@@ -421,6 +421,6 @@ In addition, +=, \*= etc. are just abbrevations for `var = var + other_var`,
421421
## Finding Out More
422422

423423
When you are ready for more Ruby knowledge, see our
424-
[Documentation](/en/documentation/) section.
424+
[Documentation](/documentation/) section.
425425

426426
[1]: http://faq.rubygarden.org/entry/show/57?controller_prefix=faq%2F

0 commit comments

Comments
 (0)