Skip to content

Commit 45ff163

Browse files
committed
Fix image path in documentation
This commit corrects the path to the 'first_api_working.png' image in the documentation. The previous path was incorrect and doesn't properly display the image, this update will ensure the image loads correctly.
1 parent 0839b9c commit 45ff163

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/images/first_api_working.png

73.9 KB
Loading

docs/images/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Now access http://127.0.0.1:8000/ to see your API working. 🥳
306306

307307
Congratulations now you have your first api working.
308308

309-
![first_api_working.png](../first_api_working.png)
309+
![first_api_working.png](first_api_working.png)
310310
## Lunch/Break
311311

312312
- ⏳ Time for rest and informal discussions.

0 commit comments

Comments
 (0)