diff --git a/ko/documentation/faq/1/index.md b/ko/documentation/faq/1/index.md index f15515e0c4..f2f2c6dd2a 100644 --- a/ko/documentation/faq/1/index.md +++ b/ko/documentation/faq/1/index.md @@ -254,9 +254,6 @@ set reply_regexp="^(\[[a-z0-9:-]+\][[:space:]]*)?(re([\[0-9\]+])*|aw):[[:space:] [http://www.xs4all.nl/~hipster/lib/ruby/ruby.vim](http://www.xs4all.nl/~hipster/lib/ruby/ruby.vim)에서 찾을 수 있습니다. * [Jedit](http://jedit.sourceforge.net/): Java로 작성된 휴대용 편집기로 Ruby를 지원합니다. -* [Nedit](http://www.nedit.org): Eric Santonacci는 Nedit에 대한 Ruby 지원을 - 작성했습니다. - [ftp://ftp.talc.fr/pub/ruby/ruby.nedit-0.1.tar.gz](ftp://ftp.talc.fr/pub/ruby/ruby.nedit-0.1.tar.gz)에서 사용 가능합니다. * Barry Shultz는 TextPad용 Ruby 정의 파일을 작성했습니다. [https://www.textpad.com/add-ons/synn2t.html](https://www.textpad.com/add-ons/synn2t.html)에서 사용 가능합니다. diff --git a/ko/documentation/installation/index.md b/ko/documentation/installation/index.md index 3193b6a5c6..943a505fdc 100644 --- a/ko/documentation/installation/index.md +++ b/ko/documentation/installation/index.md @@ -149,8 +149,6 @@ Ruby를 받으려면, 다음과 같이 하면 됩니다. $ sudo pacman -S ruby {% endhighlight %} -이는 Ruby의 최신 안정판을 설치할 것입니다. - ### Homebrew (macOS) {: #homebrew}