replace symlink with redirect (#5493)

This commit is contained in:
alyhegazy 2017-05-04 10:36:43 -04:00 committed by Per Liedman
parent 222bc47a0d
commit b6d21653fa
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-redirect-from'

View File

@ -7,6 +7,9 @@ kramdown:
latest_leaflet_version: 1.0.3
gems:
- jekyll-redirect-from
# Integrity hashes for both leaflet.js and leaflet-src.js
# These will be shown in the downloads page
# See https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

View File

@ -1 +0,0 @@
reference-1.0.3.html

3
docs/reference.html Normal file
View File

@ -0,0 +1,3 @@
---
redirect_to: reference-1.0.3.html
---