diff options
author | Johan Van de Wauw <johan@gisky.be> | 2019-09-11 23:10:50 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-09-11 17:10:49 -0400 |
commit | 336cb24bfdf8195aaa1e323d6648cd69acf0c551 (patch) | |
tree | b178ab413734592be84b01456b23b59c9f8c78ea /docs | |
parent | 72f6d5c882dc1adfd249e85576aaf6384ee39251 (diff) | |
download | gitea-336cb24bfdf8195aaa1e323d6648cd69acf0c551.tar.gz gitea-336cb24bfdf8195aaa1e323d6648cd69acf0c551.zip |
Fix downloads url (#8153)
The link without slash is not working
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/upgrade/from-gogs.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/upgrade/from-gogs.en-us.md b/docs/content/doc/upgrade/from-gogs.en-us.md index e3a3aa89ea..46f2f76b6c 100644 --- a/docs/content/doc/upgrade/from-gogs.en-us.md +++ b/docs/content/doc/upgrade/from-gogs.en-us.md @@ -21,7 +21,7 @@ There are some basic steps to follow. On a Linux system run as the Gogs user: * Create a Gogs backup with `gogs backup`. This creates `gogs-backup-[timestamp].zip` file containing all important Gogs data. You would need it if you wanted to move to the `gogs` back later. -* Download the file matching the destination platform from the [downloads page](https://dl.gitea.io/gitea). +* Download the file matching the destination platform from the [downloads page](https://dl.gitea.io/gitea/). It should be `1.0.x` version. Migrating from `gogs` to any other version is impossible. * Put the binary at the desired install location. * Copy `gogs/custom/conf/app.ini` to `gitea/custom/conf/app.ini`. |