From eb96e8395498d9200fbede36e9781b4b9820c77a Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Sun, 17 Nov 2019 17:15:31 -0500 Subject: [PATCH] Fix Doxygen link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951f42b..9bd4681 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ pyShelf uses [`pre-commit`](https://pre-commit.com/) to automate some tasks. Before developing, run `pre-commit install`. See the [documentation](https://pre-commit.com/) for more information. -pyShelf uses ['Doxygen'](https://http://www.doxygen.nl/) for source code documentation. +pyShelf uses ['Doxygen'](http://www.doxygen.nl/) for source code documentation. Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting. pyShelf follows ['sem-ver'](https://semver.org) standards. Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly.