Fix broken link in https://developer.android.com/reference/android/app/Notification#contentIntent.

There was an extra "/" symbol in the Javadoc.

Bug: 308093030
Change-Id: I24645e16d50128b37528690b0052fafa94916e0f
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 3bde39c..b70fd69 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -374,7 +374,7 @@
      * that you take care of task management as described in the
      * <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back
      * Stack</a> document.  In particular, make sure to read the
-     * <a href="{@docRoot}/training/notify-user/navigation">Start
+     * <a href="{@docRoot}training/notify-user/navigation">Start
      * an Activity from a Notification</a> page for the correct ways to launch an application from a
      * notification.
      */