Skip to content

Commit 1171065

Browse files
jacobherringtonJuanitoFatas
authored andcommitted
Fixes Editor list on documentation page (en) (#1965)
* Standardize editor links Atom was using a different style for the markdown link than the other editors, so I changed it to be consistent. * Move extensions link due to it's uniqueness * Add VS Code to cross platform editors * Remove multiple links to Atom Atom should be listed only once on the cross-platform list
1 parent 4b19257 commit 1171065

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

en/documentation/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,18 @@ Here is a list of popular tools used by Rubyists:
110110
* [SciTe][28]
111111
* [NetBeans][36]
112112
* [Sublime Text][37]
113-
* [Atom][atom]
113+
* [Atom][41]
114+
* [Visual Studio Code][42]
114115

115116
* On Windows:
116117
* [Notepad++][29]
117118
* [E-TextEditor][30]
118119
* [Ruby In Steel][31]
119-
* [Atom][atom]
120120

121121
* On macOS:
122122
* [TextMate][32]
123123
* [TextWrangler][33]
124124
* [Dash][39] (documentation browser)
125-
* [Atom][atom]
126125

127126
### Further Reading
128127

@@ -146,7 +145,6 @@ If you have questions about Ruby the
146145
[13]: http://www.ruby-doc.org/core
147146
[14]: https://ruby.github.io/rdoc/
148147
[15]: http://www.ruby-doc.org/stdlib
149-
[extensions]: https://docs.ruby-lang.org/en/trunk/extension_rdoc.html
150148
[16]: http://www.rubydoc.info/
151149
[17]: http://rubydocs.org/
152150
[18]: http://apidock.com/
@@ -172,4 +170,7 @@ If you have questions about Ruby the
172170
[38]: http://ruby.learncodethehardway.org/
173171
[39]: http://kapeli.com/dash
174172
[40]: https://docs.ruby-lang.org/en/
175-
[atom]: https://atom.io/
173+
[41]: https://atom.io/
174+
[42]: https://code.visualstudio.com/
175+
176+
[extensions]: https://docs.ruby-lang.org/en/trunk/extension_rdoc.html

0 commit comments

Comments
 (0)