File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ group :jekyll_plugins do
2020 gem 'jekyll-sitemap'
2121 gem 'jekyll-seo-tag'
2222 gem 'jekyll-paginate'
23+ gem 'jekyll-redirect-from'
2324end
2425
2526group :development do
Original file line number Diff line number Diff line change 3535 deep_merge (~> 1.2 )
3636 jekyll (~> 3.0 )
3737 jekyll-paginate (1.1.0 )
38+ jekyll-redirect-from (0.15.0 )
39+ jekyll (>= 3.3 , < 5.0 )
3840 jekyll-sass-converter (1.5.2 )
3941 sass (~> 3.4 )
4042 jekyll-seo-tag (2.5.0 )
@@ -77,6 +79,7 @@ DEPENDENCIES
7779 jekyll (~> 3.8.4 )
7880 jekyll-get-json (~> 0.0.1 )
7981 jekyll-paginate
82+ jekyll-redirect-from
8083 jekyll-seo-tag
8184 jekyll-sitemap
8285 rake
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ plugins:
1313 - jekyll-seo-tag
1414 - jekyll-paginate
1515 - jekyll-get-json
16+ - jekyll-redirect-from
1617# Build settings
1718markdown : kramdown
1819kramdown :
Original file line number Diff line number Diff line change 1+ ---
2+ layout: default
3+ title: Libraries
4+ permalink: /libraries/contributing
5+ redirect_to: /contributing
6+ ---
7+ < div id ="libraries-page " class ="common-layout ">
8+ < div class ="content ">
9+ < p > This page has moved to < a href ="/contributing "> the dedicated contributing
10+ page</ a > .
11+ </ p >
12+ </ div >
13+ </ div >
You can’t perform that action at this time.
0 commit comments