Rename /category/xyz paths to /c/xyz -- @SamSaffron did most of the
work even though I'm merging the patch!
This commit is contained in:
@@ -23,6 +23,6 @@ test('href', function(){
|
||||
|
||||
href('latest', '/latest', 'latest');
|
||||
href('categories', '/categories', 'categories');
|
||||
href('category/bug', '/category/bug', 'English category name');
|
||||
href('category/确实是这样', '/category/343434-category', 'Chinese category name');
|
||||
href('category/bug', '/c/bug', 'English category name');
|
||||
href('category/确实是这样', '/c/343434-category', 'Chinese category name');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user