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

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

Issue 148293018: Docserver: Make the .html extension unnecessary for content pages, for example, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yoz Created 6 years, 10 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/extensions/redirects.json
diff --git a/chrome/common/extensions/docs/templates/public/extensions/redirects.json b/chrome/common/extensions/docs/templates/public/extensions/redirects.json
index 4f5e9a5697190ca33ddbc59d9b542f1de9ffb877..e2e06edf7c4348779fe46000accaec28b5854e13 100644
--- a/chrome/common/extensions/docs/templates/public/extensions/redirects.json
+++ b/chrome/common/extensions/docs/templates/public/extensions/redirects.json
@@ -1,11 +1,11 @@
{
- "": "index.html",
- "experimental.debugger.html": "debugger.html",
- "experimental_debugger.html": "debugger.html",
- "experimental.infobars.html": "infobars.html",
- "experimental_infobars.html": "infobars.html",
- "experimental.systemInfo_storage.html": "system_storage.html",
- "experimental_systemInfo_storage.html": "system_storage.html",
- "systemInfo_cpu.html": "system_cpu.html",
- "systemInfo_memory.html": "system_memory.html"
+ "": "index",
+ "experimental.debugger": "debugger",
+ "experimental_debugger": "debugger",
+ "experimental.infobars": "infobars",
+ "experimental_infobars": "infobars",
+ "experimental.systemInfo_storage": "system_storage",
+ "experimental_systemInfo_storage": "system_storage",
+ "systemInfo_cpu": "system_cpu",
+ "systemInfo_memory": "system_memory"
}

Powered by Google App Engine
This is Rietveld 408576698