]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - README.md
Switch to https URLs.
[gsu.git] / README.md
index 1fbcef9872ce9f5ef0ae6bb642d8a501993f448b..ff00e293dae5cb7dfdc540b36f6862fe2e394652 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@ ___Download___
 
 All gsu modules are contained in a git repository. Get a copy with
 
-               git clone git://git.tuebingen.mpg.de/gsu.git
+               git clone https://git.tuebingen.mpg.de/gsu.git
 
-There is also a [gitweb](http://git.tuebingen.mpg.de/gsu.git) page.
+There is also a [gitweb](https://git.tuebingen.mpg.de/gsu.git) page.
 
 ___Installation___
 
@@ -444,7 +444,7 @@ tree could look like this:
                                dmesg
                '
 
-In this tree, `hardware/`, `block_devices/` and `log/` are the only
+In this tree, `hardware/`, `storage/` and `log/` are the only
 internal nodes. Note that these are written with a trailing slash
 character while the leaf nodes have no slash at the end. All entries
 of the menu tree must be indented by tab characters.
@@ -496,9 +496,9 @@ to do is to source the gsu gui module and to call `gsu_gui()`:
 
 ___Example___
 
-The complete lsi script below can be used as a starting point
-for your own gsu gui application. If you cut and paste it, be
-sure to not turn tab characters into space characters.
+The complete lsi script below can be used as a starting point for your
+own gsu gui application. If you cut and paste it, be sure to not turn
+tab characters into space characters. The script must be named "lsi".
 
                #!/bin/bash
 
@@ -734,4 +734,4 @@ References
 ----------
 - [bash](http://www.gnu.org/software/bash/bash.html)
 - [dialog](http://www.invisible-island.net/dialog/dialog.html)
-- [The author's home page](http://people.tuebingen.mpg.de/maan/)
+- [The author's home page](https://people.tuebingen.mpg.de/maan/)