From: Svjatoslav Agejenko Date: Sun, 29 Oct 2023 21:28:43 +0000 (+0200) Subject: Fix JavaDoc URL X-Git-Tag: cli-helper-1.2~4 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=commitdiff_plain;h=12e09f39d9640cf77c50ffda0563cccbbbc4e79d Fix JavaDoc URL --- diff --git a/doc/index.html b/doc/index.html index da2f39d..164a576 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + CLI Helper - library to help implementing commandline interfaces @@ -202,24 +202,24 @@

Table of Contents

-
-

1. General

+
+

1. General

  • This program is free software: released under Creative Commons Zero @@ -236,8 +236,8 @@
-
-

1.1. Source code

+
+

1.1. Source code

-
-

2. Overview

+
+

2. Overview

@@ -275,13 +275,13 @@ dependency to your project. Library provides following general functionalities:

-
-

2.1. Ask for user input

+
+

2.1. Ask for user input

askBoolean()
Asks the user to enter a boolean value (yes/no).
@@ -292,8 +292,8 @@ Library provides following general functionalities:
-
-

3. Getting the library

+
+

3. Getting the library

Instructions to embed svjatoslav-commons library in your project: @@ -328,8 +328,8 @@ Maven pom.xml file snippet:

-
-

4. TODO:

+
+

4. TODO:

List of improvement suggestions: @@ -360,7 +360,7 @@ dependencies and conflicts resolution.

Author: Svjatoslav Agejenko

-

Created: 2023-10-29 Sun 23:23

+

Created: 2023-10-29 Sun 23:27

Validate

diff --git a/doc/index.org b/doc/index.org index ef68c70..13d337f 100644 --- a/doc/index.org +++ b/doc/index.org @@ -28,7 +28,7 @@ :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