This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 247d313 SUBMARINE-1102. Fix download page links
247d313 is described below
commit 247d3139cefd5aa13c108f78a638224365bcc1d8
Author: joshvictor1024 <[email protected]>
AuthorDate: Sun Nov 28 22:57:38 2021 +0800
SUBMARINE-1102. Fix download page links
### What is this PR for?
<!-- A few sentences describing the overall goals of the pull request's
commits.
First time? Check out the contributing guide -
https://submarine.apache.org/contribution/contributions.html
-->
Fix download page links to release notes
### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
Bug Fix
### Todos
### What is the Jira issue?
<!-- * Open an issue on Jira
https://issues.apache.org/jira/browse/SUBMARINE/
* Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg.
`SUBMARINE-23. PR title`
-->
https://issues.apache.org/jira/browse/SUBMARINE-1102
### How should this be tested?
<!--
* First time? Setup Travis CI as described on
https://submarine.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed
behavior
* Outline any manual steps to test the PR here.
-->
Run the development server locally. See
[`website/README`](https://github.com/apache/submarine/blob/master/website/README.md)
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: joshvictor1024 <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #813 from joshvictor1024/SUBMARINE-1102 and squashes the following
commits:
06d1b6db [joshvictor1024] SUBMARINE-1102. Fix download page links
---
website/docs/download.md | 6 +++---
website/versioned_docs/version-0.6.0/download.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/website/docs/download.md b/website/docs/download.md
index 3911a14..86d218a 100644
--- a/website/docs/download.md
+++ b/website/docs/download.md
@@ -22,7 +22,7 @@ under the License.
The latest release of Apache Submarine is `0.5.0`.
- - Apache Submarine `0.5.0` released on Dec 17, 2020 ([release
notes](http://submarine.apache.org/releases/submarine-release-0.5.0.html))
([git tag](https://github.com/apache/submarine/tree/rel/release-0.5.0))
+ - Apache Submarine `0.5.0` released on Dec 17, 2020 ([release
notes](https://submarine.apache.org/releases/submarine-release-0.5.0)) ([git
tag](https://github.com/apache/submarine/tree/rel/release-0.5.0))
* Binary package:
[submarine-dist-0.5.0-hadoop-2.9.tar.gz](https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.5.0/submarine-dist-0.5.0-hadoop-2.9.tar.gz)
(505 MB,
[checksum](https://www.apache.org/dist/submarine/submarine-0.5.0/submarine-dist-0.5.0-hadoop-2.9.tar.gz.sha512),
[signature](https://www.apache.org/dist/submarine/submarine-0.5.0/submarine-dist-0.5.0-hadoop-2.9.tar.gz.asc))
* Source:
@@ -45,7 +45,7 @@ gpg --verify submarine-dist-X.Y.Z-src.tar.gz.asc
```
## Old releases
- - Apache Submarine 0.4.0 released on Jul 05, 2020 ([release
notes](http://submarine.apache.org/releases/submarine-release-0.4.0.html))
([git tag](https://github.com/apache/submarine/tree/rel/release-0.4.0))
+ - Apache Submarine 0.4.0 released on Jul 05, 2020 ([release
notes](https://submarine.apache.org/releases/submarine-release-0.4.0)) ([git
tag](https://github.com/apache/submarine/tree/rel/release-0.4.0))
* Binary package with submarine:
[submarine-dist-0.4.0-hadoop-2.9.tar.gz](https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.4.0/submarine-dist-0.4.0-hadoop-2.9.tar.gz)
(550 MB,
@@ -58,7 +58,7 @@ gpg --verify submarine-dist-X.Y.Z-src.tar.gz.asc
* Docker images:
*[mini-submarine](https://hub.docker.com/layers/apache/submarine/mini-0.4.0/images/sha256-a8e7bd98f1f0325223d68e0ba64fd48bd56ee91736461d289945e70ad138e08f)*
[(guide)](https://github.com/apache/submarine/blob/rel/release-0.4.0/dev-support/mini-submarine/README.md#mini-submarine)
- - Apache Submarine 0.3.0 released on Feb 01, 2020 ([release
notes](http://submarine.apache.org/releases/submarine-release-0.3.0.html))
([git tag](https://github.com/apache/submarine/tree/rel/release-0.3.0))
+ - Apache Submarine 0.3.0 released on Feb 01, 2020 ([release
notes](https://submarine.apache.org/releases/submarine-release-0.3.0)) ([git
tag](https://github.com/apache/submarine/tree/rel/release-0.3.0))
* Binary package with submarine:
[submarine-dist-0.3.0-hadoop-2.9.tar.gz](https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz)
(550 MB,
diff --git a/website/versioned_docs/version-0.6.0/download.md
b/website/versioned_docs/version-0.6.0/download.md
index 3911a14..86d218a 100644
--- a/website/versioned_docs/version-0.6.0/download.md
+++ b/website/versioned_docs/version-0.6.0/download.md
@@ -22,7 +22,7 @@ under the License.
The latest release of Apache Submarine is `0.5.0`.
- - Apache Submarine `0.5.0` released on Dec 17, 2020 ([release
notes](http://submarine.apache.org/releases/submarine-release-0.5.0.html))
([git tag](https://github.com/apache/submarine/tree/rel/release-0.5.0))
+ - Apache Submarine `0.5.0` released on Dec 17, 2020 ([release
notes](https://submarine.apache.org/releases/submarine-release-0.5.0)) ([git
tag](https://github.com/apache/submarine/tree/rel/release-0.5.0))
* Binary package:
[submarine-dist-0.5.0-hadoop-2.9.tar.gz](https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.5.0/submarine-dist-0.5.0-hadoop-2.9.tar.gz)
(505 MB,
[checksum](https://www.apache.org/dist/submarine/submarine-0.5.0/submarine-dist-0.5.0-hadoop-2.9.tar.gz.sha512),
[signature](https://www.apache.org/dist/submarine/submarine-0.5.0/submarine-dist-0.5.0-hadoop-2.9.tar.gz.asc))
* Source:
@@ -45,7 +45,7 @@ gpg --verify submarine-dist-X.Y.Z-src.tar.gz.asc
```
## Old releases
- - Apache Submarine 0.4.0 released on Jul 05, 2020 ([release
notes](http://submarine.apache.org/releases/submarine-release-0.4.0.html))
([git tag](https://github.com/apache/submarine/tree/rel/release-0.4.0))
+ - Apache Submarine 0.4.0 released on Jul 05, 2020 ([release
notes](https://submarine.apache.org/releases/submarine-release-0.4.0)) ([git
tag](https://github.com/apache/submarine/tree/rel/release-0.4.0))
* Binary package with submarine:
[submarine-dist-0.4.0-hadoop-2.9.tar.gz](https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.4.0/submarine-dist-0.4.0-hadoop-2.9.tar.gz)
(550 MB,
@@ -58,7 +58,7 @@ gpg --verify submarine-dist-X.Y.Z-src.tar.gz.asc
* Docker images:
*[mini-submarine](https://hub.docker.com/layers/apache/submarine/mini-0.4.0/images/sha256-a8e7bd98f1f0325223d68e0ba64fd48bd56ee91736461d289945e70ad138e08f)*
[(guide)](https://github.com/apache/submarine/blob/rel/release-0.4.0/dev-support/mini-submarine/README.md#mini-submarine)
- - Apache Submarine 0.3.0 released on Feb 01, 2020 ([release
notes](http://submarine.apache.org/releases/submarine-release-0.3.0.html))
([git tag](https://github.com/apache/submarine/tree/rel/release-0.3.0))
+ - Apache Submarine 0.3.0 released on Feb 01, 2020 ([release
notes](https://submarine.apache.org/releases/submarine-release-0.3.0)) ([git
tag](https://github.com/apache/submarine/tree/rel/release-0.3.0))
* Binary package with submarine:
[submarine-dist-0.3.0-hadoop-2.9.tar.gz](https://www.apache.org/dyn/closer.cgi/submarine/submarine-0.3.0/submarine-dist-0.3.0-hadoop-2.9.tar.gz)
(550 MB,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]