Index: chrome/common/extensions/api/management.json |
diff --git a/chrome/common/extensions/api/management.json b/chrome/common/extensions/api/management.json |
index 8ac1f07f0dbfa112fbee3db9cb165e7205851833..81d232a6aab16f2691271dac70dfe37dbb4d368b 100644 |
--- a/chrome/common/extensions/api/management.json |
+++ b/chrome/common/extensions/api/management.json |
@@ -34,7 +34,7 @@ |
"type": "string" |
}, |
"version": { |
- "description": "The <a href='manifest.html#version'>version</a> of this extension, app, or theme.", |
+ "description": "The <a href='manifest/version.html'>version</a> of this extension, app, or theme.", |
"type": "string" |
}, |
"mayDisable": { |
@@ -85,7 +85,7 @@ |
"type": "string" |
}, |
"icons": { |
- "description": "A list of icon information. Note that this just reflects what was declared in the manifest, and the actual image at that url may be larger or smaller than what was declared, so you might consider using explicit width and height attributes on img tags referencing these images. See the <a href='manifest.html#icons'>manifest documentation on icons</a> for more details.", |
+ "description": "A list of icon information. Note that this just reflects what was declared in the manifest, and the actual image at that url may be larger or smaller than what was declared, so you might consider using explicit width and height attributes on img tags referencing these images. See the <a href='manifest/icons.html'>manifest documentation on icons</a> for more details.", |
"type": "array", |
"optional": true, |
"items": { |