You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
SublimeLinter-ruby
2
2
=========================
3
3
4
-
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to linting via [ruby -wc](https://www.ruby-lang.org). It will be used with files that have the “Ruby” syntax.
4
+
This linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org) provides an interface to linting via [ruby -wc](https://www.ruby-lang.org). It will be used with files that have the “Ruby” syntax.
5
5
6
6
## Installation
7
-
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Installation).
7
+
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](http://sublimelinter.readthedocs.org/en/latest/installation.html).
8
8
9
9
### Linter installation
10
10
Before installing this plugin, you must ensure that `ruby` is installed on your system. On Mac OS X and Linux, `ruby` comes preinstalled. On Windows, follow the instructions on the [Ruby site](https://www.ruby-lang.org/en/downloads/).
11
11
12
-
If you are using `rvm` or `rbenv`, ensure that they are loaded in your shell’s “profile” file. See [here](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Usage#profile-vs-rc) for more information.
12
+
If you are using `rvm` or `rbenv`, ensure that they are loaded in your shell’s “profile” file. See [here](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#shell-startup-files) for more information.
13
13
14
14
Once Ruby is installed, you can proceed to install the SublimeLinter-ruby plugin if it not yet installed.
15
15
@@ -23,7 +23,7 @@ To install via Package Control, do the following:
23
23
1. When the plugin list appears, type `ruby`. Among the entries you should see `SublimeLinter-ruby`. If that entry is not highlighted, use the keyboard or mouse to select it.
24
24
25
25
## Settings
26
-
For general information on how SublimeLinter works with settings, please see [Settings](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Settings). For information on generic linter settings, please see [Linter Settings](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Linter-Settings).
26
+
For general information on how SublimeLinter works with settings, please see [Settings](http://sublimelinter.readthedocs.org/en/latest/settings.html). For information on generic linter settings, please see [Linter Settings](http://sublimelinter.readthedocs.org/en/latest/linter_settings.html).
27
27
28
28
## Contributing
29
29
If you would like to contribute enhancements or fixes, please do the following:
0 commit comments