summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorvee w <kawewong@gmail.com>2019-01-28 22:53:16 +0700
committertechknowlogick <matti@mdranta.net>2019-01-28 10:53:16 -0500
commit573650877cd83243d6ac27bd270233e21042be9b (patch)
tree0e8f77fd51942d0ab30b011d7a2bc7d1c72f8ce5 /docs
parent3568d426fece2338d6f1bedd1fd6ffe8677fc8fe (diff)
downloadgitea-573650877cd83243d6ac27bd270233e21042be9b.tar.gz
gitea-573650877cd83243d6ac27bd270233e21042be9b.zip
Fix wrong URL to download link. (#5881)
* Fix wrong URL to download link. The link does not contain trailing slash and cause error page displayed. * Update version
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/installation/from-binary.en-us.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md
index 9f61a6f1df..6c3246f3ad 100644
--- a/docs/content/doc/installation/from-binary.en-us.md
+++ b/docs/content/doc/installation/from-binary.en-us.md
@@ -17,11 +17,11 @@ menu:
All downloads come with SQLite, MySQL and PostgreSQL support, and are built with
embedded assets. This can be different for older releases. Choose the file matching
-the destination platform from the [downloads page](https://dl.gitea.io/gitea), copy
+the destination platform from the [downloads page](https://dl.gitea.io/gitea/), copy
the URL and replace the URL within the commands below:
```sh
-wget -O gitea https://dl.gitea.io/gitea/1.5.0/gitea-1.5.0-linux-amd64
+wget -O gitea https://dl.gitea.io/gitea/1.7.0/gitea-1.7.0-linux-amd64
chmod +x gitea
```
@@ -30,7 +30,7 @@ Gitea signs all binaries with a [GPG key](https://pgp.mit.edu/pks/lookup?op=vind
```sh
gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
-gpg --verify gitea-1.5.0-linux-amd64.asc gitea-1.5.0-linux-amd64
+gpg --verify gitea-1.7.0-linux-amd64.asc gitea-1.7.0-linux-amd64
```
## Test