diff options
Diffstat (limited to 'models/migrations/migrations.go')
-rw-r--r-- | models/migrations/migrations.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index 06747d38..432717c7 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -13,7 +13,7 @@ import ( "github.com/go-xorm/xorm" log "gopkg.in/clog.v1" - "github.com/gogits/gogs/pkg/tool" + "github.com/gogs/gogs/pkg/tool" ) const _MIN_DB_VER = 10 @@ -98,9 +98,9 @@ You can migrate your older database using a previous release, then you can upgra Please save following instructions to somewhere and start working: - If you were using below 0.6.0 (e.g. 0.5.x), download last supported archive from following link: - https://github.com/gogits/gogs/releases/tag/v0.7.33 + https://github.com/gogs/gogs/releases/tag/v0.7.33 - If you were using below 0.7.0 (e.g. 0.6.x), download last supported archive from following link: - https://github.com/gogits/gogs/releases/tag/v0.9.141 + https://github.com/gogs/gogs/releases/tag/v0.9.141 Once finished downloading, |