diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 05:37:15 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 05:37:15 +0000 |
commit | 45f9f45c260f6d1011659dd887224ebef6a13965 (patch) | |
tree | 3064603541f25c93aa4605b2ab52e158df649162 /chrome/common | |
parent | 4fd3d53cd7463ecc6e8f92524e96c55c0c039921 (diff) | |
download | chromium_src-45f9f45c260f6d1011659dd887224ebef6a13965.zip chromium_src-45f9f45c260f6d1011659dd887224ebef6a13965.tar.gz chromium_src-45f9f45c260f6d1011659dd887224ebef6a13965.tar.bz2 |
Update the url of the Ruby script following this mail so users can use the latest script:
http://groups.google.com/group/chromium-extensions/browse_thread/thread/bca3dea2da278813/8083425efdf11186#8083425efdf11186
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/436024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-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> |