From 2a388e1b892472c9424629ffb79bd6190e2520c8 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Sun, 18 Aug 2019 20:40:09 -0400 Subject: [PATCH 1/2] Change the link to Proj C-API docs to the website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 212246b..b1089cc 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ transform(wgs84, utm56, [150 -27 0]) ``` API documentation for the underlying C API may be found here: -https://github.com/OSGeo/proj.4/wiki/ProjAPI +https://proj.org/ From a497b884d7bce3386fa24f0791561a56f5882f11 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 19 Aug 2019 08:31:03 +0200 Subject: [PATCH 2/2] make C API link more specific and indicate it is a Julia wrapper --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1089cc..0de26e8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Proj4 +# Proj4.jl [![Build status](https://travis-ci.org/JuliaGeo/Proj4.jl.svg?branch=master)](https://travis-ci.org/JuliaGeo/Proj4.jl) [![Build status](https://ci.appveyor.com/api/projects/status/tscgm13l1pvajqqa/branch/master?svg=true)](https://ci.appveyor.com/project/JuliaGeo/proj4-jl/branch/master) -A simple wrapper around the Proj.4 cartographic projections library. +A simple Julia wrapper around the [PROJ](https://proj.org/) cartographic projections library. Basic example: @@ -18,4 +18,4 @@ transform(wgs84, utm56, [150 -27 0]) ``` API documentation for the underlying C API may be found here: -https://proj.org/ +https://proj.org/development/reference/index.html