docs: Updating bug tracker link in README

Change-Id: I155790bebb276026af03417733bb2ecc6c521b33
Refs: #1359
diff --git a/INSTALL.md b/INSTALL.md
index 3e5a45f..04d7c3b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,16 +1,16 @@
-NDN-CPP-dev:  A dev version of Named Data Networking client library for C++
+ndn-cpp-dev:  A dev version of Named Data Networking client library for C++
 ===========================================================================
 
 Prerequisites
 -------------
 
-(These are prerequisites to build NDN-CPP.  To do development of NDN-CPP code and update the build system, 
+(These are prerequisites to build ndn-cpp-dev.  To do development of ndn-cpp-dev code and update the build system,
  see Development Prerequisites.)
 
-Required: 
+Required:
 
 * libcrypto
-* libsqlite3 
+* libsqlite3
 * libcrypto++
 * boost libraries (>= 1.48)
 * OSX Security framework (on OSX platform only)
@@ -49,9 +49,10 @@
 Build
 -----
 
-(These are instructions to build NDN-CPP. To do development of NDN-CPP code and update the build system, see Development.)
+(These are instructions to build ndn-cpp-dev. To do development of ndn-cpp-dev
+code and update the build system, see Development.)
 
-To build in a terminal, change directory to the NDN-CPP root.  Enter:
+To build in a terminal, change directory to the ndn-cpp-dev root.  Enter:
 
     ./waf configure
     ./waf
@@ -90,7 +91,7 @@
 
 (to be confirmed)
 
-NDN-CPP is tested on the following platforms:
+ndn-cpp-dev is tested on the following platforms:
 
 * Ubuntu 12.04 (64 bit and 32 bit)
 * Ubuntu 13.10 (64 bit and 32 bit)
@@ -100,7 +101,7 @@
 Development Prerequisites
 -------------------------
 
-These steps are only needed to do development of NDN-CPP code and update the build system.
+These steps are only needed to do development of ndn-cpp-dev code and update the build system.
 First follow the Prerequisites above for your platforms.
 
 * Mac OS X 10.7.3, Mac OS X 10.8.4, Mac OS X 10.9
diff --git a/README.md b/README.md
index c848f34..e7c38a7 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
-NDN-CPP-dev:  A dev version of Named Data Networking client library for C++
+ndn-cpp-dev:  A dev version of Named Data Networking client library for C++
 ---------------------------------------------------------------------------
 
-NDN-CPP is a new implementation of a Named Data Networking client library written in C++.
+ndn-cpp-dev is a new implementation of a Named Data Networking client library written in C++.
 	
-NDN-CPP is open source under a license described in the file COPYING.  While the license
+ndn-cpp-dev is open source under a license described in the file COPYING.  While the license
 does not require it, we really would appreciate it if others would share their
 contributions to the library if they are willing to do so under the same license. 
 
 See the file INSTALL for build and install instructions.
 
-Please submit any bugs or issues to the NDN-CPP issue tracker:
-http://redmine.named-data.net/projects/ndn-cpp/issues
+Please submit any bugs or issues to the ndn-cpp-dev issue tracker:
+http://redmine.named-data.net/projects/ndn-cpp-dev/issues