aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e4c3405..1e74ab4 100644
--- a/README.md
+++ b/README.md
@@ -179,9 +179,9 @@ To use this library in your application:
## Documentation
-Full [API][] documentation is available in the comments of `sha3.h`. If
-you have [Doxygen][] installed, you can generate [HTML][]-formatted
-[API][] documentation by typing `make doc`.
+Full [API][] documentation is available online [here][api-docs] and in
+the comments of `sha3.h`. If you have [Doxygen][] installed, you can
+generate [HTML][]-formatted [API][] documentation by typing `make doc`.
## Tests
@@ -268,3 +268,5 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"LLVM compiler front end."
[mit-0]: https://opensource.org/license/mit-0/
"MIT No Attribution license"
+[api-docs]: https://pmdn.org/api-docs/sha3/
+ "sha3 API documentation."