Skip to content

Commit 336cb24

Browse files
johanvdwtechknowlogick
authored andcommitted
Fix downloads url (#8153)
The link without slash is not working
1 parent 72f6d5c commit 336cb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/upgrade/from-gogs.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are some basic steps to follow. On a Linux system run as the Gogs user:
2121

2222
* Create a Gogs backup with `gogs backup`. This creates `gogs-backup-[timestamp].zip` file
2323
containing all important Gogs data. You would need it if you wanted to move to the `gogs` back later.
24-
* Download the file matching the destination platform from the [downloads page](https://dl.gitea.io/gitea).
24+
* Download the file matching the destination platform from the [downloads page](https://dl.gitea.io/gitea/).
2525
It should be `1.0.x` version. Migrating from `gogs` to any other version is impossible.
2626
* Put the binary at the desired install location.
2727
* Copy `gogs/custom/conf/app.ini` to `gitea/custom/conf/app.ini`.

0 commit comments

Comments
 (0)