Skip to content

Commit 724f19b

Browse files
committed
Fix GitHub README links
1 parent 8d395a3 commit 724f19b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ brew install imap-backup
9494
gem install imap-backup --no-document
9595
```
9696

97-
If that doesn't work, see the [detailed installation instructions](docs/installation/rubygem.md).
97+
If that doesn't work, see the [detailed installation instructions](/docs/installation/rubygem.md).
9898

9999
[Rubygem]: https://rubygems.org/gems/imap-backup "Ruby gem at rubygems.org"
100100

101101
## From Source Code
102102

103-
If you want to use imap-backup directly from the source code, see [here](docs/installation/source.md).
103+
If you want to use imap-backup directly from the source code, see [here](/docs/installation/source.md).
104104

105105
# Setup
106106

@@ -117,7 +117,7 @@ imap-backup setup
117117

118118
As an alternative, if you only want to backup a single account,
119119
you can pass all the necessary parameters directly to the `single backup` command
120-
(see the [`single backup`](docs/commands/single-backup.md) docs).
120+
(see the [`single backup`](/docs/commands/single-backup.md) docs).
121121

122122
## GMail
123123

@@ -135,25 +135,25 @@ imap-backup
135135

136136
Alternatively, add it to your crontab.
137137

138-
Backups can also be inspected, for example via [`local show`](docs/commands/local-show.md)
139-
and exported via [`utils export-to-thunderbird`](docs/commands/utils-export-to-thunderbird.md).
138+
Backups can also be inspected, for example via [`local show`](/docs/commands/local-show.md)
139+
and exported via [`utils export-to-thunderbird`](/docs/commands/utils-export-to-thunderbird.md).
140140

141141
# Commands
142142

143-
* [`backup`](docs/commands/backup.md)
144-
* [`local accounts`](docs/commands/local-accounts.md)
145-
* [`local check`](docs/commands/local-check.md)
146-
* [`local folders`](docs/commands/local-folders.md)
147-
* [`local list`](docs/commands/local-list.md)
148-
* [`local show`](docs/commands/local-show.md)
149-
* [`migrate`](docs/commands/migrate.md)
150-
* [`mirror`](docs/commands/mirror.md)
151-
* [`remote folders`](docs/commands/remote-folders.md)
152-
* [`restore`](docs/commands/restore.md)
153-
* [`setup`](docs/commands/setup.md)
154-
* [`single backup`](docs/commands/single-backup.md)
155-
* [`utils export-to-thunderbird`](docs/commands/utils-export-to-thunderbird.md)
156-
* [`utils ignore-history`](docs/commands/utils-ignore-history.md)
143+
* [`backup`](/docs/commands/backup.md)
144+
* [`local accounts`](/docs/commands/local-accounts.md)
145+
* [`local check`](/docs/commands/local-check.md)
146+
* [`local folders`](/docs/commands/local-folders.md)
147+
* [`local list`](/docs/commands/local-list.md)
148+
* [`local show`](/docs/commands/local-show.md)
149+
* [`migrate`](/docs/commands/migrate.md)
150+
* [`mirror`](/docs/commands/mirror.md)
151+
* [`remote folders`](/docs/commands/remote-folders.md)
152+
* [`restore`](/docs/commands/restore.md)
153+
* [`setup`](/docs/commands/setup.md)
154+
* [`single backup`](/docs/commands/single-backup.md)
155+
* [`utils export-to-thunderbird`](/docs/commands/utils-export-to-thunderbird.md)
156+
* [`utils ignore-history`](/docs/commands/utils-ignore-history.md)
157157

158158
For a full list of available commands, run
159159

@@ -177,7 +177,7 @@ These are activated via two settings:
177177
* Global setting "Delay download writes",
178178
* Account setting "Multi-fetch size".
179179

180-
See [the performance document](docs/performance.md) for more information.
180+
See [the performance document](/docs/performance.md) for more information.
181181

182182
# Troubleshooting
183183

0 commit comments

Comments
 (0)