diff options
author | nodiscc <nodiscc@gmail.com> | 2018-07-12 22:01:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 22:01:21 +0200 |
commit | 9cc6ea6560660f6616dcd28d71d19625cf372a71 (patch) | |
tree | 8956a622dfd8c01213a516e870c70090af252bde /doc/md | |
parent | c9fcaaee931cca31e66ff594905e18e23a9f05ae (diff) | |
parent | f39b1242a8bf43441b35a5e4a530b0ec7058dca3 (diff) | |
download | Shaarli-9cc6ea6560660f6616dcd28d71d19625cf372a71.tar.gz Shaarli-9cc6ea6560660f6616dcd28d71d19625cf372a71.tar.zst Shaarli-9cc6ea6560660f6616dcd28d71d19625cf372a71.zip |
Merge pull request #1178 from pips-/patch-2
Upgrade-and-migration.md: typo installation link
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Upgrade-and-migration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/md/Upgrade-and-migration.md b/doc/md/Upgrade-and-migration.md index 451ca36d..d5682a34 100644 --- a/doc/md/Upgrade-and-migration.md +++ b/doc/md/Upgrade-and-migration.md | |||
@@ -27,7 +27,7 @@ As all user data is kept under `data`, this is the only directory you need to wo | |||
27 | 27 | ||
28 | - backup the `data` directory | 28 | - backup the `data` directory |
29 | - install or update Shaarli: | 29 | - install or update Shaarli: |
30 | - fresh installation - see [Download and installation](Download-and-installation) | 30 | - fresh installation - see [Download and Installation](Download-and-Installation) |
31 | - update - see the following sections | 31 | - update - see the following sections |
32 | - check or restore the `data` directory | 32 | - check or restore the `data` directory |
33 | 33 | ||
@@ -35,7 +35,7 @@ As all user data is kept under `data`, this is the only directory you need to wo | |||
35 | 35 | ||
36 | All tagged revisions can be downloaded as tarballs or ZIP archives from the [releases](https://github.com/shaarli/Shaarli/releases) page. | 36 | All tagged revisions can be downloaded as tarballs or ZIP archives from the [releases](https://github.com/shaarli/Shaarli/releases) page. |
37 | 37 | ||
38 | We recommend that you use the latest release tarball with the `-full` suffix. It contains the dependencies, please read [Download and installation](Download-and-installation) for `git` complete instructions. | 38 | We recommend that you use the latest release tarball with the `-full` suffix. It contains the dependencies, please read [Download and Installation](Download-and-Installation) for `git` complete instructions. |
39 | 39 | ||
40 | Once downloaded, extract the archive locally and update your remote installation (e.g. via FTP) -be sure you keep the content of the `data` directory! | 40 | Once downloaded, extract the archive locally and update your remote installation (e.g. via FTP) -be sure you keep the content of the `data` directory! |
41 | 41 | ||