Skip to content

Commit 7f28d1c

Browse files
Fix 404 links on API Platform's Philosophy
Fixes links which currently lead to 404 pages. Replaces Angular js link with the link to Client Generator docs.
1 parent 4cb3aba commit 7f28d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/philosophy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ a full-stack all-in-one framework and a set of independent PHP components and bu
2626
The architecture promoted by the framework will distrust many of you but read this tutorial until the end and you will
2727
see how API Platform make modern development easy and fun again:
2828

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

0 commit comments

Comments
 (0)