diff --git a/pages/build.md b/pages/build.md index 8e0bad1..f82aa06 100644 --- a/pages/build.md +++ b/pages/build.md @@ -43,7 +43,7 @@ In order to build on Linux: Also note that the value of `GLOBALCONF` is a full file name. It does **not** specify a directory into which to copy the config file. 4. From the top level directory, type `make && make test`. Find the resulting binary in the *out* folder. In case of - problems, check the [compilation faq]({{ site.baseurl }}/docs/faq.html#q5). + problems, check the [compilation faq]({{ site.baseurl }}/faq.html#q5). That should be all. *Boxes* is built so that this works almost everywhere. diff --git a/pages/download.md b/pages/download.md index 4e7479c..cddd579 100644 --- a/pages/download.md +++ b/pages/download.md @@ -8,7 +8,7 @@ last_modified_at: 2021-02-17 21:37:44 +0100 # Download *Boxes* The current release is **version {{ site.currentVersion }}**. For older revisions, feel free to browse the -[release history]({{ site.baseurl }}/docs/releases.html). +[release history]({{ site.baseurl }}/releases.html). ## Binaries diff --git a/pages/examples.md b/pages/examples.md index 6f9339a..64918b8 100644 --- a/pages/examples.md +++ b/pages/examples.md @@ -301,7 +301,7 @@ whereas there are two leading spaces in the input text. This is because the &quo horizontal padding of one space. Since *boxes* assumes it has added the padding space, it also attempts to removes the same number of spaces when removing the box. Thus, if you were to add a new box around the text, the box internal indentation would be retained. It is easily possible to use this feature to make an editor key mapping which repairs -a box for you (see [installation]({{ site.baseurl}}/docs/install.html) in the documentation section). +a box for you (see [installation]({{ site.baseurl}}/editors.html) in the documentation section). {% comment %} ---------------------------------------------------------------------------------------- {% endcomment %} diff --git a/pages/faq.md b/pages/faq.md index c347651..a6f9267 100644 --- a/pages/faq.md +++ b/pages/faq.md @@ -14,7 +14,7 @@ These are the frequently asked questions about the *boxes* program and their ans These questions are *actually* "frequently asked". For general information on the *boxes* program, installation instructions, and information on box design creation please refer to the -[*boxes* documentation]({{ site.baseurl }}/docs/). +[*boxes* documentation]({{ site.baseurl }}/). {% comment %} ---------------------------------------------------------------------------------------- {% endcomment %} @@ -22,7 +22,7 @@ instructions, and information on box design creation please refer to the level=3 slug="q1" text="Q. 1. What is a text filter program?" %} -There is a [separate page]({{ site.baseurl }}/docs/filters.html) explaining this. *Boxes* is mostly used as such a +There is a [separate page]({{ site.baseurl }}/filters.html) explaining this. *Boxes* is mostly used as such a filter program.