Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: chrome/common/extensions/docs/templates/public/redirects.json

Issue 240303006: Docs: Remove unnecessary redirects from directories to 'index' files since we (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move check up, remove nacl redirect Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/public/redirects.json
diff --git a/chrome/common/extensions/docs/templates/public/redirects.json b/chrome/common/extensions/docs/templates/public/redirects.json
index efe77849769b0790ec6ca54cb99b614cf6245bd4..6c724a291fe6b77759a561593542c9a5726b2feb 100644
--- a/chrome/common/extensions/docs/templates/public/redirects.json
+++ b/chrome/common/extensions/docs/templates/public/redirects.json
@@ -1,9 +1,4 @@
{
- "": "/home/index",
- "apps": "/apps/about_apps",
- "devtools": "/devtools/index",
- "extensions": "/extensions/index",
- "multidevice": "/multidevice/index",
- "native-client": "/native-client/overview",
- "webstore": "/webstore/index"
+ "": "/home",
+ "apps": "/apps/about_apps"
}
« no previous file with comments | « chrome/common/extensions/docs/templates/public/extensions/redirects.json ('k') | chrome/docs/redirects.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698