From bc681168b7f2651ced2771ee6402612a564305c7 Mon Sep 17 00:00:00 2001 From: Michael Hood Date: Sun, 9 Dec 2012 02:50:52 -0800 Subject: [PATCH] Fix broken links for Starring and Watching links in Activity. Corrects 404s introduced in e1c1406. --- content/v3/activity/starring.md | 2 +- content/v3/activity/watching.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v3/activity/starring.md b/content/v3/activity/starring.md index 38cb24c383..ad6746a982 100644 --- a/content/v3/activity/starring.md +++ b/content/v3/activity/starring.md @@ -10,7 +10,7 @@ title: Repository Starring | GitHub API Repository Starring is a feature that lets users bookmark repositories. Stars are shown next to repositories to show an approximate level of interest. Stars have no effect on notifications or the activity feed. For that, see [Repository -Watching](/v3/repos/watching). +Watching](/v3/activity/watching). We recently [changed the way watching works](https://github.com/blog/1204-notifications-stars) on GitHub. Many 3rd diff --git a/content/v3/activity/watching.md b/content/v3/activity/watching.md index ccd6891a66..4ddbb8298f 100644 --- a/content/v3/activity/watching.md +++ b/content/v3/activity/watching.md @@ -9,7 +9,7 @@ title: Repository Watching | GitHub API Watching a Repository registers the user to receive notificactions on new discussions, as well as events in the user's activity feed. See [Repository -Starring](/v3/repos/starring) for simple repository bookmarks. +Starring](/v3/activity/starring) for simple repository bookmarks. We recently [changed the way watching works](https://github.com/blog/1204-notifications-stars) on GitHub. Until 3rd