Skip to content

Commit 7430780

Browse files
authored
Merge pull request #3824 from ismailarilik/update-ruby-gui-toolkit-links-in-to-ruby-from-java-page
Update Ruby GUI toolkit links in "To Ruby From Java" page
2 parents 744e00d + 1dff768 commit 7430780

File tree

1 file changed

+4
-5
lines changed
  • en/documentation/ruby-from-other-languages/to-ruby-from-java

1 file changed

+4
-5
lines changed

en/documentation/ruby-from-other-languages/to-ruby-from-java/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Unlike Java, in Ruby,...
2525

2626
* You don’t need to compile your code. You just run it directly.
2727
* There are several different popular third-party GUI toolkits. Ruby
28-
users can try [WxRuby][1], [FXRuby][2], [Ruby-GNOME2][3],
29-
[Qt][4], or [Ruby Tk](https://github.com/ruby/tk) for example.
28+
users can try [WxRuby][1], [FXRuby][2], [Ruby-GNOME][3],
29+
or [Ruby Tk](https://github.com/ruby/tk) for example.
3030
* You use the `end` keyword after defining things like classes, instead
3131
of having to put braces around blocks of code.
3232
* You have `require` instead of `import`.
@@ -54,7 +54,6 @@ Unlike Java, in Ruby,...
5454

5555

5656

57-
[1]: https://github.com/eumario/wxruby
57+
[1]: https://github.com/mcorino/wxRuby3
5858
[2]: https://github.com/larskanis/fxruby
59-
[3]: https://ruby-gnome2.osdn.jp/
60-
[4]: https://github.com/ryanmelt/qtbindings/
59+
[3]: https://ruby-gnome.github.io/

0 commit comments

Comments
 (0)