all: Update code to compile with latest time-related changes in ndn-cpp-dev library

Change-Id: I7e859989c833001f49b286d4a9917f4dc740b4a4
diff --git a/README-dev.md b/README-dev.md
index df92b78..bf9771e 100644
--- a/README-dev.md
+++ b/README-dev.md
@@ -12,7 +12,8 @@
 Recommendations
 ---------------
 
-The following code style recommendations are highly advised: https://github.com/cawka/docs-ndn/blob/master/cpp.rst
+NFD code is subject to the code style, defined here:
+http://redmine.named-data.net/projects/nfd/wiki/CodeStyle
 
 Running unit-tests
 ------------------
@@ -46,4 +47,5 @@
 
 There are many more command line options available, information about
 which can be obtained either from the command line using ``--help``
-switch, or online on Boost.Test library website (http://www.boost.org/doc/libs/1_55_0/libs/test/doc/html/).
+switch, or online on Boost.Test library website
+(http://www.boost.org/doc/libs/1_48_0/libs/test/doc/html/).