Skip to content

Commit bfe4b92

Browse files
authored
Update documents (#5)
rmagick/rmagick#1396
1 parent 65d04b7 commit bfe4b92

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

constants.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,10 @@ <h2 class="methods">Constants</h2>
157157

158158
<dd>An extended form of the <code>Version</code> constant with
159159
the format shown here:<br />
160-
<code>This is RMagick 2.0.0 ($Date: 2009/09/05 20:10:15 $)
161-
Copyright (C) 2008 by Timothy P. Hunter<br />
162-
Built with ImageMagick 6.3.7 01/05/08 Q16
163-
http://www.imagemagick.org<br />
164-
Built for ruby 1.8.6<br />
165-
Web page: http://rmagick.rubyforge.org<br />
166-
Email: rmagick@rubyforge.org</code></dd>
160+
<code>This is RMagick 5.2.0 ($Date: 2009/12/20 02:33:33 $) Copyright (C) 2009 by Timothy P. Hunter<br />
161+
Built with ImageMagick 7.1.1-8 Q16-HDRI x86_64 21129 https://imagemagick.org<br />
162+
Built for ruby 3.2.2<br />
163+
Web page: https://rmagick.github.io/</code></dd>
167164

168165
<dt>Magick_version</dt>
169166

index.html

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -347,37 +347,30 @@ <h3>How to get help</h3>
347347

348348
<p>If you have a question that is not answered by these pages,
349349
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>
355351

356352
<h3><a name="bugs" id="bugs">Reporting bugs</a></h3>
357353

358354
<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>
362356

363357
<p>For quickest results, include the RMagick, ImageMagick and
364358
Ruby version numbers, along with a thorough description of the
365359
problem. RMagick will tell you both its version number and
366360
ImageMagick's version number. Simply bring up irb and run this
367361
command:</p>
368362
<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/
375368
</pre>
376369

377370
<p>(Using RubyGems?&nbsp;&nbsp;If you haven't added
378371
<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>
381374

382375
<p>It will help a lot if you supply a small Ruby program that
383376
reproduces the problem. Don't forget to include any input image

0 commit comments

Comments
 (0)