Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
fix api collection hyperlink (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince-Mendiratta authored Dec 3, 2021
1 parent bbe70b4 commit 45c9b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public String checkSetup() {
String response = "<h1>Welcome to <span style=\"color:#ff4141;\">Zinger</span> Framework!!!</h1> ";
response += "<h2>You're all set!</h2><br/><br/>";
response += "<h3><a style=\"color:#ff4141;\" href=\"https://github.com/ddlogesh/zinger-framework/blob/master/Zinger%20framework%20(Release).json\">Postman API Collection</a></h3>";
response += "<h3><a style=\"color:#ff4141;\" href=\"https://documenter.getpostman.com/view/6369926/Szmb6KVo?version=latest\">API Documentation</a></h3>";
response += "<h3><a style=\"color:#ff4141;\" href=\"https://documenter.getpostman.com/view/6369926/TVRoZ6jW\">API Documentation</a></h3>";
return response;
}

Expand Down

0 comments on commit 45c9b72

Please sign in to comment.