From dec1232f47021774e4132d572a6e3ba8c0c0bc17 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Tue, 8 Sep 2020 19:01:45 +1000 Subject: [PATCH] update relative links in docs --- docs/contributing.md | 8 ++++---- docs/install.md | 8 ++++---- docs/options.md | 8 ++++---- docs/upgrade.md | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 23ff0ad..167ab73 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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) \ No newline at end of file +* [Home](index.md) +* [Installation](install.md) +* [Options](options.md) +* [Upgrading and uninstalling](upgrade.md) \ No newline at end of file diff --git a/docs/install.md b/docs/install.md index 5a1c6f9..ae57480 100644 --- a/docs/install.md +++ b/docs/install.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) \ No newline at end of file +* [Home](index.md) +* [Options](options.md) +* [Upgrading and uninstalling](upgrade.md) +* [Contributing](contributing.md) \ No newline at end of file diff --git a/docs/options.md b/docs/options.md index d777e3a..1df3f62 100644 --- a/docs/options.md +++ b/docs/options.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) \ No newline at end of file +* [Home](index.md) +* [Installation](install.md) +* [Upgrading and uninstalling](upgrade.md) +* [Contributing](contributing.md) \ No newline at end of file diff --git a/docs/upgrade.md b/docs/upgrade.md index 5691a3b..5692e3d 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.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) \ No newline at end of file +* [Home](index.md) +* [Installation](install.md) +* [Options](options.md) +* [Contributing](contributing.md) \ No newline at end of file