You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/15 13:53:48 UTC

[incubator-hop-website] branch master updated: HOP-2303 - Remove duplicate download from download link

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c234708  HOP-2303 - Remove duplicate download from download link
     new da4571d  Merge pull request #11 from yannickmols/HOP-2303
c234708 is described below

commit c2347083978cf68fda29f2237750ef0e5bbdcd99
Author: Yannick Mols <ya...@know.bi>
AuthorDate: Tue Dec 15 14:28:49 2020 +0100

    HOP-2303 - Remove duplicate download from download link
---
 config.toml                                    | 2 +-
 content/404.adoc                               | 2 +-
 content/download/{download.adoc => index.adoc} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index 5fe57b7..7be2b11 100644
--- a/config.toml
+++ b/config.toml
@@ -105,7 +105,7 @@ enableRobotsTXT = true
     name = "Download"
     weight = 3
     identifier = "download"
-    url = "/download/download/"
+    url = "/download/"
 
 [[menu.main]]
     name = "About"
diff --git a/content/404.adoc b/content/404.adoc
index 7eb5e1b..e90675b 100644
--- a/content/404.adoc
+++ b/content/404.adoc
@@ -15,7 +15,7 @@ link:https://www.project-hop.org/[Return to homepage]
 ==  Hop Orchestration Platform
 **Perhaps one of the following pages may be of interest:**
 
-link:/manual/latest/getting-started.html[Manual] - link:/download/download/[Download] - link:/community/contributing/[Contributing]
+link:/manual/latest/getting-started.html[Manual] - link:/download/[Download] - link:/community/contributing/[Contributing]
 
 
 The Hop Orchestration Platform aims to facilitate all aspects of data and metadata orchestration.
diff --git a/content/download/download.adoc b/content/download/index.adoc
similarity index 100%
rename from content/download/download.adoc
rename to content/download/index.adoc