aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-03-25 14:40:39 +0200
committerGitHub <noreply@github.com>2018-03-25 14:40:39 +0200
commitcdaf414c980ff181c874f5acc36d863062f80407 (patch)
treedf59d31ebba5ded9965fe6d0b6bf1cd6b135ba10
parentb0f39c6654bce7238b37648140908ca1cc0a39b4 (diff)
parent6c4cc14e005604b2ab8a1ae7a9190b6a287f6f8d (diff)
downloadShaarli-cdaf414c980ff181c874f5acc36d863062f80407.tar.gz
Shaarli-cdaf414c980ff181c874f5acc36d863062f80407.tar.zst
Shaarli-cdaf414c980ff181c874f5acc36d863062f80407.zip
Merge pull request #1109 from ilesinge/patch-1
Documentation : Fix current version file name
-rw-r--r--doc/md/Upgrade-and-migration.md2
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
5If anything goes wrong, it's important for us to know which version you're upgrading from. 5If anything goes wrong, it's important for us to know which version you're upgrading from.
6The current version is present in the `version.php` file. 6The current version is present in the `shaarli_version.php` file.
7 7
8### Backup your data 8### Backup your data
9 9