replace symlink with redirect (#5493)
This commit is contained in:
parent
222bc47a0d
commit
b6d21653fa
@ -1,3 +1,4 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'github-pages'
|
||||
gem 'jekyll-redirect-from'
|
||||
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
reference-1.0.3.html
|
3
docs/reference.html
Normal file
3
docs/reference.html
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
redirect_to: reference-1.0.3.html
|
||||
---
|
Loading…
Reference in New Issue
Block a user