Commit f475a478 authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Update my_activity.py to use crrev.com short URLs for Gerrit.

This causes review links to be shown using crrev.com/c/ or crrev.com/i/,
which are the ones recommended at https://polygerrit.appspot.com/.
This gerrit server is no longer used only by CrOS.

Change-Id: Ie6b856390ec465f9d35a5035547f7b779392b24c
Reviewed-on: https://chromium-review.googlesource.com/526612Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
parent 3c2aa838
......@@ -95,11 +95,11 @@ rietveld_instances = [
gerrit_instances = [
{
'url': 'chromium-review.googlesource.com',
'shorturl': 'crosreview.com',
'shorturl': 'crrev.com/c',
},
{
'url': 'chrome-internal-review.googlesource.com',
'shorturl': 'crosreview.com/i',
'shorturl': 'crrev.com/i',
},
{
'url': 'android-review.googlesource.com',
......
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