summaryrefslogtreecommitdiff
path: root/www/montage.html
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2015-11-26 09:07:51 -0500
committerCristy <urban-warrior@imagemagick.org>2015-11-26 09:07:51 -0500
commite93be688ef0675db1b53781d10aa90564a2e4ef2 (patch)
treea20d490d16c489eaee72a7e268abe30507ac462e /www/montage.html
parentde652d97c06704d2ee2ca4250a881914933cfc8d (diff)
downloadImageMagick-e93be688ef0675db1b53781d10aa90564a2e4ef2.tar.gz
Update ImageMagick documentation
Diffstat (limited to 'www/montage.html')
-rw-r--r--www/montage.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/montage.html b/www/montage.html
index 4be1069db..97be98a25 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -42,7 +42,7 @@
<a class="magick-nav-item " href="../index.html">Home</a>
<a class="magick-nav-item " href="binary-releases.html">Download</a>
<a class="magick-nav-item " href="command-line-tools.html">Tools</a>
- <a class="magick-nav-item " href="command-line-options.html">Options</a>
+ <a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
<a class="magick-nav-item " href="resources.html">Resources</a>
<a class="magick-nav-item " href="api.html">Develop</a>
<a class="magick-nav-item " href="http://nextgen.imagemagick.org/script/search.php">Search</a>
@@ -54,7 +54,7 @@
<div class="magick-header">
<p class="text-center"><a href="montage.html#usage">Example Usage</a> • <a href="montage.html#options">Option Summary</a></p>
-<p class="lead magick-description">Use the <code>montage</code> program to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>montage</code> command or see below for example usages of the command.</p>
+<p class="lead magick-description">Use the <code>montage</code> program to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. See <a href="command-line-processing.html">Command-line Processing</a> for advice on how to structure your <code>montage</code> command or see below for example usages of the command.</p>
<h2 class="magick-header"><a id="usage"></a>Example Usage</h2>
@@ -96,7 +96,7 @@ montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-bal
</a>
</ul>
-<p>You can find additional examples of using <code>montage</code> at <a href="http://www.imagemagick.org/Usage/montage/">Examples of ImageMagick Usage</a> and <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
+<p>You can find additional examples of using <code>montage</code> at <a href="http://www.imagemagick.org/Usage/montage/">Examples of ImageMagick Usage</a> and <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command-line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command-line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-header"><a id="options"></a>Option Summary</h2>