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

Unified Diff: chrome/common/extensions/docs/templates/public/apps/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/apps/redirects.json
diff --git a/chrome/common/extensions/docs/templates/public/apps/redirects.json b/chrome/common/extensions/docs/templates/public/apps/redirects.json
index 570956fae8e64cd511dba1a959609b89119f7121..c393f100ce0a4f265055247d3ff5d402a443452e 100644
--- a/chrome/common/extensions/docs/templates/public/apps/redirects.json
+++ b/chrome/common/extensions/docs/templates/public/apps/redirects.json
@@ -1,12 +1,12 @@
{
- "": "about_apps.html",
- "app_csp.html": "contentSecurityPolicy.html",
- "experimental_systemInfo_storage.html": "system_storage.html",
- "in_app_payments.html": "google_wallet.html",
- "index.html": "about_apps.html",
- "systemInfo_cpu.html": "system_cpu.html",
- "systemInfo_display.html": "system_display.html",
- "systemInfo_memory.html": "system_memory.html",
- "webview.html": "tags/webview.html",
- "webview_tag.html": "tags/webview.html"
+ "": "about_apps",
+ "app_csp": "contentSecurityPolicy",
+ "experimental_systemInfo_storage": "system_storage",
+ "in_app_payments": "google_wallet",
+ "index": "about_apps",
+ "systemInfo_cpu": "system_cpu",
+ "systemInfo_display": "system_display",
+ "systemInfo_memory": "system_memory",
+ "webview": "tags/webview",
+ "webview_tag": "tags/webview"
}

Powered by Google App Engine
This is Rietveld 408576698