diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 56d655c9cc6f2..53e7559b910b6 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -361,9 +361,9 @@ public class Notification implements Parcelable
* {@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK} flag, which requires
* that you take care of task management as described in the
* Tasks and Back
- * Stack document. In particular, make sure to read the notification section
- * Handling
- * Notifications for the correct ways to launch an application from a
+ * Stack document. In particular, make sure to read the
+ * Start
+ * an Activity from a Notification page for the correct ways to launch an application from a
* notification.
*/
public PendingIntent contentIntent;