Fix 404 links harder.
This commit is contained in:
parent
2374410891
commit
cdbd4c55e8
10 changed files with 21 additions and 21 deletions
|
@ -93,4 +93,4 @@ backups.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md)
|
||||||
|
|
|
@ -109,4 +109,4 @@ also linked from the commits list on each pull request.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Inspect your backups](https://torsion.org/borgmatic/how-to/inspect-your-backups.md)
|
* [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups.md)
|
||||||
|
|
|
@ -42,5 +42,5 @@ output formatted as JSON.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md)
|
||||||
* [Develop on borgmatic](https://torsion.org/borgmatic/how-to/develop-on-borgmatic.md)
|
* [Develop on borgmatic](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic.md)
|
||||||
|
|
|
@ -108,4 +108,4 @@ nested values.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md)
|
||||||
|
|
|
@ -57,5 +57,5 @@ Like a whole-archive restore, this also restores into the current directory.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md)
|
||||||
* [Inspect your backups](https://torsion.org/borgmatic/how-to/inspect-your-backups.md)
|
* [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups.md)
|
||||||
|
|
|
@ -47,5 +47,5 @@ injection or privilege escalation, do not forget to set secure permissions
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md)
|
||||||
* [Make per-application backups](https://torsion.org/borgmatic/how-to/make-per-application-backups.md)
|
* [Make per-application backups](https://torsion.org/borgmatic/docs/how-to/make-per-application-backups.md)
|
||||||
|
|
|
@ -74,7 +74,7 @@ uncomment a particular option, also uncomment its containing section name, or
|
||||||
else borgmatic won't recognize the option.
|
else borgmatic won't recognize the option.
|
||||||
|
|
||||||
You can also get the same sample configuration file from the [configuration
|
You can also get the same sample configuration file from the [configuration
|
||||||
reference](https://torsion.org/borgmatic/reference/configuration.md), the authoritative set of
|
reference](https://torsion.org/borgmatic/docs/reference/configuration.md), the authoritative set of
|
||||||
all configuration options. This is handy if borgmatic has added new options
|
all configuration options. This is handy if borgmatic has added new options
|
||||||
since you originally created your configuration file.
|
since you originally created your configuration file.
|
||||||
|
|
||||||
|
@ -221,11 +221,11 @@ it.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Make per-application backups](https://torsion.org/borgmatic/how-to/make-per-application-backups.md)
|
* [Make per-application backups](https://torsion.org/borgmatic/docs/how-to/make-per-application-backups.md)
|
||||||
* [Deal with very large backups](https://torsion.org/borgmatic/how-to/deal-with-very-large-backups.md)
|
* [Deal with very large backups](https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups.md)
|
||||||
* [Inspect your backups](https://torsion.org/borgmatic/how-to/inspect-your-backups.md)
|
* [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups.md)
|
||||||
* [borgmatic configuration reference](https://torsion.org/borgmatic/reference/configuration.md)
|
* [borgmatic configuration reference](https://torsion.org/borgmatic/docs/reference/configuration.md)
|
||||||
* [borgmatic command-line reference](https://torsion.org/borgmatic/reference/command-line.md)
|
* [borgmatic command-line reference](https://torsion.org/borgmatic/docs/reference/command-line.md)
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var links = document.getElementsByClassName("referral");
|
var links = document.getElementsByClassName("referral");
|
||||||
|
|
|
@ -76,4 +76,4 @@ files.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Develop on borgmatic](https://torsion.org/borgmatic/how-to/develop-on-borgmatic.md)
|
* [Develop on borgmatic](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic.md)
|
||||||
|
|
|
@ -12,5 +12,5 @@ Here are all of the available borgmatic command-line options:
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md)
|
||||||
* [borgmatic configuration reference](https://torsion.org/borgmatic/reference/configuration.md)
|
* [borgmatic configuration reference](https://torsion.org/borgmatic/docs/reference/configuration.md)
|
||||||
|
|
|
@ -10,10 +10,10 @@ Here is a full sample borgmatic configuration file including all available optio
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that you can also [download this configuration
|
Note that you can also [download this configuration
|
||||||
file](https://torsion.org/borgmatic/reference/config.yaml) for use locally.
|
file](https://torsion.org/borgmatic/docs/reference/config.yaml) for use locally.
|
||||||
|
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](https://torsion.org/borgmatic/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](https://torsion.org/borgmatic/docs/how-to/set-up-backups.md)
|
||||||
* [borgmatic command-line reference](https://torsion.org/borgmatic/reference/command-line.md)
|
* [borgmatic command-line reference](https://torsion.org/borgmatic/docs/reference/command-line.md)
|
||||||
|
|
Loading…
Reference in a new issue