Update Sheriff email to point to new web page.

Update the weekly sheriff rotation email to point the sheriff to the
new team Sheriff Duty Details page.

BUG=None
TEST=None

Change-Id: I0278186dbf1f004869e4956e546117cd6efa85c7
Reviewed-on: https://chrome-internal-review.googlesource.com/158315
Reviewed-by: Luis Lozano <llozano@chromium.org>
Commit-Queue: Caroline Tice <cmtice@google.com>
Tested-by: Caroline Tice <cmtice@google.com>
diff --git a/sheriff_rotation.py b/sheriff_rotation.py
index 1c38a46..05824b6 100755
--- a/sheriff_rotation.py
+++ b/sheriff_rotation.py
@@ -19,7 +19,7 @@
 class SheriffHandler(object):
   SHERIFF_FILE = "/home/mobiletc-prebuild/sheriffs.txt"
   SUBJECT = "You (%s) are the sheriff for the week: %s - %s"
-  BODY = "Please see instructions here: https://sites.google.com/a/google.com/compiler-chromeos-workflows/sheriff-corner/sheriff-duties."
+  BODY = "Please see instructions here: https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/sheriff-s-corner/sheriff-duties"
 
   def GetWeekInfo(self, day=datetime.datetime.today()):
     """Return week_start, week_end."""