Update CLI Helper library version in documentation
[cli-helper.git] / doc / index.org
index 6ed2f6e..6fa1f18 100644 (file)
@@ -20,7 +20,7 @@
 - [[https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=summary][Browse Git repository online]]
 
 - Clone Git repository using command:
 - [[https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=summary][Browse Git repository online]]
 
 - Clone Git repository using command:
-  : git clone https://www2.svjatoslav.eu/git/cli-helper.git
+  : git clone https://www3.svjatoslav.eu/git/cli-helper.git
 
 - See [[https://www3.svjatoslav.eu/projects/cli-helper/apidocs/][JavaDoc]]
 
 
 - See [[https://www3.svjatoslav.eu/projects/cli-helper/apidocs/][JavaDoc]]
 
@@ -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
@@ -48,6 +48,10 @@ Library provides following general functionalities:
 - askLong() :: Asks the user to enter an integer.
 - askString() :: Asks the user to enter a string.
 
 - askLong() :: Asks the user to enter an integer.
 - askString() :: Asks the user to enter a string.
 
+* Alternatives and further reading
+
+- [[https://clig.dev/][Command Line Interface Guidelines]]
+
 * Getting the library
 Instructions to embed svjatoslav-commons library in your project:
 
 * Getting the library
 Instructions to embed svjatoslav-commons library in your project:
 
@@ -59,7 +63,7 @@ Maven pom.xml file snippet:
     <dependency>
         <groupId>eu.svjatoslav</groupId>
         <artifactId>cli-helper</artifactId>
     <dependency>
         <groupId>eu.svjatoslav</groupId>
         <artifactId>cli-helper</artifactId>
-        <version>1.0</version>
+        <version>1.2</version>
     </dependency>
     ...
 </dependencies>
     </dependency>
     ...
 </dependencies>