From fcf355d01875b8c76bf3a535a090be9cca9d1730 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 12 Nov 2015 11:22:52 -0700 Subject: [PATCH] Modify README.md to point to documentation. * Instruct where to look for the index.html file to see the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f21d83c3c..41fc9cfb2 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ NATS_TEST_SERVER_EXE=c:\test\gnatsd.exe The public API has been documented using [Doxygen](http://www.stack.nl/~dimitri/doxygen/). -You can check it [here](https://github.com/nats-io/cnats/tree/master/doc/html/index.html). +To see the documentation, point your browser to the file `index.html` in the `doc/html` directory. The source code is also quite documented.