diff options
author | Silvino Silva <silvino@bk.ru> | 2018-07-16 15:32:41 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-07-16 15:32:41 +0100 |
commit | 214aa23801332d2120df208f9d9042fd51c5f2d3 (patch) | |
tree | afb5b18f789c68bbf577389ed5268cd2f896e66d /index.html | |
parent | bdea1c23d13c417a00b71654670aed309cfa302a (diff) | |
download | doc-214aa23801332d2120df208f9d9042fd51c5f2d3.tar.gz |
dumped new version 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> |