Skip to content

Commit 79919d2

Browse files
committed
Correct URL for download path
1 parent 7577edb commit 79919d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

home.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ <h2>Web</h2>
4949
<p>To read in a <b>browser</b>, follow the link <a
5050
href='../bash-scripting-guide'>Advanced Bash-Scripting Guide</a><p>
5151

52-
<p>For <b>off-line viewing</b> download and unpack: <a
53-
href='bash-scripting-guide.zip'>bash-scripting-guide.zip</a> (TODO)</p>
52+
<p>For <b>off-line viewing</b> download and unpack: <span
53+
style='color: gray; cursor: pointer;' title='Not ready
54+
yet'>bash-scripting-guide.zip</span> (TODO)</p>
5455

5556
<h3>Web fonts</h3>
5657

@@ -134,12 +135,12 @@ <h3>Download and Install</h3>
134135

135136
<p>Download via URL:
136137
<a href='bash-scripting-guide.info'>bash-scripting-guide.info</a>
137-
(300k)</p>
138+
(1.6M) in a browser of via <code>wget</code></p>
138139

139140
<pre>
140141
$ mkdir -p ~/.local/share/info
141142
$ cd ~/.local/share/info
142-
$ wget https://hangar118.sdf.org/~peter/bash-scripting-guide-home/bash-scripting-guide.info
143+
$ wget https://hangar118.sdf.org/p/bash-scripting-guide-home/bash-scripting-guide.info
143144
$ install-info --add-once bash-scripting-guide.info dir
144145
</pre>
145146

0 commit comments

Comments
 (0)