Skip to content

Commit 33724a4

Browse files
committed
Use relative links
1 parent 80141c9 commit 33724a4

File tree

14 files changed

+25
-41
lines changed

14 files changed

+25
-41
lines changed

de/admin/upgrade.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Extrahiere das Archiv in deinen wallabag-Ordner und ersetze die
7979

8080
Bitte überprüfe, dass deine `app/config/parameters.yml` alle notwendigen
8181
Parameter enthält. Eine Dokumentation darüber [findest du
82-
hier](https://doc.wallabag.org/de/admin/parameters.html).
82+
hier](./parameters.md).
8383

8484
Falls du SQLite nutzt, musst du außerdem deinen `data/`-Ordner in die
8585
neue Installation kopieren.
@@ -91,7 +91,7 @@ aktualisieren. Wir gehen in diesem Fall davon aus, dass das
9191
Tabellenpräfix `wallabag_` ist.
9292

9393
[You can find all the queries
94-
here](https://doc.wallabag.org/de/admin/query-upgrade-21-22.html).
94+
here](./query-upgrade-21-22.md).
9595

9696
Upgrade von 2.0.x zu 2.1.1
9797
--------------------------
@@ -128,7 +128,7 @@ Extrahiere das Archiv in deinen wallabag-Ordner und ersetze die
128128

129129
Bitte überprüfe, dass deine `app/config/parameters.yml` alle notwendigen
130130
Parameter enthält. Eine Dokumentation darüber [findest du
131-
hier](https://doc.wallabag.org/de/admin/parameters.html).
131+
hier](./parameters.md).
132132

133133
Falls du SQLite nutzt, musst du außerdem deinen `data/`-Ordner in die
134134
neue Installation kopieren.
@@ -156,9 +156,5 @@ Es gibt kein automatisiertes Skript, um wallabag 1.x auf wallabag 2.x zu
156156
aktualisieren. Du musst:
157157

158158
- deine Daten exportieren
159-
- wallabag 2.x installieren (Dokumentation
160-
&lt;<https://doc.wallabag.org/de/admin/installation/readme.html>&gt;\`\_
161-
)
162-
- die Daten in die neue Installation importieren
163-
([Dokumentation](https://doc.wallabag.org/de/user/import/)
164-
)
159+
- wallabag 2.x installieren ([Dokumentation](./installation/))
160+
- die Daten in die neue Installation importieren ([Dokumentation](../user/import/))

de/developer/paywall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Konfigurationsdateien parsen
3232

3333
<div class="admonition note">
3434

35-
Lese [diesen Teil der Dokumentation](https://doc.wallabag.org/de/user/errors_during_fetching.html),
35+
Lese [diesen Teil der Dokumentation](../user/errors_during_fetching.md),
3636
um die Konfiguration zu verstehen.
3737

3838
</div>

de/user/articles/save.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Speichere deinen ersten Artikel
33

44
Die Hauptzweck von wallabag ist es, Artikel aus dem Web zu speichern. Es
55
gibt viele Wege, dieses Ziel zu erreichen. Wenn du denkst, dass ein
6-
Artikel falsch angezeigt wird, kannst du [diese Dokumentation
7-
lesen](https://doc.wallabag.org/de/user/errors_during_fetching.html).
6+
Artikel falsch angezeigt wird, kannst du [diese Dokumentation lesen](../errors_during_fetching.md).
87

98
### Über ein Bookmarklet
109

de/user/import/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Wir haben zusätzlich [ein Skript für die Migration per
1313
Kommandozeile](#import-via-command-line-interface-cli) geschrieben.
1414

1515
Da Importe eine Menge Zeit in Anspruch nehmen können, haben wir auch ein
16-
asynchrones Aufgabensystem entwickelt. [Du kannst die Dokumentation hier
17-
lesen](https://doc.wallabag.org/de/admin/asynchronous.html)
16+
asynchrones Aufgabensystem entwickelt. [Du kannst die Dokumentation hier lesen](../../admin/asynchronous.md)
1817
(für Experten).
1918

2019
Import über die Kommandozeile (CLI)

de/user/import/wallabagv1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kontaktieren](http://gitter.im/wallabag/wallabag).
1717

1818
Wenn du dann die JSON-Datei mit deinen Einträgen heruntergeladen hast,
1919
kannst du [wallabag 2 über die Standard-Prozedur
20-
installieren](https://doc.wallabag.org/de/admin/installation/readme.html).
20+
installieren](../../admin/installation/).
2121

2222
Nach dem Erstellen des Benutzeraccounts auf deiner neuen "wallabag
2323
2.x"-Instanz, navigiere auf den Import-Bereich und wähle

en/admin/upgrade.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Extract the archive in your wallabag folder and replace
7979

8080
Please check that your `app/config/parameters.yml` contains all the
8181
required parameters. You can find [here a documentation about
82-
parameters](https://doc.wallabag.org/en/admin/parameters.html).
82+
parameters](./parameters.md).
8383

8484
If you use SQLite, you must also copy your `data/` folder inside the new
8585
installation.
@@ -125,7 +125,7 @@ Extract the archive in your wallabag folder and replace
125125

126126
Please check that your `app/config/parameters.yml` contains all the
127127
required parameters. You can find [here a documentation about
128-
parameters](https://doc.wallabag.org/en/admin/parameters.html).
128+
parameters](./parameters.md).
129129

130130
If you use SQLite, you must also copy your `data/` folder inside the new
131131
installation.
@@ -152,8 +152,5 @@ There is no automatic script to update from wallabag 1.x to wallabag
152152
2.x. You need to:
153153

154154
- export your data
155-
- install wallabag 2.x ([read the installation
156-
documentation](https://doc.wallabag.org/en/admin/installation/readme.html)
157-
)
158-
- import data in this fresh installation ([read the import
159-
documentation](https://doc.wallabag.org/en/user/import/) )
155+
- install wallabag 2.x ([read the installation documentation](./installation/))
156+
- import data in this fresh installation ([read the import documentation](../user/import/) )

en/developer/paywall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Parsing configuration files
4040
<div class="admonition note">
4141

4242
Read [this part of the
43-
documentation](https://doc.wallabag.org/en/user/errors_during_fetching.html)
43+
documentation](../user/errors_during_fetching.md)
4444
to understand the configuration files, which are located under
4545
`vendor/j0k3r/graby-site-config/`. For most of the websites, this file
4646
is already configured: the following instructions are only for the

en/user/articles/save.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Save articles
22

33
The main purpose of wallabag is to save web articles. You have many ways
4-
to do it. If you think that the article is wrong displayed, [you can
5-
read this
6-
documentation](https://doc.wallabag.org/en/user/errors_during_fetching.html).
4+
to do it. If you think that the article is wrong displayed,
5+
[you can read this documentation](../errors_during_fetching.md).
76

87
## By using a bookmarklet
98

en/user/import/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ We also developed [a script to execute migrations via command-line
1212
interface](#import-via-command-line-interface-cli).
1313

1414
Because imports can take ages, we developed an asynchronous tasks
15-
system. [You can read the documentation
16-
here](https://doc.wallabag.org/en/admin/asynchronous.html)
15+
system. [You can read the documentation here](../../admin/asynchronous.md)
1716
(for experts).
1817

1918
# Import via command-line interface (CLI)

en/user/import/wallabagv1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to [ask for support](https://gitter.im/wallabag/wallabag).
1616

1717
When you have retrieved the json file containing your entries, you can
1818
install wallabag v2 if needed by following [the standard
19-
procedure](https://doc.wallabag.org/en/admin/installation/readme.html).
19+
procedure](../../admin/installation/).
2020

2121
After creating an user account on your new wallabag v2 instance, you
2222
must head over to the Import section and select Import from wallabag v1.

fr/admin/upgrade.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ le fichier `app/config/parameters.yml` avec le votre.
8383
Merci de vérifier que votre fichier `app/config/parameters.yml` contient
8484
tous les paramètres requis. Vous trouverez [ici une documentation
8585
détaillée concernant les
86-
paramètres](https://doc.wallabag.org/fr/admin/parameters.html).
86+
paramètres](./parameters.md).
8787

8888
Si vous utilisez SQLite, vous devez également conserver le contenu du
8989
répertoire `data/`.
@@ -135,7 +135,7 @@ le fichier `app/config/parameters.yml` avec le votre.
135135
Merci de vérifier que votre fichier `app/config/parameters.yml` contient
136136
tous les paramètres requis. Vous trouverez [ici une documentation
137137
détaillée concernant les
138-
paramètres](https://doc.wallabag.org/fr/admin/parameters.html).
138+
paramètres](./parameters.md).
139139

140140
Si vous utilisez SQLite, vous devez également conserver le contenu du
141141
répertoire `data/`.
@@ -163,9 +163,5 @@ Il n'y a pas de script automatique pour mettre à jour wallabag 1.x en
163163
wallabag 2.x. Vous devez :
164164

165165
- exportez vos données
166-
- installer wallabag 2.x ([lisez la documentation
167-
d'installation](https://doc.wallabag.org/fr/admin/installation/readme.html)
168-
)
169-
- importer vos données dans votre installation toute propre ([lisez la
170-
documentation
171-
d'import](https://doc.wallabag.org/fr/user/import/) )
166+
- installer wallabag 2.x ([lisez la documentation d'installation](./installation/))
167+
- importer vos données dans votre installation toute propre ([lisez la documentation d'import](../user/import/) )

fr/developer/paywall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Fichiers de configuration pour parser les articles
4141
<div class="admonition note">
4242

4343
Lisez [cette
44-
documentation](https://doc.wallabag.org/fr/user/errors_during_fetching.html)
44+
documentation](../user/errors_during_fetching.md)
4545
pour en savoir plus sur ces fichiers de configuration, qui se trouvent
4646
dans le répertoire `vendor/j0k3r/graby-site-config/`. Pour la majorité
4747
des sites, ce fichier est déjà configuré : les instructions qui suivent

fr/user/import/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Nous avons aussi développé [un script pour exécuter des migrations via
1212
la ligne de commande](#import-via-la-ligne-de-commande-cli).
1313

1414
Puisque les imports peuvent gourmands en ressource, nous avons mis en
15-
place un système de tâche asynchrone. [Vous trouverez la documentation
16-
ici](https://doc.wallabag.org/fr/admin/asynchronous.html)
15+
place un système de tâche asynchrone. [Vous trouverez la documentation ici](../../admin/asynchronous.md)
1716
(niveau expert).
1817

1918
## Import via la ligne de commande (CLI)

fr/user/import/wallabagv1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pas à [demander de l'aide](http://gitter.im/wallabag/wallabag).
1818
Une fois que vous avez récupéré le fichier json contenant vos données,
1919
vous pouvez installer wallabag v2 si c'est nécessaire en suivant [la
2020
procédure
21-
standard](https://doc.wallabag.org/fr/admin/installation/readme.html).
21+
standard](../../admin/installation/).
2222

2323
Une fois que vous avez créé un compte utilisateur sur votre nouvelle
2424
instance de wallabag v2, rendez-vous dans la section Import. Vous devez

0 commit comments

Comments
 (0)