Skip to content

Commit

Permalink
Merge pull request #694 from cdrage/add-redirection-links
Browse files Browse the repository at this point in the history
Fix redirection site issues
  • Loading branch information
cdrage committed Jul 11, 2017
2 parents e88e6fa + f337457 commit 781d41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/sync-docs.sh
Expand Up @@ -65,6 +65,7 @@ for filename in *.md; do
jekyll="---
layout: default
permalink: /$name/
redirect_from: \"/docs/$name/\"
---
"
echo -e "$jekyll\n$(cat $filename)" > $filename
Expand Down

0 comments on commit 781d41b

Please sign in to comment.