Skip to content

Commit 88c9865

Browse files
committedJul 7, 2023
renamed images to docs
1 parent 08cb439 commit 88c9865

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ This API is to showcase, especially for beginners, what a basic CRUD API that's
6565
Main Page with Pagination
6666

6767
<p align="center">
68-
<img src="./images/main.jpeg" alt="Main Page" width="100%">
68+
<img src="./docs/main.jpeg" alt="Main Page" width="100%">
6969
</p>
7070

7171
Form with One to Many (Course-Lessons)
7272

7373
<p align="center">
74-
<img src="./images/form.jpeg" alt="Form Page" width="100%">
74+
<img src="./docs/form.jpeg" alt="Form Page" width="100%">
7575
</p>
7676

7777
View Page with Youtube Player
7878

7979
<p align="center">
80-
<img src="./images/view.jpeg" alt="View Page" width="100%">
80+
<img src="./docs/view.jpeg" alt="View Page" width="100%">
8181
</p>
8282

8383
## ❗️Executing the code locally
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.