summaryrefslogtreecommitdiff
path: root/html/en/storage_samples.html
diff options
context:
space:
mode:
authorscuri <scuri>2009-06-26 17:14:56 +0000
committerscuri <scuri>2009-06-26 17:14:56 +0000
commit193cd3427108bd127e09f391f7fe51f6b62590e9 (patch)
tree7dfd83dec634c15f87f578266f6fdb0df046613a /html/en/storage_samples.html
parent734afa90c3dda1232e9490d08346be4f2ffefec1 (diff)
*** empty log message ***
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>