diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:02:02 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 09:02:02 +0000 |
commit | f8d44448bccf53c4b31f4b93c6a642ed1939a7eb (patch) | |
tree | b4fb7d2064c6148d509a3356eb4822053b113c73 /chrome | |
parent | c1c2e02d6b1d8be780c4459bcef431a773c9382b (diff) | |
download | chromium_src-f8d44448bccf53c4b31f4b93c6a642ed1939a7eb.zip chromium_src-f8d44448bccf53c4b31f4b93c6a642ed1939a7eb.tar.gz chromium_src-f8d44448bccf53c4b31f4b93c6a642ed1939a7eb.tar.bz2 |
Merge 33179 - Update the url of the Ruby script following this mail so users can use the latest script:
http://groups.google.com/group/chromiumextensions/browse_thread/thread/bca3dea2da278813/8083425efdf11186#8083425efdf11186
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/436024
TBR=yusukes@google.com
Review URL: http://codereview.chromium.org/507020
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/extensions/docs/static/packaging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/packaging.html b/chrome/common/extensions/docs/static/packaging.html index 008b401..d4a707c 100644 --- a/chrome/common/extensions/docs/static/packaging.html +++ b/chrome/common/extensions/docs/static/packaging.html @@ -154,10 +154,10 @@ 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> |