summaryrefslogtreecommitdiff
path: root/html/en/storage_samples.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/storage_samples.html')
-rw-r--r--html/en/storage_samples.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/html/en/storage_samples.html b/html/en/storage_samples.html
index d4f5c41..16e2a88 100644
--- a/html/en/storage_samples.html
+++ b/html/en/storage_samples.html
@@ -45,16 +45,14 @@ samples.</p>
Model: CD MAVICA
Photometric: 2</pre>
- <p>You can view the source code here: <a href="../download/im_info.cpp">
- im_info.cpp</a></p>
+ <p>You can view the source code here: <a href="../examples/im_info.cpp">im_info.cpp</a></p>
<h3><a name="im_copy">Copy</a></h3>
<p>This is a command line application that copies all the information from one
file to another using the IM I/O functions. It depends only on the IM main
library. It is usefull for testing the drivers.</p>
- <p>You can view the source code here: <a href="../download/im_copy.cpp">
- im_copy.cpp</a></p>
+ <p>You can view the source code here: <a href="../examples/im_copy.cpp">im_copy.cpp</a></p>
<h3><a name="loadbmp">Load Bitmap from Resource File</a></h3>