Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Fix URL rewrite rule for Youtube videos
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Feb 14, 2020
1 parent 48931c8 commit eafedaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagan-site/src/main/resources/urlrewrite.xml
Expand Up @@ -50,7 +50,7 @@
Provide a consistent URL abstraction for our videos while we work out the new
name of our youtube channel.
</note>
<from>/videos?</from>
<from>^/videos?</from>
<to type="temporary-redirect" last="true">http://www.youtube.com/springsourcedev</to>
</rule>
<rule>
Expand Down

0 comments on commit eafedaa

Please sign in to comment.