Skip to content

Commit 2176822

Browse files
committed
Fix links to 'deprecations' section
1 parent 8f05f66 commit 2176822

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/changes/2013-04-25-deprecating-merge-commit-sha.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
attribute](/v3/pulls/#mergability) for improved understanding.
1717

1818
To protect future API consumers from this confusion, we have
19-
[deprecated](/#deprecations) the `merge_commit_sha` attribute, and we will
19+
[deprecated](/v3/#deprecations) the `merge_commit_sha` attribute, and we will
2020
remove it in the next major version of the API.
2121

2222
As always, if you have any questions or feedback, please drop us a line at

content/v3/media.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ The Commit, Commit Comparison, and Pull Request resources support
137137
[git-diff]: http://git-scm.com/docs/git-diff
138138
[git-patch]: http://git-scm.com/docs/git-format-patch
139139
[hypermedia]: /v3/#hypermedia
140-
[expected-changes]: /#deprecations
140+
[expected-changes]: /v3/#deprecations

content/v3/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Each time the pull request receives new commits, GitHub creates a merge commit
7272
to _test_ whether the pull request can be automatically merged into the base
7373
branch. (This _test_ commit is not added to the base branch or the head branch.)
7474
The `merge_commit_sha` attribute holds the SHA of the _test_ merge commit;
75-
however, this attribute is [deprecated](/#deprecations) and is scheduled for
75+
however, this attribute is [deprecated](/v3/#deprecations) and is scheduled for
7676
removal in the next version of the API. The Boolean `mergeable` attribute will
7777
remain to indicate whether the pull request can be automatically merged.
7878

content/v3/rate_limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ all the _rest_ of the API.
4343
#### Deprecation Notice
4444

4545
The `"rate"` hash (shown at the bottom of the response above) is
46-
[deprecated](/#deprecations) and is scheduled for removal in the next
46+
[deprecated](/v3/#deprecations) and is scheduled for removal in the next
4747
version of the API.
4848

4949
If you're writing new API client code (or updating your existing code), you

content/v3/search/legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ v3. There should be no changes, other than the new URL and JSON output format.
1414

1515
<div class="alert">
1616
<p>
17-
The Legacy Search API (described below) is <a href="https://github.com/#deprecations">deprecated</a>
17+
The Legacy Search API (described below) is <a href="https://github.com/v3/#deprecations">deprecated</a>
1818
and is scheduled for removal in the next version of the API.
1919

2020
We recommend using the <a href="/v3/search/">v3 Search API</a> instead.

0 commit comments

Comments
 (0)