build: bump ndn-cxx dependency
Change-Id: I6e6172cb64d9a5f7c297ec668f1bb89063bd9d9d
diff --git a/INSTALL.md b/INSTALL.md
index cdfd1a8..8b45bcf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -2,7 +2,7 @@
## Prerequisites
-* [ndn-cxx and its dependencies](https://named-data.net/doc/ndn-cxx/current/INSTALL.html)
+* [ndn-cxx and its dependencies](https://docs.named-data.net/ndn-cxx/current/INSTALL.html)
* sqlite3
## Build
@@ -16,13 +16,14 @@
This builds and installs `ndn-repo-ng` and related tools.
-If configured with tests (`./waf configure --with-tests`), the above commands will
-also generate unit tests that can be run with `./build/unit-tests`.
+If configured with tests (`./waf configure --with-tests`), the above commands
+will also generate unit tests that can be run with `./build/unit-tests`.
## Configuration
The default configuration file path is `/usr/local/etc/ndn/repo-ng.conf`.
-Users may copy the [repo-ng.conf.sample](repo-ng.conf.sample) config sample to that path.
+Users may copy the [`repo-ng.conf.sample`](repo-ng.conf.sample) example config
+to that path.
## Database
@@ -36,6 +37,6 @@
## Tools
-Currently, three tools are included: *ndngetfile*, *ndnputfile*, and *repo-ng-ls*.
+Currently, three tools are included: `ndngetfile`, `ndnputfile`, and `repo-ng-ls`.
Users can find detailed information about these tools on the
[repo-ng wiki](https://redmine.named-data.net/projects/repo-ng/wiki/Tools).