Revert links for NDN example URIs since Markdown doesn't seem to accept ndn:
diff --git a/README.md b/README.md
index b2b1623..e9b2b27 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@
downloaded ndnProtocol.xpi.) Restart Firefox.
Firefox uses the protocol extension to load any URI starting with ndn. See this test page for examples:
-[ndn:/ndn/ucla.edu/apps/ndn-js-test/NDNProtocolExamples.html?ndn.ChildSelector=1](ndn:/ndn/ucla.edu/apps/ndn-js-test/NDNProtocolExamples.html?ndn.ChildSelector=1)
+ndn:/ndn/ucla.edu/apps/ndn-js-test/NDNProtocolExamples.html?ndn.ChildSelector=1
When the page is loaded, Firefox updates the address bar with the full matched name from
the retrieved content object including the version, but without the implicit digest or
@@ -146,10 +146,10 @@
You can add interest selectors. For example, this uses 1 to select the "rightmost" child
(latest version):
-[ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref](ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref)
+ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref
The browser loads the latest version and changes the address to:
-[ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref](ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt/%FD%05%0B%16z%22%D1?key=value#ref)
+ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref
The child selector was used and removed. Note that the other non-ndn query values and
ref "?key=value#ref" are still present, in case they are needed by the web application.