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

Unified Diff: chrome/common/extensions/docs/templates/json/intro_tables.json

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/json/intro_tables.json
diff --git a/chrome/common/extensions/docs/templates/json/intro_tables.json b/chrome/common/extensions/docs/templates/json/intro_tables.json
index d92a0608e3265abf165229e7a124ecbbbf3ba109..b069bc25c1af7c765f46d147174b750cfc991a64 100644
--- a/chrome/common/extensions/docs/templates/json/intro_tables.json
+++ b/chrome/common/extensions/docs/templates/json/intro_tables.json
@@ -2,7 +2,7 @@
"alarms": {
"Learn More": [
{
- "link": "event_pages.html",
+ "link": "event_pages",
"text": "Event Pages"
}
]
@@ -10,7 +10,7 @@
"app_runtime": {
"Learn More": [
{
- "link": "app_lifecycle.html",
+ "link": "app_lifecycle",
"text": "Manage App Lifecycle"
},
{
@@ -22,11 +22,11 @@
"app_window": {
"Learn More": [
{
- "link": "about_apps.html#look",
+ "link": "about_apps#look",
"text": "How they look"
},
{
- "link": "app_lifecycle.html",
+ "link": "app_lifecycle",
"text": "Manage App Lifecycle"
},
{
@@ -38,7 +38,7 @@
"bluetooth": {
"Learn More": [
{
- "link": "app_bluetooth.html",
+ "link": "app_bluetooth",
"text": "Bluetooth"
}
]
@@ -50,7 +50,7 @@
"text": "\"cookies\""
},
{
- "link": "declare_permissions.html#host-permissions",
+ "link": "declare_permissions#host-permissions",
"text": "host permissions"
}
]
@@ -58,11 +58,11 @@
"declarativeContent": {
"Learn More": [
{
- "link": "events.html",
+ "link": "events",
"text": "Declarative Events"
},
{
- "link": "activeTab.html",
+ "link": "activeTab",
"text": "activeTab"
}
]
@@ -74,7 +74,7 @@
"text": "\"declarativeWebRequest\""
},
{
- "link": "declare_permissions.html#host-permissions",
+ "link": "declare_permissions#host-permissions",
"text": "host permissions"
}
]
@@ -104,11 +104,11 @@
],
"Learn More": [
{
- "link": "app_storage.html",
+ "link": "app_storage",
"text": "Manage Data"
},
{
- "link": "angular_framework.html",
+ "link": "angular_framework",
"text": "Build Apps with AngularJS"
},
{
@@ -120,7 +120,7 @@
"gcm": {
"Learn More": [
{
- "link": "cloudMessagingV2.html",
+ "link": "cloudMessagingV2",
"text": "Google Cloud Messaging"
}
]
@@ -128,7 +128,7 @@
"identity": {
"Learn More": [
{
- "link": "app_identity.html",
+ "link": "app_identity",
"text": "Identify User"
}
]
@@ -165,7 +165,7 @@
"permissions": {
"Learn More": [
{
- "link": "declare_permissions.html",
+ "link": "declare_permissions",
"text": "Declaring permissions"
}
]
@@ -173,11 +173,11 @@
"pushMessaging": {
"Learn More": [
{
- "link": "cloudMessaging.html",
+ "link": "cloudMessaging",
"text": "Google Cloud Messaging for Chrome"
},
{
- "link": "gcm_server.html",
+ "link": "gcm_server",
"text": "API Reference for GCM service"
}
]
@@ -185,11 +185,11 @@
"runtime": {
"Learn More": [
{
- "link": "app_lifecycle.html",
+ "link": "app_lifecycle",
"text": "Manage App Lifecycle"
},
{
- "link": "event_pages.html",
+ "link": "event_pages",
"text": "Event Pages"
}
]
@@ -197,7 +197,7 @@
"serial": {
"Learn More": [
{
- "link": "app_usb.html",
+ "link": "app_usb",
"text": "Accessing Hardware Devices"
}
]
@@ -214,11 +214,11 @@
],
"Learn More": [
{
- "link": "app_network.html",
+ "link": "app_network",
"text": "Network Communications"
},
{
- "link": "sencha_framework.html",
+ "link": "sencha_framework",
"text": "Build Apps with Sencha ExtJS"
},
{
@@ -246,7 +246,7 @@
"syncFileSystem": {
"Learn More": [
{
- "link": "app_storage.html",
+ "link": "app_storage",
"text": "Manage Data"
},
{
@@ -273,7 +273,7 @@
"usb": {
"Learn More": [
{
- "link": "app_usb.html",
+ "link": "app_usb",
"text": "Accessing Hardware Devices"
}
]
@@ -285,7 +285,7 @@
"text": "\"webRequest\""
},
{
- "link": "declare_permissions.html#host-permissions",
+ "link": "declare_permissions#host-permissions",
"text": "host permissions"
}
]

Powered by Google App Engine
This is Rietveld 408576698