|
4 | 4 |
|
5 | 5 | The vim-ruby Project FAQ
|
6 | 6 |
|
7 |
| - http://vim-ruby.rubyforge.org |
| 7 | + https://github.com/vim-ruby/vim-ruby |
8 | 8 |
|
9 | 9 | The vim-ruby project maintains Ruby-related configuration files for Vim. This
|
10 | 10 | FAQ contains all you need to know about it.
|
@@ -43,7 +43,7 @@ The easiest way is to run: >
|
43 | 43 |
|
44 | 44 | If you don't have RubyGems, download a tarball from: >
|
45 | 45 |
|
46 |
| - http://rubyforge.org/projects/vim-ruby/ |
| 46 | + https://github.com/vim-ruby/vim-ruby/downloads |
47 | 47 |
|
48 | 48 | Again, see installation instructions below.
|
49 | 49 |
|
@@ -191,13 +191,13 @@ appropriate. Try creating these lines of code and hitting SHIFT-ENTER:
|
191 | 191 |
|
192 | 192 | For other suggestions, search the web or look at: >
|
193 | 193 |
|
194 |
| - http://www.rubygarden.org/Ruby/page/show/VimRubySupport |
| 194 | + https://github.com/vim-ruby/vim-ruby/wiki/VimRubySupport |
195 | 195 |
|
196 | 196 |
|
197 | 197 | *vim-ruby-faq-X* How can I report a bug? *vim-ruby-bug-reporting*
|
198 | 198 |
|
199 | 199 | Bug reports are most welcome. In order of preference:
|
200 |
| - - submit a bug at http://rubyforge.org/tracker/?group_id=16 |
| 200 | + - submit a bug at https://github.com/vim-ruby/vim-ruby/issues |
201 | 201 | - send an email to the mailing list (see below)
|
202 | 202 | - email the maintainer (email address appears in each configuration file)
|
203 | 203 |
|
@@ -232,16 +232,13 @@ asking there.
|
232 | 232 | *vim-ruby-faq-X* Can you repeat all the web pages listed in this FAQ?
|
233 | 233 |
|
234 | 234 | Homepage *vim-ruby-homepage* : >
|
235 |
| - http://vim-ruby.rubyforge.org |
236 |
| -
|
237 |
| -Project page: > |
238 |
| - http://rubyforge.org/projects/vim-ruby/ |
| 235 | + https://github.com/vim-ruby/vim-ruby/ |
239 | 236 |
|
240 | 237 | Bug tracker: >
|
241 |
| - http://rubyforge.org/tracker/?group_id=16 |
| 238 | + https://github.com/vim-ruby/vim-ruby/issues |
242 | 239 |
|
243 | 240 | Relevant Wiki page: >
|
244 |
| - http://rubygarden.org/ruby?VimRubySupport |
| 241 | + https://github.com/vim-ruby/vim-ruby/wiki |
245 | 242 |
|
246 | 243 | Mailing list archives: >
|
247 | 244 | http://news.gmane.org/gmane.comp.editors.vim.vim%2druby.devel
|
|
0 commit comments