Skip to content

Fix 404 links on API Platform's Philosophy #354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extra/philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ a full-stack all-in-one framework and a set of independent PHP components and bu
The architecture promoted by the framework will distrust many of you but read this tutorial until the end and you will
see how API Platform make modern development easy and fun again:

* [Start by **creating a hypermedia REST API**](distribution/index.md) exposing structured data that can
* [Start by **creating a hypermedia REST API**](../distribution/index.md) exposing structured data that can
be understood by any compliant client such your apps but also as search engines (JSON-LD with Schema.org vocabulary).
This API is the central and unique entry point to access and modify data. It also encapsulates the whole business logic.
* [Then **create as many clients as you want using frontend technologies you love**](core/angularjs-integration.md): an HTML5/Javascript
* [Then **create as many clients as you want using frontend technologies you love**](../client-generator/index.md): an HTML5/Javascript
webapp querying the API in AJAX (of course) but also a native iOS or Android app, or even a desktop application. Clients
only display data and forms.