Prefer the NNG project
diff --git a/_adoc/index.adoc b/_adoc/index.adoc
index 8199480..0920c2f 100644
--- a/_adoc/index.adoc
+++ b/_adoc/index.adoc
@@ -21,12 +21,11 @@
Implemented in C, it works on a wide range of operating systems with no further
dependencies.
-TIP: A new project, https://github.com/nanomsg/nng[_nng_], is underway
-as reimplementation of these same protocols.
-_nng_ is wire compatible with _nanomsg_, and offers a number of additional
-advanced capabilities.
-Although _nng_ itself is still in pre-release state, we are encouraging
-people using or considering using _nanomsg_ to look at _nng_.
+NOTE: This project has largely been superceded by the
+https://github.com/nanomsg/nng[_nng_] project.
+Users are encouraged to use _nng_ if they are able.
+The _nng_ project is wire compatible with this library, and supports
+a significant superset of capabilities.
The communication patterns, also called "scalability protocols", are basic
blocks for building distributed systems.
diff --git a/index.html b/index.html
index 9da7fc5..74bf746 100644
--- a/index.html
+++ b/index.html
@@ -456,19 +456,18 @@
Implemented in C, it works on a wide range of operating systems with no further
dependencies.</p>
</div>
-<div class="admonitionblock tip">
+<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
-<i class="fa icon-tip" title="Tip"></i>
+<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
-A new project, <a href="https://github.com/nanomsg/nng"><em>nng</em></a>, is underway
-as reimplementation of these same protocols.
-<em>nng</em> is wire compatible with <em>nanomsg</em>, and offers a number of additional
-advanced capabilities.
-Although <em>nng</em> itself is still in pre-release state, we are encouraging
-people using or considering using <em>nanomsg</em> to look at <em>nng</em>.
+This project has largely been superceded by the
+<a href="https://github.com/nanomsg/nng"><em>nng</em></a> project.
+Users are encouraged to use <em>nng</em> if they are able.
+The <em>nng</em> project is wire compatible with this library, and supports
+a significant superset of capabilities.
</td>
</tr>
</table>