Skip to content

Commit c4c85c3

Browse files
committed
Fix pagination
1 parent a41cb00 commit c4c85c3

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

admin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ You can also customize all screens by using Admin On Rest components and even ra
2626
* Nicely display server-side errors (e.g. advanced validation)
2727
* **100% customizable**
2828

29-
Previous chapter: [Using API Platform with Docker](../deployment/docker.md)
29+
Previous chapter: [Deployment: Using API Platform with Docker](../deployment/docker.md)
3030

3131
Next chapter: [Getting Started](getting-started.md)

core/angularjs-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ You can look at what we have done as another exemple [api-platform/admin](https:
9898

9999
Previous chapter: [NelmioApiDocBundle integration](nelmio-api-doc.md)
100100

101-
Next chapter: [Schema Generator: introduction](../schema-generator/index.md)
101+
Next chapter: [Swagger Support](swagger.md)

core/swagger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ final class SwaggerDecorator implements NormalizerInterface
6262
}
6363
```
6464

65+
Previous chapter: [AngularJS Integration](angularjs-integration.md)
66+
67+
Next chapter: [Schema Generator: Introduction](../schema-generator/index.md)

schema-generator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ It opens the way to generic web API clients able to extract and process data fro
6363
* [Getting Started](getting-started.md)
6464
* [Configuration](configuration.md)
6565

66-
Previous chapter: [API Platform Core: AngularJS integration](../core/angularjs-integration.md)
66+
Previous chapter: [API Platform Core: Swagger Support](../core/swagger.md)
6767

6868
Next chapter: [Getting Started](getting-started.md)

0 commit comments

Comments
 (0)