Skip to content

Commit 2871067

Browse files
authored
update readme
1 parent ec5a062 commit 2871067

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

authentication/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $ mvn spring-boot:run
99
## Swagger-UI
1010
* After starting the application Click on [Swagger-home](http://localhost:8080/api/swagger-ui.html)
1111

12-
![Swagger-Home](../src/main/resources/images/Swagger-UI-Home.png "Swagger UI Home")
12+
![Swagger-Home](/authentication/src/main/resources/images/Swagger-UI-Home.png "Swagger UI Home")
1313

1414

1515
## User Data
@@ -24,12 +24,12 @@ $ mvn spring-boot:run
2424

2525
## Authorize
2626
* Use above given user details to login and generate the authorization token.
27-
![Swagger-Home](../src/main/resources/images/Swagger-ui-auth.png "Swagger UI Home")
27+
![Swagger-Home](/authentication/src/main/resources/images/Swagger-ui-auth.png "Swagger UI Home")
2828

29-
![Swagger-Home](../src/main/resources/images/swagger-ui-login.png "Swagger UI Home")
29+
![Swagger-Home](/authentication/src/main/resources/images/swagger-ui-login.png "Swagger UI Home")
3030

3131
* Login using the generated token
32-
![Swagger-Home](../src/main/resources/images/swagger-ui-login-token.png "Swagger UI Home")
32+
![Swagger-Home](/authentication/src/main/resources/images/swagger-ui-login-token.png "Swagger UI Home")
3333

3434

3535

0 commit comments

Comments
 (0)