diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/creatingdirs.xml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 71c41254b..aed101d67 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ </listitem> --> <listitem> + <para>2015-02-08</para> + <itemizedlist> + <listitem> + <para>[Chris] - Updated FHS URL to new location.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-02-06</para> <itemizedlist> <listitem> diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 5572a62cc..09ad4fd65 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> <title>FHS Compliance Note</title> <para>The directory tree is based on the Filesystem Hierarchy Standard (FHS) - (available at <ulink url="http://www.pathname.com/fhs/"/>). + (available at <ulink url="https://wiki.linuxfoundation.org/en/FHS"/>). The FHS also stipulates the existence of <filename class="directory">/usr/local/games</filename> and <filename class="directory">/usr/share/games</filename>. The FHS is not precise as to |