From 7673dd8ac5e993df02cb42cc0e62fca455da6742 Mon Sep 17 00:00:00 2001 From: Ian Cowley Date: Wed, 22 Jul 2020 08:38:58 +0200 Subject: [PATCH] docs: fix broken screenshot paths --- docs/_docs/usegotemplates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/usegotemplates.md b/docs/_docs/usegotemplates.md index 2bca1ab17f8..fc52fed5419 100644 --- a/docs/_docs/usegotemplates.md +++ b/docs/_docs/usegotemplates.md @@ -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://raw.githubusercontent.com/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://raw.githubusercontent.com/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).