File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ a full-stack all-in-one framework and a set of independent PHP components and bu
26
26
The architecture promoted by the framework will distrust many of you but read this tutorial until the end and you will
27
27
see how API Platform make modern development easy and fun again:
28
28
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
30
30
be understood by any compliant client such your apps but also as search engines (JSON-LD with Schema.org vocabulary).
31
31
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
33
33
webapp querying the API in AJAX (of course) but also a native iOS or Android app, or even a desktop application. Clients
34
34
only display data and forms.
You can’t perform that action at this time.
0 commit comments