diff options
| author | Mike Taves <mwtoews@gmail.com> | 2019-06-01 16:22:39 +1200 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2019-06-01 16:22:39 +1200 |
| commit | a80d595cce62bbca2804976988cb7483a45bc523 (patch) | |
| tree | 2d28f80291b86e51ade74fda904bc2f858d3c4ea /jniwrap | |
| parent | 5558c91f1cfa63ffc79e648caafb957288849654 (diff) | |
| download | PROJ-a80d595cce62bbca2804976988cb7483a45bc523.tar.gz PROJ-a80d595cce62bbca2804976988cb7483a45bc523.zip | |
Update website: proj4.org -> proj.org
Diffstat (limited to 'jniwrap')
| -rw-r--r-- | jniwrap/build.xml | 2 | ||||
| -rw-r--r-- | jniwrap/org.osgeo.proj/org/proj4/PJ.java | 2 | ||||
| -rw-r--r-- | jniwrap/org.osgeo.proj/org/proj4/package-info.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jniwrap/build.xml b/jniwrap/build.xml index 20c7523c..11aef091 100644 --- a/jniwrap/build.xml +++ b/jniwrap/build.xml @@ -36,7 +36,7 @@ <attribute name="Implementation-Title" value="PROJ bridge to Java"/> <attribute name="Implementation-Version" value="${version}"/> <attribute name="Implementation-Vendor" value="Proj.4 project"/> - <attribute name="Implementation-URL" value="https://proj4.org/"/> + <attribute name="Implementation-URL" value="https://proj.org/"/> </manifest> </jar> </target> diff --git a/jniwrap/org.osgeo.proj/org/proj4/PJ.java b/jniwrap/org.osgeo.proj/org/proj4/PJ.java index d8facf76..e33c9aae 100644 --- a/jniwrap/org.osgeo.proj/org/proj4/PJ.java +++ b/jniwrap/org.osgeo.proj/org/proj4/PJ.java @@ -32,7 +32,7 @@ import java.lang.annotation.Native; /** - * Wraps the <a href="https://proj4.org/">PROJ</a> {@code PJ} native data structure. + * Wraps the <a href="https://proj.org/">PROJ</a> {@code PJ} native data structure. * Almost every methods defined in this class are native methods delegating the work to the PROJ library. * This class is the only place where such native methods are defined. * diff --git a/jniwrap/org.osgeo.proj/org/proj4/package-info.java b/jniwrap/org.osgeo.proj/org/proj4/package-info.java index 1dda16a3..dc38e762 100644 --- a/jniwrap/org.osgeo.proj/org/proj4/package-info.java +++ b/jniwrap/org.osgeo.proj/org/proj4/package-info.java @@ -27,7 +27,7 @@ */ /** - * Wrappers for the <a href="https://proj4.org/">PROJ</a> library. + * Wrappers for the <a href="https://proj.org/">PROJ</a> library. * The {@link org.proj4.PJ} class contains only native methods delegating their work to the PROJ library. * For higher-level methods making use of those native methods, see for example the * <a href="http://www.geoapi.org/geoapi-proj4/index.html">GeoAPI bindings for PROJ</a>. |
