Skip to content

Commit f25dfc5

Browse files
committed
Updated links to the documentation index
1 parent fe4fd74 commit f25dfc5

27 files changed

+27
-27
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Using cache, the client will get cached responses if resources haven't changed s
9090

9191
## Documentation
9292

93-
See the `doc` directory for more detailed documentation.
93+
See the [`doc` directory](doc/) for more detailed documentation.
9494

9595
## License
9696

doc/activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Activity API (incomplete)
2-
[Back to the navigation](index.md)
2+
[Back to the navigation](README.md)
33

44
Access to Starring and Watching a Repository for [non] authenticated users.
55
Wrap [GitHub Activity API](https://developer.github.com/v3/activity/).

doc/authorizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Authorizations API
2-
[Back to the navigation](index.md)
2+
[Back to the navigation](README.md)
33

44
Creating, deleting and listing authorizations. Wraps [GitHub Authorizations API](http://developer.github.com/v3/oauth/).
55

doc/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Commits API
2-
[Back to the navigation](index.md)
2+
[Back to the navigation](README.md)
33

44
Getting information on specific commits, the diffs they introduce, the files they've changed.
55
Wrap [GitHub Commit API](http://developer.github.com/v3/git/commits/).

doc/customize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Customize `php-github-api` and testing
2-
[Back to the navigation](index.md)
2+
[Back to the navigation](README.md)
33

44
### Configure the http client
55

doc/enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Enterprise API
2-
[Back to the navigation](index.md)
2+
[Back to the navigation](README.md)
33

44
Provides information about a GitHub Enterprise installation. Wraps [GitHub Enterprise API](http://developer.github.com/v3/enterprise/).
55

doc/gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Gists API
2-
[Back to the navigation](index.md)
2+
[Back to the navigation](README.md)
33

44
Creating, editing, deleting and listing gists. Wraps [GitHub Gists API](http://developer.github.com/v3/gists/).
55

doc/issue/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Issues / Comments API
2-
[Back to the "Issues API"](../issues.md) | [Back to the navigation](../index.md)
2+
[Back to the "Issues API"](../issues.md) | [Back to the navigation](../README.md)
33

44
Wraps [GitHub Issue Comments API](http://developer.github.com/v3/issues/comments/).
55

doc/issue/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Issues / Labels API
2-
[Back to the "Issues API"](../issues.md) | [Back to the navigation](../index.md)
2+
[Back to the "Issues API"](../issues.md) | [Back to the navigation](../README.md)
33

44
Wraps [GitHub Issue Labels API](http://developer.github.com/v3/issues/labels/).
55

doc/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Issues API
2-
[Back to the navigation](index.md)
2+
[Back to the navigation](README.md)
33

44
Listing issues, searching, editing and closing your projects issues.
55
Wraps [GitHub Issue API](http://developer.github.com/v3/issues/).

0 commit comments

Comments
 (0)