Browse Source

Update nitro.js.htm

Namdak Tonpa 5 years ago
parent
commit
1e903f0421
1 changed files with 1 additions and 1 deletions
  1. 1 1
      man/nitro.js.htm

+ 1 - 1
man/nitro.js.htm

@@ -41,7 +41,7 @@
   <section>
     <h3>API</h3>
     <h4>direct(term)</h4>
-    <p>Sends DIRECT message from JavaScript. Use <b>enc</b> from <a href="bert.js.htm">bert.js</a></p>
+    <p>Sends DIRECT message from JavaScript. Use <b>enc</b> from <a href="https://github.com/synrc/n2o/blob/master/priv/bert.js">bert.js</a></p>
     <figure><code> > direct(tuple(atom('direct'),atom('test')));</code></figure>
     <h4>qi(id)</h4>
     <p>Returns DOM element by existing <b>id</b>.</p>