apache / apache-website-template

Apache Website Template
31 stars 35 forks source link

[Bug] Download Link Update #10

Closed Wei-1 closed 5 years ago

Wei-1 commented 5 years ago

The download-page is actually a Markdown file. with .html it will point to 404

julianhyde commented 5 years ago

I'm not sure about this. After jekyll has generated the downloads page, its path will be download.html, right? On some web servers you can reference as download but download.html is the safest.

Wei-1 commented 5 years ago

I simply follow the guide in the README.md. and after bundle exec jekyll serve, I didn't see download.html get generated. After accessing the web on localhost:4000 and click Get SystemML, one will see a NOT FOUND, '/download.html' not found. page. Can you help to check this? @julianhyde

julianhyde commented 5 years ago

I have reviewed and staged in my own branch https://github.com/julianhyde/apache-website-template/commits/master but I don't think I have rights to commit. @justinmclean @stain @lresende can one of you commit my master branch (2 of my commits plus one from @Wei-1.)