Skip to content

Commit 57a3b00

Browse files
committed
Update links
1 parent 8b0dd67 commit 57a3b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The API is secured using the JWT mechanism provided by DRF.
165165
- GET requests are public (GET all, get Item)
166166
- Mutating requests are protected by token generated based on the user credentials (`username`, `pass`).
167167

168-
> A POSTMAN Collection Sample can be found [here](#).
168+
> A POSTMAN Collection Sample can be found [here](./media).
169169
170170
<br />
171171

apps/templates/home/api-view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h5 class="font-weight-bolder">Generated API</h5>
3232
</ul>
3333
</p>
3434
<p>
35-
Import the <a target="_blank" href="">POSTMAN Sample collection</a>
35+
Import the <a target="_blank" href="https://github.com/app-generator/django-soft-ui-dashboard/tree/master/media">POSTMAN Sample collection</a>
3636
(Books) and access the
3737
<a target="_blank" class="text-body text-sm font-weight-bold mb-0 icon-move-right mt-auto" href="/api/books/">
3838
Generated (Books) API

0 commit comments

Comments
 (0)