Fix some outdated links

This commit is contained in:
Thomas Jensen 2021-05-26 21:29:28 +02:00
parent c049484e4c
commit ef8f40fcef
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
4 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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

View File

@ -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 %}

View File

@ -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.