Skip to content

Commit

Permalink
Update links in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kim committed Sep 11, 2022
1 parent 4bf5878 commit 3a507b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/html/index.html
Expand Up @@ -70,7 +70,7 @@ <h1><a class="anchor" id="autotoc_md0"></a>
<h1><a class="anchor" id="autotoc_md1"></a>
API Reference</h1>
<ul>
<li><a href="http://wolkykim.github.io/qlibc/doc/html/files.html">qlibc Core API Reference</a><ul>
<li><a href="https://wolkykim.github.io/qlibc/doc/html/files.html">qlibc Core API Reference</a><ul>
<li>Containers for Key/Value pairs<ul>
<li>Tree Table &mdash; in binary tree(left-leaning red-black tree) data structure.</li>
<li>Hash Table &mdash; in hash-based data structure.</li>
Expand All @@ -97,13 +97,13 @@ <h1><a class="anchor" id="autotoc_md1"></a>
</li>
</ul>
</li>
<li><a href="http://wolkykim.github.io/qlibc/doc/html/files.html">qLibc Extension API Reference</a><ul>
<li><a href="https://wolkykim.github.io/qlibc/doc/html/files.html">qLibc Extension API Reference</a><ul>
<li>Apache-style Configuration File Parser.</li>
<li>INI-style Configuration File Parser.</li>
<li>HTTP client.</li>
<li>Rotating File Logger.</li>
<li>Database(MySQL) interface.</li>
<li><a href="http://en.wikipedia.org/wiki/Token_bucket">Token-Bucket</a></li>
<li><a href="https://en.wikipedia.org/wiki/Token_bucket">Token-Bucket</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 3a507b2

Please sign in to comment.