We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cb604 commit bf9fc0dCopy full SHA for bf9fc0d
howtos/migrate/index.md
@@ -6,7 +6,7 @@ title: How To Migrate
6
### {{ page.title }}
7
***
8
9
-#### Step by Step migration from **0.7.10 version to v1.0.0**
+#### Step by Step migration from **0.7.10 version to v1.0.x**
10
11
12
<div class="alert alert-warning" role="alert">
@@ -38,11 +38,11 @@ Then you can switch to the **v1.0.0** branch and launch the migration task :
38
39
# Update Redmine Gitolite Hosting
40
redmine$ cd REDMINE_ROOT/plugins/redmine_git_hosting
41
- redmine$ git checkout 1.0.0
+ redmine$ git checkout 1.0.2
42
43
# Update Bootstrap Kit
44
redmine$ cd REDMINE_ROOT/plugins/redmine_bootstrap_kit
45
- redmine$ git checkout 0.2.0
+ redmine$ git checkout 0.2.2
46
47
# Install gems and do the migration
48
redmine$ cd REDMINE_ROOT
0 commit comments