summaryrefslogtreecommitdiff
path: root/community/rethinkdb/rethinkdb.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/rethinkdb/rethinkdb.install')
-rw-r--r--community/rethinkdb/rethinkdb.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rethinkdb/rethinkdb.install b/community/rethinkdb/rethinkdb.install
index 447779953..71ca18159 100644
--- a/community/rethinkdb/rethinkdb.install
+++ b/community/rethinkdb/rethinkdb.install
@@ -22,7 +22,7 @@ post_upgrade() {
IFS='.' read -a old_version <<< "$2"
if [ "${old_version[0]}" != "${new_version[0]}" -o "${old_version[1]}" != "${new_version[1]}" ]; then
- echo "This release changed data storage format. Please upgrade your data using following information https://github.com/rethinkdb/rethinkdb/tree/next/scripts/migration"
+ echo "This release changed data storage format. Please upgrade your data using following information http://rethinkdb.com/docs/migration/"
fi
getent group rethinkdb >/dev/null 2>&1 || groupadd rethinkdb &>/dev/null