Skip to content

Commit bdb98fc

Browse files
committed
Fix documentation in the Readme file & Contributing file
1 parent 63e29a3 commit bdb98fc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When you send a PR, just make sure that:
4949

5050
* You add valid test cases (Behat and PHPUnit).
5151
* Tests are green.
52-
* You make a PR on the related documentation in the [api-platform/doc](https://github.com/api-platform/doc) repository.
52+
* You make a PR on the related documentation in the [api-platform/docs](https://github.com/api-platform/docs) repository.
5353
* You make the PR on the same branch you based your changes on. If you see commits
5454
that you did not make in your PR, you're doing it wrong.
5555
* Also don't forget to add a comment when you update a PR with a ping to the maintainer (`@dunglas`, `@sroze` or `@theofidry`), so he/she will get a notification.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ high performance API-first projects. Extend or override everything you want.
2020

2121
## Documentation
2222

23-
The documentation of API Platform Core is available online and can be edited in
24-
[its dedicated repository](https://github.com/api-platform/doc/tree/master/core).
23+
The documentation of API Platform can be browsed [on the official website](https://api-platform.com/docs/).
2524

26-
* [Get started with API Platform](https://github.com/api-platform/docs/blob/master/tutorial/index.md)
27-
* [A documentation](https://github.com/api-platform/doc/tree/master/core/)
25+
* [Get started with API Platform](https://api-platform.com/docs/distribution/)
26+
* [A documentation](https://api-platform.com/docs/)

0 commit comments

Comments
 (0)