Skip to content

Commit 289356d

Browse files
authored
Follow up "Improve documentation page" (ko) (#3363)
1 parent dc72611 commit 289356d

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

ko/documentation/index.md

+1-20
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
6262
[공식 API 문서][docs-rlo-en]
6363
: 아직 릴리스되지 않은 트렁크를 포함한 여러 Ruby 버전의 공식 API 문서입니다.
6464

65-
[Ruby 코어 레퍼런스][13] (영문)
66-
: [RDoc][14]을 이용해 소스에서 추출한 레퍼런스입니다. String, Array,
67-
Symbol 등 모든 코어 클래스와 모듈에 대한 문서를 찾아볼 수 있습니다.
68-
69-
[Ruby 표준 라이브러리][15] (영문)
70-
: 마찬가지로 RDoc을 이용해 소스에서 추출한 것으로 표준 라이브러리에
71-
대한 레퍼런스입니다.
72-
7365
[Ruby C API 레퍼런스][extensions] (영문)
7466
: Ruby의 공식 C API 문서입니다.
7567
Ruby 개발에 참여하거나, C 확장을 개발할 때 도움이 될 것입니다.
@@ -78,12 +70,6 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
7870
: Ruby gem과 GitHub에서 호스팅 되는 Ruby 프로젝트의 레퍼런스 문서들을
7971
모아놓은 사이트입니다.
8072

81-
[Ruby & Rails Searchable API Docs][17] (영문)
82-
: 스마트 검색이 가능한 Ruby, Rails 문서입니다.
83-
84-
[APIdock][18] (영문)
85-
: 유저의 댓글이 달린 Ruby, Rails, RSpec의 문서입니다.
86-
8773
[Ruby API][40] (영문)
8874
: Ruby 클래스, 모듈, 메서드를 편하게 찾고 탐색하세요.
8975

@@ -138,13 +124,8 @@ Ruby를 코딩할 때 운영체제의 기본 편집기를 사용할 수 있습
138124
[9]: http://www.ruby-doc.org/docs/ProgrammingRuby/
139125
[10]: http://pragmaticprogrammer.com/titles/ruby/index.html
140126
[12]: http://en.wikibooks.org/wiki/Ruby_programming_language
141-
[13]: http://www.ruby-doc.org/core
142-
[14]: https://ruby.github.io/rdoc/
143-
[15]: http://www.ruby-doc.org/stdlib
144127
[extensions]: https://docs.ruby-lang.org/en/master/extension_rdoc.html
145128
[16]: http://www.rubydoc.info/
146-
[17]: http://rubydocs.org/
147-
[18]: http://apidock.com/
148129
[19]: http://www.aptana.com/
149130
[20]: http://www.gnu.org/software/emacs/
150131
[21]: http://www.emacswiki.org/emacs/RubyMode
@@ -168,7 +149,7 @@ Ruby를 코딩할 때 운영체제의 기본 편집기를 사용할 수 있습
168149
[40]: https://rubyapi.org/
169150
[docs-rlo-en]: https://docs.ruby-lang.org/en/
170151
[atom]: https://atom.io/
171-
[vscode]: https://code.visualstudio.com/
152+
[vscode]: https://code.visualstudio.com/docs/languages/ruby
172153
[eric]: https://eric-ide.python-projects.org/
173154
[kdevelop]: https://www.kdevelop.org/
174155
[kate]: https://kate-editor.org/

0 commit comments

Comments
 (0)