diff options
author | Silvino Silva <silvino@bk.ru> | 2018-07-17 00:07:56 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-07-17 00:07:56 +0100 |
commit | 8e26cc1ca02691e621a82c274e9cfcd90181ccbe (patch) | |
tree | da34dbb85daf65ed993f5b6d56847d7d37cb0cd3 /index.html | |
parent | f5955b57400b065d77fc115c821c18864f3dae02 (diff) | |
parent | fa4a1dbc55e566b6f891636ed0301bf6a188b312 (diff) | |
download | doc-8e26cc1ca02691e621a82c274e9cfcd90181ccbe.tar.gz |
release 0.3.5
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/index.html b/index.html index 18af931..29cbabc 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,11 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>c9 Doc</title> + <title>Hive System Doc</title> </head> <body> - <h1>c9 Doc</h1> + <h1>Hive System Documentation</h1> <ul> <li><a href="core/index.html">Core OS</a></li> @@ -18,18 +18,18 @@ <h2>Ports</h2> - <p>Httup file - <a href="core/conf/ports/c9-ports.git">c9-ports.git</a> of - <a href="https://github.com/s1lvino/c9-ports/">c9-ports</a> + <p>Ports git driver file + <a href="core/conf/ports/ports.git">Ports driver</a> of + <a href="https://hive.gnu.systems/git/ports.git">Ports git</a> </p> <pre> - # Collection core + # Collection Ports Driver # - NAME=c9-ports - URL=git://github.com/s1lvino/c9-ports.git + NAME=ports + URL=git://hive.gnu.systems/git/ports.git BRANCH=develop - destination=/usr/ports/c9-ports + destination=/usr/ports/ports PORTS_DIR="/usr/ports" </pre> @@ -38,14 +38,14 @@ <p>Version;</p> <pre> - rev 0.3.4 + rev 0.3.5 </pre> <a href="links.html">Links</a> contains relevant references. Current upstream git repository;</p> <p> - <a href="https://github.com/s1lvino/c9-doc">https://github.com/s1lvino/c9-doc</a> + <a href="https://hive.gnu.systems/git/doc.git">https://hive.gnu.systems/git/doc.git</a> </p> |