Skip to content

Commit d44684f

Browse files
tpluscodealien-mcl
authored andcommitted
refactor: rename movies example files (#14)
1 parent e506321 commit d44684f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

movies/0.index.md movies/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Hydra Movies API shows how a basic CRUD (Create, Read, Update, Delete) API c
77

88
The following recipes decribe Hydra features that are used by the API.
99

10-
* [1 API entry point](1.entry-point.md)
11-
* [2 The JSON-LD context](movies/2.context.md)
12-
* [3 The API documentation](movies/3.api-doc.md)
13-
* [4 Create a movie](movies/4.create-movie.md)
10+
* [1 API entry point](./entry-point.md)
11+
* [2 The JSON-LD context](./context.md)
12+
* [3 The API documentation](./api-doc.md)
13+
* [4 Create a movie](./create-movie.md)

summary.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
* Examples
2-
* [Movies](movies/0.index.md)
3-
* [1 API entry point](movies/1.entry-point.md)
4-
* [2 The JSON-LD context](movies/2.context.md)
5-
* [3 The API documentation](movies/3.api-doc.md)
6-
* [4 Create a movie](movies/4.create-movie.md)
2+
* [Movies](movies/index.md)
3+
* [1 API entry point](movies/entry-point.md)
4+
* [2 The JSON-LD context](movies/context.md)
5+
* [3 The API documentation](movies/api-doc.md)
6+
* [4 Create a movie](movies/create-movie.md)
77
* Drafts
88
* [Assumptions](assumptions.md)
99
* [1 Entrypoint](api-documentation/1.entry-point.md)

0 commit comments

Comments
 (0)