diff options
author | Alexandre G.-Raymond <alex@ndre.gr> | 2018-03-25 14:08:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-25 14:08:07 +0200 |
commit | 6c4cc14e005604b2ab8a1ae7a9190b6a287f6f8d (patch) | |
tree | 4adf860c83c8137e9c518a691b59bb755ab7fe55 /doc | |
parent | e54cb1bbe7500d5271d767a298cefbc85f904e0d (diff) | |
download | Shaarli-6c4cc14e005604b2ab8a1ae7a9190b6a287f6f8d.tar.gz Shaarli-6c4cc14e005604b2ab8a1ae7a9190b6a287f6f8d.tar.zst Shaarli-6c4cc14e005604b2ab8a1ae7a9190b6a287f6f8d.zip |
Fix current version file name in docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Upgrade-and-migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Upgrade-and-migration.md b/doc/md/Upgrade-and-migration.md index f666be75..ac24ff34 100644 --- a/doc/md/Upgrade-and-migration.md +++ b/doc/md/Upgrade-and-migration.md | |||
@@ -3,7 +3,7 @@ | |||
3 | ### Note your current version | 3 | ### Note your current version |
4 | 4 | ||
5 | If anything goes wrong, it's important for us to know which version you're upgrading from. | 5 | If anything goes wrong, it's important for us to know which version you're upgrading from. |
6 | The current version is present in the `version.php` file. | 6 | The current version is present in the `shaarli_version.php` file. |
7 | 7 | ||
8 | ### Backup your data | 8 | ### Backup your data |
9 | 9 | ||