Skip to content

Commit bbcc079

Browse files
authored
Merge pull request #63 from pybuilder/fix_legacy_links
Fix legacy links with 301 redirects
2 parents 24dc60c + d59ab47 commit bbcc079

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ plugins:
1010
- jekyll-sitemap
1111
- jekyll-paginate
1212
- jekyll-last-modified-at
13+
- jekyll-redirect-from
1314
permalink: "/articles/:categories/:title.html"
1415
paginate: 5
1516
paginate_path: "/news/page:num/"

documentation/developing-pybuilder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: documentation
33
title: Developing PyBuilder
4+
redirect_from: /documentation/developing_pybuilder
45
---
56

67
# Running a Full Build

documentation/external-plugin-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: documentation
33
title: External Plugin List
4+
redirect_from: /documentation/external_plugin_list
45
---
56

67
# {{ page.title }}

documentation/publishing-plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: documentation
33
title: Publishing your plugins to PyPI
4+
redirect_from: /documentation/external_plugins
45
---
56

67
# {{ page.title }}

documentation/writing-plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: documentation
33
title: Usage Documentation
4+
redirect_from: /documentation/writing_plugins
45
---
56

67
# Writing a plugin

release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: documentation
33
title: Release Notes
4+
redirect_from: /releasenotes
45
---
56

67
# Release Notes

0 commit comments

Comments
 (0)