Skip to content

Commit

Permalink
Merge branch 'master' into relative
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Aug 13, 2010
2 parents 4ab3c51 + 0a16a5c commit c7d0134
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rewrites.json
Expand Up @@ -34,14 +34,16 @@
"from" : "/pages/recent",
"to" : "_list/pages/recent-changes",
"query" : {
"descending" : true
"descending" : true,
"limit" : 20
}
},
{
"from" : "/pages/comments",
"to" : "_list/comments/all-comments",
"query" : {
"descending" : true
"descending" : true,
"limit" : 20
}
},
{
Expand Down

0 comments on commit c7d0134

Please sign in to comment.