Browse Source

index.html: fix link names

Vlad Ki 6 years ago
parent
commit
0815820f45
1 changed files with 16 additions and 16 deletions
  1. 16 16
      index.html

+ 16 - 16
index.html

@@ -31,7 +31,7 @@
         </section>
         </section>
 
 
         <section>
         <section>
-            <a name=plugin><h3>INSTALL</h3></a>
+            <a name=install><h3>INSTALL</h3></a>
             <div>Place MAD binary into <b>$PATH</b> or <b>/usr/local/bin</b>. E.g. using curl:
             <div>Place MAD binary into <b>$PATH</b> or <b>/usr/local/bin</b>. E.g. using curl:
         <figure>
         <figure>
         <code>
         <code>
@@ -51,7 +51,7 @@
 <main>
 <main>
     <section>
     <section>
 
 
-        <a name=mqtt><h3>HELP</h3></a>
+        <a name=docs><h3>HELP</h3></a>
         <p> MAD accepts a list of words. This list of words contains special words,
         <p> MAD accepts a list of words. This list of words contains special words,
             delimiters or commands.
             delimiters or commands.
             Words between commands are arguments for the nearest command from left.
             Words between commands are arguments for the nearest command from left.
@@ -74,7 +74,7 @@
         </div>
         </div>
     </section>
     </section>
     <section>
     <section>
-        <a name=docs><h3>APP</h3></a>
+        <a name=app><h3>APP</h3></a>
         <p>Create predefined sample application.
         <p>Create predefined sample application.
            MAD has built-in two sample applications: <b>web</b> and <b>mqtt</b>. </p>
            MAD has built-in two sample applications: <b>web</b> and <b>mqtt</b>. </p>
         <figure><code>
         <figure><code>
@@ -100,7 +100,7 @@
         </div>
         </div>
     </section>
     </section>
     <section>
     <section>
-        <a name=docs><h3>DEPS</h3></a>
+        <a name=deps><h3>DEPS</h3></a>
         <div>
         <div>
         <figure><code>
         <figure><code>
  $ cd sample
  $ cd sample
@@ -134,13 +134,13 @@
  OK
  OK
         </code></figure>
         </code></figure>
         </div>
         </div>
-        <a name=docs><h3>GET</h3></a>
+        <a name=get><h3>GET</h3></a>
         <figure><code>
         <figure><code>
  $ mad get kvx
  $ mad get kvx
  ==> dependency: "https://github.com/synrc/kvx" tag: []
  ==> dependency: "https://github.com/synrc/kvx" tag: []
  OK
  OK
         </code></figure>
         </code></figure>
-        <a name=docs><h3>UP</h3></a>
+        <a name=up><h3>UP</h3></a>
         <figure><code>
         <figure><code>
  $ mad up
  $ mad up
  OK
  OK
@@ -152,27 +152,27 @@
         </div>
         </div>
     </section>
     </section>
     <section>
     <section>
-        <a name=docs><h3>CLEAN</h3></a>
+        <a name=clean><h3>CLEAN</h3></a>
         <div>
         <div>
         <figure><code>
         <figure><code>
  $ mad clean
  $ mad clean
  OK
  OK
         </code></figure>
         </code></figure>
         </div>
         </div>
-        <a name=docs><h3>START</h3></a>
+        <a name=start><h3>START</h3></a>
         <figure><code>
         <figure><code>
  $ mad start
  $ mad start
  Scripting: "/Users/maxim/depot/synrc/mad/mad"
  Scripting: "/Users/maxim/depot/synrc/mad/mad"
  OK
  OK
         </code></figure>
         </code></figure>
-        <a name=docs><h3>ATTACH</h3></a>
+        <a name=attach><h3>ATTACH</h3></a>
         <figure><code>
         <figure><code>
  $ $(mad attach)
  $ $(mad attach)
  Attaching to . (^D to exit)
  Attaching to . (^D to exit)
 
 
  1>
  1>
         </code></figure>
         </code></figure>
-        <a name=docs><h3>STOP</h3></a>
+        <a name=stop><h3>STOP</h3></a>
         <figure><code>
         <figure><code>
  $ $(mad stop)
  $ $(mad stop)
  Attaching to . (^D to exit)
  Attaching to . (^D to exit)
@@ -186,7 +186,7 @@
         </div>
         </div>
     </section>
     </section>
     <section>
     <section>
-        <a name=docs><h3>COMPILE</h3></a>
+        <a name=compile><h3>COMPILE</h3></a>
         <figure><code>
         <figure><code>
  $ mad compile
  $ mad compile
  Writing /apps/sample/ebin/sample.app
  Writing /apps/sample/ebin/sample.app
@@ -207,17 +207,17 @@
         </div>
         </div>
     </section>
     </section>
     <section>
     <section>
-        <a name=docs><h3>PLAN</h3></a>
+        <a name=plan><h3>PLAN</h3></a>
         <figure><code>
         <figure><code>
  $ mad plan
  $ mad plan
  OK
  OK
         </code></figure>
         </code></figure>
-        <a name=docs><h3>STRIP</h3></a>
+        <a name=strip><h3>STRIP</h3></a>
         <figure><code>
         <figure><code>
  $ mad strip
  $ mad strip
  OK
  OK
         </code></figure>
         </code></figure>
-        <a name=docs><h3>BUNDLE</h3></a>
+        <a name=bundle><h3>BUNDLE</h3></a>
         <figure><code>
         <figure><code>
  $ mad bundle script sample
  $ mad bundle script sample
  OK
  OK
@@ -235,7 +235,7 @@
         </div>
         </div>
     </section>
     </section>
     <section>
     <section>
-        <a name=docs><h3>REPL</h3></a>
+        <a name=repl><h3>REPL</h3></a>
         <figure><code>
         <figure><code>
  $ mad repl
  $ mad repl
  $ open http://127.0.0.1:8001/app/index.htm
  $ open http://127.0.0.1:8001/app/index.htm
@@ -247,7 +247,7 @@
         </div>
         </div>
     </section>
     </section>
     <section>
     <section>
-        <a name=docs><h3>ARTICLES</h3></a>
+        <a name=articles><h3>ARTICLES</h3></a>
         <div>
         <div>
         <ul>
         <ul>
            <li><a href="https://n2o.space/articles/n2o.htm">N2O: PROTOCOL</a></li>
            <li><a href="https://n2o.space/articles/n2o.htm">N2O: PROTOCOL</a></li>