Skip to content

Commit

Permalink
Merge pull request #1114 from sundowndev/docs/openapi-url
Browse files Browse the repository at this point in the history
Fix openapi doc URL
  • Loading branch information
sundowndev committed Aug 13, 2022
2 parents 29d2593 + 1bff97d commit 6e2a1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<p align="center">
<a href="https://sundowndev.github.io/phoneinfoga/">Documentation</a> •
<a href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/api/docs/swagger.yaml">API documentation</a> •
<a href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/web/docs/swagger.yaml">API documentation</a> •
<a href="https://demo.phoneinfoga.crvx.fr/">Demo instance</a> •
<a href="https://medium.com/@SundownDEV/phone-number-scanning-osint-recon-tool-6ad8f0cac27b">Related blog post</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See page related to [scanners](scanners.md).

PhoneInfoga integrates a REST API along with a web client that you can deploy anywhere. The API has been written in Go and web client in Vue.js. The application is stateless, so it doesn't require any persistent storage.

See **[API documentation](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/api/docs/swagger.yaml)**.
See **[API documentation](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/web/docs/swagger.yaml)**.

```shell
phoneinfoga serve
Expand Down

0 comments on commit 6e2a1d3

Please sign in to comment.