Skip to content

Commit

Permalink
redirect rules.jsp -> rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Jul 3, 2015
1 parent 14ddcf9 commit b4046df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 310 deletions.
6 changes: 6 additions & 0 deletions src/main/webapp/WEB-INF/urlrewrite.xml
Expand Up @@ -64,6 +64,12 @@
<from>^/rss.xml$</from>
<to type="redirect">/section-rss.jsp</to>
</rule>

<rule>
<from>^/rules.jsp$</from>
<to type="redirect">/help/rules.md</to>
</rule>

<rule>
<from>^/profile/([^/]+)/(.*)$</from>
<to type="redirect">/$2</to>
Expand Down

0 comments on commit b4046df

Please sign in to comment.