osrm-frontend
osrm-frontend copied to clipboard
Links on frontend are broken because of https
In https://github.com/Project-OSRM/osrm-frontend/pull/246 links were switched from http to https. We deploy this project for the demo server to gh-pages and let Github serve the static site using a custom domain.
Github does not support certificates for a custom domain which means all our https links are currently broken on http://map.project-osrm.org/ - see links bottom left.
GitHub recently announced HTTPS support for custom domains an GitHub Pages: https://blog.github.com/2018-05-01-github-pages-custom-domains-https/