@@ -347,37 +347,30 @@ <h3>How to get help</h3>
347
347
348
348
< p > If you have a question that is not answered by these pages,
349
349
you can post it at the < a href =
350
- "http://rubyforge.org/projects/rmagick "> Support Request
351
- Tracker</ a > or the < a href =
352
- "http://rubyforge.org/projects/rmagick "> Feature Request
353
- Tracker</ a > on RubyForge, or email me at < code > rmagick at
354
- rubyforge dot org</ code > .</ p >
350
+ "https://github.com/rmagick/rmagick/issues "> Issues</ a > on GitHub.</ p >
355
351
356
352
< h3 > < a name ="bugs " id ="bugs "> Reporting bugs</ a > </ h3 >
357
353
358
354
< p > Please report problems with RMagick installation and usage to
359
- the < a href ="http://rubyforge.org/projects/rmagick/ "> Bug
360
- Tracker</ a > at RubyForge, or email me at < code > rmagick at
361
- rubyforge dot org</ code > .</ p >
355
+ the < a href ="https://github.com/rmagick/rmagick/issues "> Issues</ a > at GitHub.</ p >
362
356
363
357
< p > For quickest results, include the RMagick, ImageMagick and
364
358
Ruby version numbers, along with a thorough description of the
365
359
problem. RMagick will tell you both its version number and
366
360
ImageMagick's version number. Simply bring up irb and run this
367
361
command:</ p >
368
362
< pre class ="example " id ="version ">
369
- $ ruby -rRMagick -e "puts Magick::Long_version"
370
- This is RMagick 2.0.0 ($Date: 2009/02/28 23:50:16 $) Copyright (C) 2007 by Timothy P. Hunter
371
- Built with ImageMagick 6.3.7 12/20/07 Q16 http://www.imagemagick.org
372
- Built for ruby 1.8.6
373
- Web page: http://rmagick.rubyforge.org
374
- Email: rmagick@rubyforge.org
363
+ $ ruby -rrmagick -e "puts Magick::Long_version"
364
+ This is RMagick 5.2.0 ($Date: 2009/12/20 02:33:33 $) Copyright (C) 2009 by Timothy P. Hunter
365
+ Built with ImageMagick 7.1.1-8 Q16-HDRI x86_64 21129 https://imagemagick.org
366
+ Built for ruby 3.2.2
367
+ Web page: https://rmagick.github.io/
375
368
</ pre >
376
369
377
370
< p > (Using RubyGems? If you haven't added
378
371
< code > rubygems</ code > to your RUBYOPT environment variable you
379
- may need to use this command instead: < code > ruby -rubygems -r
380
- RMagick -e "puts Magick::Long_version"</ code > .)</ p >
372
+ may need to use this command instead: < code > ruby -rrmagick -e
373
+ "puts Magick::Long_version"</ code > .)</ p >
381
374
382
375
< p > It will help a lot if you supply a small Ruby program that
383
376
reproduces the problem. Don't forget to include any input image
0 commit comments