summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-12-29 23:40:19 -0800
committerGarrett D'Amore <garrett@damore.org>2019-12-29 23:40:19 -0800
commit6a4a273a156caa9f6c3209940dc2373e09e4fd93 (patch)
tree705d82c3b0c85b22772a7ae67215a81dd8c1fd90
parentd644814860d2bc477fe65e91a6108bcc86275662 (diff)
downloadnng-6a4a273a156caa9f6c3209940dc2373e09e4fd93.tar.gz
nng-6a4a273a156caa9f6c3209940dc2373e09e4fd93.tar.bz2
nng-6a4a273a156caa9f6c3209940dc2373e09e4fd93.zip
Fix up inter doc links.
-rw-r--r--_adoc/man/index.adoc4
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/footer_refman.html2
-rw-r--r--man/index.html18
4 files changed, 14 insertions, 12 deletions
diff --git a/_adoc/man/index.adoc b/_adoc/man/index.adoc
index 8b29f231..5809d341 100644
--- a/_adoc/man/index.adoc
+++ b/_adoc/man/index.adoc
@@ -5,5 +5,5 @@ layout: default
== NNG Reference Manual
-* <</nng/man/v{{site.latest}}/index#,Latest>> (v{{site.latest}}, the most recent release)
-* <</nng/man/tip/index#,Tip>> (reflects unreleased changes)
+* <<v{{site.latest}}/index#,Latest>> (v{{site.latest}}, the most recent release)
+* <<tip/index#,Tip>> (reflects unreleased changes)
diff --git a/_includes/footer.html b/_includes/footer.html
index 50a57aee..0483b765 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,7 +3,7 @@
<td style="color: #ba5836;" align="right">
<em>
<font size=2px>
-&copy; 2018 <a href="mailto:garrett@damore.org">Garrett D'Amore</a> and contributors.
+&copy; 2019 <a href="mailto:garrett@damore.org">Garrett D'Amore</a> and contributors.
<br/>
nanomsg&trade; and nng&trade; are <a href="http://nanomsg.org/trademarks.html">trademarks</a> of Garrett D'Amore.</font></em>
</td>
diff --git a/_includes/footer_refman.html b/_includes/footer_refman.html
index 659ae717..55abde65 100644
--- a/_includes/footer_refman.html
+++ b/_includes/footer_refman.html
@@ -6,7 +6,7 @@ NNG Reference Manual v{{page.version}}
<td style="color: #ba5836;" align="right">
<em>
<font size=2px>
-&copy; 2018 <a href="mailto:info@staysail.tech">Staysail Systems, Inc</a>, &copy; 2018 <a href="mailto:info@capitar.com">Capitar IT Group BV</a>
+&copy; 2019 <a href="mailto:info@staysail.tech">Staysail Systems, Inc</a>, &copy; 2018 <a href="mailto:info@capitar.com">Capitar IT Group BV</a>
<br/>
This document is supplied under the <a href="https://opensource.org/licenses/MIT">MIT License</a>.
<br/>
diff --git a/man/index.html b/man/index.html
index e8ae7bf7..24bb068f 100644
--- a/man/index.html
+++ b/man/index.html
@@ -1,6 +1,3 @@
----
-layout: default
----
<!DOCTYPE html>
<html lang="en">
<head>
@@ -427,22 +424,27 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important}
.show-for-print{display:inherit!important}}
</style>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body class="article">
<div id="header">
</div>
<div id="content">
+<hr>
+<div class="paragraph">
+<p>title: Documentation
+layout: default
+---</p>
+</div>
<div class="sect1">
<h2 id="_nng_reference_manual">NNG Reference Manual</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
-<p><a href="/nng/man/v{{site.latest}}/index.html">Latest</a> (v{{site.latest}}, the most recent release)</p>
+<p><a href="v{{site.latest}}/index.html">Latest</a> (v{{site.latest}}, the most recent release)</p>
</li>
<li>
-<p><a href="/nng/man/tip/index.html">Tip</a> (reflects unreleased changes)</p>
+<p><a href="tip/index.html">Tip</a> (reflects unreleased changes)</p>
</li>
</ul>
</div>
@@ -451,8 +453,8 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2018-03-09 21:55:03 UTC
+Last updated 2019-12-29 23:34:53 PST
</div>
</div>
</body>
-</html>
+</html> \ No newline at end of file