diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:02:48 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:02:48 +0000 |
commit | e214493a81aa11c0dd1f2942f39b52e82112db3f (patch) | |
tree | 65d097d7477a59cc654aef0d2cf5ec3a0c109c72 /chrome | |
parent | f8d44448bccf53c4b31f4b93c6a642ed1939a7eb (diff) | |
download | chromium_src-e214493a81aa11c0dd1f2942f39b52e82112db3f.zip chromium_src-e214493a81aa11c0dd1f2942f39b52e82112db3f.tar.gz chromium_src-e214493a81aa11c0dd1f2942f39b52e82112db3f.tar.bz2 |
Merge 33201 - r33179 (http://codereview.chromium.org/436024) was incomplete.
I should have modified the nonstatic version.
BUG=none
TEST=none
TBR=aa
Review URL: http://codereview.chromium.org/437088
TBR=yusukes@google.com
Review URL: http://codereview.chromium.org/500054
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/extensions/docs/packaging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index 65b3b3e..ad3ccbf 100644 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -421,11 +421,11 @@ add <code>--no-message-box</code> to the command. <p> You can also use a Ruby script to create packages. -See the following thread for details: +See the following page for details: </p> <blockquote> -<a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread/2e967e04d59fbacb">Chromium-extensions: extension packaging script</a> +<a href="http://github.com/Constellation/crxmake">github: crxmake</a> </blockquote></div> |