diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-22 14:00:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-22 14:00:08 +0000 |
commit | a6bd08d6c38dcb2b86939c1d733610b616547b47 (patch) | |
tree | bd4893ce66f8546c9c2a0b62a8ad921a9826788a /chapter06 | |
parent | d4c8cfe38ef10ce0249a93a2c6a701f995bc3451 (diff) |
Update FHS URL
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index bc4df7054..129e94f18 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -53,7 +53,7 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local}</userinput></screen> <para>The directory tree is based on the Filesystem Hierarchy Standard (FHS) (available at <ulink - url="https://wiki.linuxfoundation.org/en/FHS"/>). The FHS also specifies + url="https://refspecs.linuxfoundation.org/fhs.shtml"/>). The FHS also specifies the optional existence of some directories such as <filename class="directory">/usr/local/games</filename> and <filename class="directory">/usr/share/games</filename>. We create only the |