diff options
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>. |
