mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-01 07:42:22 +01:00
Fix some outdated links
This commit is contained in:
parent
c049484e4c
commit
ef8f40fcef
@ -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
|
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.
|
the config file.
|
||||||
4. From the top level directory, type `make && make test`. Find the resulting binary in the *out* folder. In case of
|
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.
|
That should be all. *Boxes* is built so that this works almost everywhere.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ last_modified_at: 2021-02-17 21:37:44 +0100
|
|||||||
# Download *Boxes*
|
# Download *Boxes*
|
||||||
|
|
||||||
The current release is **version {{ site.currentVersion }}**. For older revisions, feel free to browse the
|
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
|
## Binaries
|
||||||
|
@ -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
|
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
|
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
|
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 %}
|
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
|
||||||
|
@ -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
|
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
|
instructions, and information on box design creation please refer to the
|
||||||
[*boxes* documentation]({{ site.baseurl }}/docs/).
|
[*boxes* documentation]({{ site.baseurl }}/).
|
||||||
|
|
||||||
|
|
||||||
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
|
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
|
||||||
@ -22,7 +22,7 @@ instructions, and information on box design creation please refer to the
|
|||||||
level=3 slug="q1"
|
level=3 slug="q1"
|
||||||
text="Q. 1. What is a text filter program?" %}
|
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.
|
filter program.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user