Fix JavaDoc URL
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 29 Oct 2023 21:28:43 +0000 (23:28 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 29 Oct 2023 21:28:43 +0000 (23:28 +0200)
doc/index.html
doc/index.org

index da2f39d..164a576 100644 (file)
@@ -3,7 +3,7 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
-<!-- 2023-10-29 Sun 23:23 -->
+<!-- 2023-10-29 Sun 23:27 -->
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
 <title>CLI Helper - library to help implementing commandline interfaces</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
 <title>CLI Helper - library to help implementing commandline interfaces</title>
 <h2>Table of Contents</h2>
 <div id="text-table-of-contents" role="doc-toc">
 <ul>
 <h2>Table of Contents</h2>
 <div id="text-table-of-contents" role="doc-toc">
 <ul>
-<li><a href="#orgc216ff6">1. General</a>
+<li><a href="#org427daf2">1. General</a>
 <ul>
 <ul>
-<li><a href="#org6b89dd1">1.1. Source code</a></li>
+<li><a href="#orgaf34b18">1.1. Source code</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a href="#org0547dd8">2. Overview</a>
+<li><a href="#org2d2e85d">2. Overview</a>
 <ul>
 <ul>
-<li><a href="#org3f5c7fb">2.1. Ask for user input</a></li>
+<li><a href="#org81434cb">2.1. Ask for user input</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a href="#org7d0c46b">3. Getting the library</a></li>
-<li><a href="#org26c02b7">4. TODO:</a></li>
+<li><a href="#orgcd70162">3. Getting the library</a></li>
+<li><a href="#org7b73615">4. TODO:</a></li>
 </ul>
 </div>
 </div>
 
 </ul>
 </div>
 </div>
 
-<div id="outline-container-orgc216ff6" class="outline-2">
-<h2 id="orgc216ff6"><span class="section-number-2">1.</span> General</h2>
+<div id="outline-container-org427daf2" class="outline-2">
+<h2 id="org427daf2"><span class="section-number-2">1.</span> General</h2>
 <div class="outline-text-2" id="text-1">
 <ul class="org-ul">
 <li>This program is free software: released under Creative Commons Zero
 <div class="outline-text-2" id="text-1">
 <ul class="org-ul">
 <li>This program is free software: released under Creative Commons Zero
 </ul>
 </div>
 
 </ul>
 </div>
 
-<div id="outline-container-org6b89dd1" class="outline-3">
-<h3 id="org6b89dd1"><span class="section-number-3">1.1.</span> Source code</h3>
+<div id="outline-container-orgaf34b18" class="outline-3">
+<h3 id="orgaf34b18"><span class="section-number-3">1.1.</span> Source code</h3>
 <div class="outline-text-3" id="text-1-1">
 <ul class="org-ul">
 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a></li>
 <div class="outline-text-3" id="text-1-1">
 <ul class="org-ul">
 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a></li>
@@ -257,11 +257,11 @@ git clone https://www2.svjatoslav.eu/git/cli-helper.git
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="outline-container-org0547dd8" class="outline-2">
-<h2 id="org0547dd8"><span class="section-number-2">2.</span> Overview</h2>
+<div id="outline-container-org2d2e85d" class="outline-2">
+<h2 id="org2d2e85d"><span class="section-number-2">2.</span> Overview</h2>
 <div class="outline-text-2" id="text-2">
 <ul class="org-ul">
 <div class="outline-text-2" id="text-2">
 <ul class="org-ul">
-<li>See also: <a href="https://www3.svjatoslav.eu/projects/svjatoslav_commons/apidocs/">CLI Helper JavaDoc</a>.</li>
+<li>See also: <a href="https://www3.svjatoslav.eu/projects/cli-helper/apidocs/">CLI Helper JavaDoc</a></li>
 </ul>
 
 <p>
 </ul>
 
 <p>
@@ -275,13 +275,13 @@ dependency to your project.
 Library provides following general functionalities:
 </p>
 <ul class="org-ul">
 Library provides following general functionalities:
 </p>
 <ul class="org-ul">
-<li><a href="#org3f5c7fb">Asking for user input</a></li>
+<li><a href="#org81434cb">Asking for user input</a></li>
 <li><a href="CLI arguments processing.html#ID-46115263-ed3d-4acc-9ec5-523d7acf87b8">Commandline arguments processing</a></li>
 </ul>
 </div>
 
 <li><a href="CLI arguments processing.html#ID-46115263-ed3d-4acc-9ec5-523d7acf87b8">Commandline arguments processing</a></li>
 </ul>
 </div>
 
-<div id="outline-container-org3f5c7fb" class="outline-3">
-<h3 id="org3f5c7fb"><span class="section-number-3">2.1.</span> Ask for user input</h3>
+<div id="outline-container-org81434cb" class="outline-3">
+<h3 id="org81434cb"><span class="section-number-3">2.1.</span> Ask for user input</h3>
 <div class="outline-text-3" id="text-2-1">
 <dl class="org-dl">
 <dt>askBoolean()</dt><dd>Asks the user to enter a boolean value (yes/no).</dd>
 <div class="outline-text-3" id="text-2-1">
 <dl class="org-dl">
 <dt>askBoolean()</dt><dd>Asks the user to enter a boolean value (yes/no).</dd>
@@ -292,8 +292,8 @@ Library provides following general functionalities:
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="outline-container-org7d0c46b" class="outline-2">
-<h2 id="org7d0c46b"><span class="section-number-2">3.</span> Getting the library</h2>
+<div id="outline-container-orgcd70162" class="outline-2">
+<h2 id="orgcd70162"><span class="section-number-2">3.</span> Getting the library</h2>
 <div class="outline-text-2" id="text-3">
 <p>
 Instructions to embed svjatoslav-commons library in your project:
 <div class="outline-text-2" id="text-3">
 <p>
 Instructions to embed svjatoslav-commons library in your project:
@@ -328,8 +328,8 @@ Maven pom.xml file snippet:
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
-<div id="outline-container-org26c02b7" class="outline-2">
-<h2 id="org26c02b7"><span class="section-number-2">4.</span> TODO:</h2>
+<div id="outline-container-org7b73615" class="outline-2">
+<h2 id="org7b73615"><span class="section-number-2">4.</span> TODO:</h2>
 <div class="outline-text-2" id="text-4">
 <p>
 List of improvement suggestions:
 <div class="outline-text-2" id="text-4">
 <p>
 List of improvement suggestions:
@@ -360,7 +360,7 @@ dependencies and conflicts resolution.</li>
 </div>
 <div id="postamble" class="status">
 <p class="author">Author: Svjatoslav Agejenko</p>
 </div>
 <div id="postamble" class="status">
 <p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2023-10-29 Sun 23:23</p>
+<p class="date">Created: 2023-10-29 Sun 23:27</p>
 <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
 </div>
 </body>
 <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
 </div>
 </body>
index ef68c70..13d337f 100644 (file)
@@ -28,7 +28,7 @@
 :PROPERTIES:
 :ID:       fef7ebc3-0f00-4b82-a926-c0cfdf709762
 :END:
 :PROPERTIES:
 :ID:       fef7ebc3-0f00-4b82-a926-c0cfdf709762
 :END:
-- See also: [[https://www3.svjatoslav.eu/projects/svjatoslav_commons/apidocs/][CLI Helper JavaDoc]].
+- See also: [[https://www3.svjatoslav.eu/projects/cli-helper/apidocs/][CLI Helper JavaDoc]]
 
 This is library intended to facilitate creation of commandline
 applications in Java programming language. Library is packaged as an
 
 This is library intended to facilitate creation of commandline
 applications in Java programming language. Library is packaged as an