aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-06-02 19:37:23 +1200
committerMike Toews <mwtoews@gmail.com>2018-06-02 19:40:46 +1200
commit152f34f98de9264eeb2ba92cd36e6c196b12ff8d (patch)
treeda21658b9282562ac1d4ee0531ff7607c7015f71 /CONTRIBUTING.md
parent524a335e0b80cf4ba8c68bf72321405a2803fca4 (diff)
downloadPROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.tar.gz
PROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.zip
Upgrade http:// to https:// where feasible
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 61ba3772..73e3fc52 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,18 +68,18 @@ Note that not all feature requests are accepted.
## Write documentation
PROJ.4 is in dire need of better documentation. Any contributions of documentation
-are greatly appreciated. The PROJ.4 documentation is available on [proj4.org](ttp://proj4.org).
+are greatly appreciated. The PROJ.4 documentation is available on [proj4.org](https://proj4.org).
The website is generated with [Sphinx](http://www.sphinx-doc.org/en/stable/). Contributions
to the documentation should be made as [Pull Requests](https://github.com/OSGeo/proj.4/pulls)
on GitHub.
If you intend to document one of PROJ.4's supported projections please use the
-[Mercator projection](http://proj4.org/projections/merc.html) as a template.
+[Mercator projection](https://proj4.org/projections/merc.html) as a template.
## Code contributions
-See [Code Contributions](http://proj4.org/development/for_proj_contributors.html)
+See [Code Contributions](https://proj4.org/development/for_proj_contributors.html)
#### Legalese
Committers are the front line gatekeepers to keep the code base clear of improperly contributed code.
@@ -125,7 +125,7 @@ improperly contributing code to the source repository:
## Additional Resources
-* [General GitHub documentation](http://help.github.com/)
+* [General GitHub documentation](https://help.github.com/)
* [GitHub pull request documentation](https://help.github.com/articles/about-pull-requests/)
## Acknowledgements