Skip to content

Commit 6bd8d73

Browse files
committed
Merge pull request github#183 from michaelhood/fix-activity-404s
Fix broken links for Starring and Watching links in Activity.
2 parents 5b915b6 + bc68116 commit 6bd8d73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/v3/activity/starring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Repository Starring | GitHub API
1010
Repository Starring is a feature that lets users bookmark repositories. Stars
1111
are shown next to repositories to show an approximate level of interest. Stars
1212
have no effect on notifications or the activity feed. For that, see [Repository
13-
Watching](/v3/repos/watching).
13+
Watching](/v3/activity/watching).
1414

1515
We recently [changed the way watching
1616
works](https://github.com/blog/1204-notifications-stars) on GitHub. Many 3rd

content/v3/activity/watching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Repository Watching | GitHub API
99

1010
Watching a Repository registers the user to receive notificactions on new
1111
discussions, as well as events in the user's activity feed. See [Repository
12-
Starring](/v3/repos/starring) for simple repository bookmarks.
12+
Starring](/v3/activity/starring) for simple repository bookmarks.
1313

1414
We recently [changed the way watching
1515
works](https://github.com/blog/1204-notifications-stars) on GitHub. Until 3rd

0 commit comments

Comments
 (0)