build: == Dependency change == NFD now depends on ndn-cxx library
Change-Id: Ia9dd324a536573b5ac4fe1b73d82af772dc84923
Refs: #1536
diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst
index 2c74157..95e2557 100644
--- a/docs/INSTALL.rst
+++ b/docs/INSTALL.rst
@@ -6,7 +6,7 @@
Prerequisites
-------------
-- `ndn-cpp-dev library <https://github.com/named-data/ndn-cpp-dev>`__
+- `ndn-cxx library <https://github.com/named-data/ndn-cxx>`__
and its requirements:
- ``libcrypto``
@@ -16,7 +16,7 @@
- Boost libraries (>= 1.48)
- OSX Security framework (on OSX platform only)
- Refer to https://github.com/named-data/ndn-cpp-dev/blob/master/INSTALL.md for detailed
+ Refer to https://github.com/named-data/ndn-cxx/blob/master/INSTALL.md for detailed
installation instructions.
- ``libpcap``
diff --git a/docs/manpages/nrd.rst b/docs/manpages/nrd.rst
index a825575..2f03b2a 100644
--- a/docs/manpages/nrd.rst
+++ b/docs/manpages/nrd.rst
@@ -64,4 +64,4 @@
~$ nrd
8. Try to connect any application to NFD. For example, producer
- application that is provided ndn-cpp-dev examples.
+ application that is provided ndn-cxx examples.