From 12e09f39d9640cf77c50ffda0563cccbbbc4e79d Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 29 Oct 2023 23:28:43 +0200 Subject: [PATCH] Fix JavaDoc URL --- doc/index.html | 44 ++++++++++++++++++++++---------------------- doc/index.org | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) 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 -- 2.20.1