| Index: chrome/common/extensions/docs/templates/articles/manifest/key.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/manifest/key.html b/chrome/common/extensions/docs/templates/articles/manifest/key.html
|
| index c08b02ea2eab9a898dbccb8090d8cc48cc4cb406..1683a43b6476cc4cf221bb392c61f2b47f95e41d 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/manifest/key.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/manifest/key.html
|
| @@ -10,8 +10,8 @@ it is loaded during development.
|
| <b>Note:</b> You don't usually need to
|
| use this value. Instead, write your
|
| code so that the key value doesn't matter
|
| -by using <a href="http://developer.chrome.com/extensions/overview.html#relative-urls">relative paths</a>
|
| -and <a href="http://developer.chrome.com/extensions/extension.html#method-getURL">extension.getURL</a>.
|
| +by using <a href="http://developer.chrome.com/extensions/overview#relative-urls">relative paths</a>
|
| +and <a href="http://developer.chrome.com/extensions/extension#method-getURL">extension.getURL</a>.
|
| </p>
|
|
|
| <p>
|
| @@ -19,7 +19,7 @@ To get a suitable key value, first
|
| install your extension from a <code>.crx</code> file
|
| (you may need to
|
| <a href="https://chrome.google.com/webstore/developer/dashboard">upload your extension</a>
|
| -or <a href="http://developer.chrome.com/extensions/packaging.html">package it manually</a>).
|
| +or <a href="http://developer.chrome.com/extensions/packaging">package it manually</a>).
|
| Then, in your
|
| <a href="http://www.chromium.org/user-experience/user-data-directory">user
|
| data directory</a>, look in the file
|
|
|