Skip to content

Commit 13cea9f

Browse files
authored
Update Ruby GUI toolkit links in "To Ruby From Java" page (ko) (#3887)
1 parent ca72895 commit 13cea9f

File tree

1 file changed

+3
-4
lines changed
  • ko/documentation/ruby-from-other-languages/to-ruby-from-java

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Java와는 다르게, Ruby에서는...
2525

2626
* 코드를 컴파일할 필요가 없습니다. 직접 실행하면 됩니다.
2727
* 여러 인기 있는 서드파티 GUI 툴킷이 있습니다. Ruby 유저는
28-
[WxRuby][1], [FXRuby][2], [Ruby-GNOME2][3], [Qt][4],
28+
[WxRuby][1], [FXRuby][2], [Ruby-GNOME][3],
2929
[Ruby Tk](https://github.com/ruby/tk) 등을 사용할 수 있습니다.
3030
* 클래스 같은 것을 정의할 때 코드 블록에 중괄호를 넣는 대신, 선언 뒤에
3131
`end` 키워드를 사용합니다.
@@ -50,7 +50,6 @@ Java와는 다르게, Ruby에서는...
5050

5151

5252

53-
[1]: https://github.com/eumario/wxruby
53+
[1]: https://github.com/mcorino/wxRuby3
5454
[2]: https://github.com/larskanis/fxruby
55-
[3]: https://ruby-gnome2.osdn.jp/
56-
[4]: https://github.com/ryanmelt/qtbindings/
55+
[3]: https://ruby-gnome.github.io/

0 commit comments

Comments
 (0)