Correcting README and example to reflect new changes
diff --git a/examples/ndnping/ndn-ping.html b/examples/ndnping/ndn-ping.html
index 9327c09..203d59e 100644
--- a/examples/ndnping/ndn-ping.html
+++ b/examples/ndnping/ndn-ping.html
@@ -10,9 +10,9 @@
 <!--

 	ndn-js.js

 	is a concatented, compressed version of the library,

-	built in tools/build

+	built in/build

 -->

-<script type="text/javascript" src="ndn-js.js"></script>

+<script type="text/javascript" src="../../build/ndn-js.js"></script>

 <script type="text/javascript" src="ndn-ping.js"></script>

 

 </head>

@@ -25,7 +25,7 @@
 	/&lt;topo-prefix&gt;/ping/&lt;random-number&gt;</em>.

 	

 	<h2>NDN Testbed Status</h2>

-	<p>Testbed content ping results retrieved using <a href="http://github.com/remap/ndn-js">NDN.js</a>, a javascript client library for NDN.</p>

+	<p>Testbed content ping results retrieved using <a href="http://github.com/named-data/ndn-js">NDN.js</a>, a javascript client library for NDN.</p>

 	<table border="0" width="40%" id="pingreport" style="margin-left:20px">

 	</table>

 	<p>&nbsp;</p>