update relative links in docs
This commit is contained in:
parent
2ab8c55bac
commit
dec1232f47
|
@ -74,7 +74,7 @@ This is a pretty small project so there usually won't be a lot of issues waiting
|
|||
You can get in touch with Hugh at [@hugh@ausglam.space](https://ausglam.space/@hugh) if you need help contributing or want to discuss something about **ephemetoot**.
|
||||
|
||||
---
|
||||
* [Home](/)
|
||||
* [Installation](./install.md)
|
||||
* [Options](./options.md)
|
||||
* [Upgrading and uninstalling](./upgrade.md)
|
||||
* [Home](index.md)
|
||||
* [Installation](install.md)
|
||||
* [Options](options.md)
|
||||
* [Upgrading and uninstalling](upgrade.md)
|
|
@ -77,7 +77,7 @@ visibility_to_keep: [ ] # this empty list is also ok
|
|||
As of version 2, you can use a single `ephemetoot` installation to delete toots from multiple accounts. If you want to use `ephemetoot` for multiple accounts, separate the config for each user with a single dash (`-`), and add the additional details, as shown in [the example file](https://github.com/hughrun/ephemetoot/blob/master/example-config.yaml).
|
||||
|
||||
---
|
||||
* [Home](./)
|
||||
* [Options](./options.md)
|
||||
* [Upgrading and uninstalling](./upgrade.md)
|
||||
* [Contributing](./contributing.md)
|
||||
* [Home](index.md)
|
||||
* [Options](options.md)
|
||||
* [Upgrading and uninstalling](upgrade.md)
|
||||
* [Contributing](contributing.md)
|
|
@ -127,7 +127,7 @@ For example to run at 2.25pm every day:
|
|||
ephemetoot --schedule --time 14 25
|
||||
```
|
||||
---
|
||||
* [Home](/)
|
||||
* [Installation](./install.md)
|
||||
* [Upgrading and uninstalling](./upgrade.md)
|
||||
* [Contributing](./contributing.md)
|
||||
* [Home](index.md)
|
||||
* [Installation](install.md)
|
||||
* [Upgrading and uninstalling](upgrade.md)
|
||||
* [Contributing](contributing.md)
|
|
@ -49,7 +49,7 @@ launchctl unload ~/Library/LaunchAgents/ephemetoot.scheduler.plist
|
|||
rm ~/Library/LaunchAgents/ephemetoot.scheduler.plist
|
||||
```
|
||||
---
|
||||
* [Home](/)
|
||||
* [Installation](./install.md)
|
||||
* [Options](./options.md)
|
||||
* [Contributing](./contributing.md)
|
||||
* [Home](index.md)
|
||||
* [Installation](install.md)
|
||||
* [Options](options.md)
|
||||
* [Contributing](contributing.md)
|
Loading…
Reference in New Issue