You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/07/12 07:13:11 UTC

commons-imaging git commit: (doc) Update sample usage example links from svn to git. Closes #26

Repository: commons-imaging
Updated Branches:
  refs/heads/master 237635fd5 -> 582cbf3ce


(doc) Update sample usage example links from svn to git. Closes #26

Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/582cbf3c
Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/582cbf3c
Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/582cbf3c

Branch: refs/heads/master
Commit: 582cbf3cecbb1816e553b12cb6744765372c70f3
Parents: 237635f
Author: Deron Eriksson <de...@apache.org>
Authored: Wed Jul 12 00:13:09 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Jul 12 00:13:09 2017 -0700

----------------------------------------------------------------------
 src/site/xdoc/sampleusage.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/582cbf3c/src/site/xdoc/sampleusage.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/sampleusage.xml b/src/site/xdoc/sampleusage.xml
index e37be9b..f120973 100644
--- a/src/site/xdoc/sampleusage.xml
+++ b/src/site/xdoc/sampleusage.xml
@@ -28,11 +28,11 @@ limitations under the License.
 <p>
   Can be found in the source distribution in org.apache.commons.imaging.examples package
   <ul>
-      <li><a href="https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/examples/ImageWriteExample.java">ImageWriteExample.java</a>(illustrates how to write an image)</li>
-      <li><a href="https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/examples/ImageReadExample.java">ImageReadExample.java</a>(illustrates how to read an image)</li>
-      <li><a href="https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/examples/SampleUsage.java">SampleUsage.java</a>(various examples)</li>
-      <li><a href="https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/examples/MetadataExample.java">MetadataExample.java</a>(illustrates how to read JPEG EXIF metadata such as GPS, date and time photo taken, etc.)</li>
-      <li><a href="https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/examples/WriteExifMetadataExample.java">WriteExifMetadataExample.java</a>(illustrates how to write JPEG EXIF metadata such as GPS, date and time photo taken, etc.)</li>
+      <li><a href="https://github.com/apache/commons-imaging/blob/master/src/test/java/org/apache/commons/imaging/examples/ImageWriteExample.java">ImageWriteExample.java</a> (illustrates how to write an image)</li>
+      <li><a href="https://github.com/apache/commons-imaging/blob/master/src/test/java/org/apache/commons/imaging/examples/ImageReadExample.java">ImageReadExample.java</a> (illustrates how to read an image)</li>
+      <li><a href="https://github.com/apache/commons-imaging/blob/master/src/test/java/org/apache/commons/imaging/examples/SampleUsage.java">SampleUsage.java</a> (various examples)</li>
+      <li><a href="https://github.com/apache/commons-imaging/blob/master/src/test/java/org/apache/commons/imaging/examples/MetadataExample.java">MetadataExample.java</a> (illustrates how to read JPEG EXIF metadata such as GPS, date and time photo taken, etc.)</li>
+      <li><a href="https://github.com/apache/commons-imaging/blob/master/src/test/java/org/apache/commons/imaging/examples/WriteExifMetadataExample.java">WriteExifMetadataExample.java</a> (illustrates how to write JPEG EXIF metadata such as GPS, date and time photo taken, etc.)</li>
   </ul>
 </p>
 </subsection>