You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2019/12/27 09:48:00 UTC

[incubator-nuttx-website] 32/48: Fiz broken download link

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

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

commit 4f47b01d6cfa71f57a9940c48066689fb7ed4d7b
Author: Wei Chen <we...@gmail.com>
AuthorDate: Fri Dec 7 15:46:26 2018 +0800

    Fiz broken download link
    
    The download-page is actually a Markdown file and
    using `.html` in the link it will generate 404.
    
    Closes #10
---
 site/_data/project.yml | 4 ++--
 site/history.md        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/_data/project.yml b/site/_data/project.yml
index b2d0cfd..5a846c7 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -22,7 +22,7 @@ incubator_name: incubator-systemml
 incubator_slash_name: incubator/systemml
 description: Apache SystemML is a distributed and declarative machine learning platform.
 
-download: /download.html
+download: /download
 
 dev_list: dev@systemml.incubator.apache.org
 dev_list_subscribe: dev-subscribe@systemml.incubator.apache.org
@@ -53,4 +53,4 @@ source_repository_mirror: https://github.com/apache/incubator-systemml
 website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git
 website_repository_mirror: https://github.com/apache/incubator-systemml-website
 
-podling: true
\ No newline at end of file
+podling: true
diff --git a/site/history.md b/site/history.md
index 0b8d55b..524d877 100644
--- a/site/history.md
+++ b/site/history.md
@@ -30,7 +30,7 @@ limitations under the License.
 For a full list of releases, see
 <a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases">github</a>.
 Downloads are available on the
-[downloads page]({{ site.baseurl }}/download.html).
+[downloads page]({{ site.baseurl }}/download).
 
 ## <a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases/tag/{{ site.data.project.unix_name }}-0.2.0">0.2.0</a> / 2015-11-10
 {: #v0-2-0}