#1111: Fixed library example links to point to the new page.

This commit is contained in:
Andreas Huggel
2015-08-28 14:55:42 +00:00
parent d258dc1cf7
commit 2604208014
2 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -47,11 +47,11 @@ __navbar__
<h2>Library examples</h2>
<p>
<a title="Reading and printing the Exif metadata of an image" href="example1.html">read Exif</a>;
<a title="Sample usage of high-level Exif metadata operations" href="example2.html">add, modify, delete Exif</a>;
<a title="Reading and printing the IPTC metadata of an image" href="example3.html">read IPTC</a>;
<a title="The quickest way to access, set or modify IPTC metadata" href="example4.html">set IPTC</a>;
<a title="Sample (test) usage of high level XMP classes" href="example5.html">set XMP</a>
<a title="Reading and printing the Exif metadata of an image" href="examples.html">read Exif</a>;
<a title="Sample usage of high-level Exif metadata operations" href="examples.html#example2">add, modify, delete Exif</a>;
<a title="Reading and printing the IPTC metadata of an image" href="examples.html#example3">read IPTC</a>;
<a title="The quickest way to access, set or modify IPTC metadata" href="examples.html#example4">set IPTC</a>;
<a title="Sample (test) usage of high level XMP classes" href="examples.html#example5">set XMP</a>
</p>
<h2 id="util">Exiv2 command line utility features</h2>