Commit 2c77ed71 authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Fix typo in URL.

The go/ link doesn't have an 's' at the end.

Change-Id: Iae22758ebcc448ac8b86c02c735ba9f5a4ca5719
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506761
Auto-Submit: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarSorin Jianu <sorin@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638650}
parent 065117e4
...@@ -37,7 +37,7 @@ out into a dynamically-linked library or data file. ...@@ -37,7 +37,7 @@ out into a dynamically-linked library or data file.
### Create a CRX Package Signing Key & Manifest (Non-Google) ### Create a CRX Package Signing Key & Manifest (Non-Google)
All components are delivered as CRX files (signed ZIP archives). You need to All components are delivered as CRX files (signed ZIP archives). You need to
create a signing key. If you are a Googler, follow the instructions at create a signing key. If you are a Googler, follow the instructions at
http://go/newchromecomponents for maximum key security. Otherwise, you can http://go/newchromecomponent for maximum key security. Otherwise, you can
create an RSA key pair using `openssl` or a similar tool. create an RSA key pair using `openssl` or a similar tool.
You will additionally need to create a manifest.json file. If nothing else, the You will additionally need to create a manifest.json file. If nothing else, the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment