Update FloatOption description and git clone URL
[cli-helper.git] / doc / index.org
index 13d337f..5f3f218 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:
-  : 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]]
 
@@ -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.
 
+* Alternatives and further reading
+
+- [[https://clig.dev/][Command Line Interface Guidelines]]
+
 * Getting the library
 Instructions to embed svjatoslav-commons library in your project: