Skip to content

Commit 6e88127

Browse files
authored
Fix gRPC Conventions link in documentation
Updated the link for gRPC Conventions to the correct documentation page. Signed-off-by: Sakshee-s <sumansakshee36@gmail.com>
1 parent 3218383 commit 6e88127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/documentation/references/artifacts

content/documentation/references/artifacts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We provide built-in parsers and importers for the following formats:
1818
* [OpenAPI v3.x](https://spec.openapis.org/) files in either YAML or JSON format. See the Microcks' [OpenAPI Conventions](./openapi-conventions),
1919
* [AsyncAPI v2.x](https://v2.asyncapi.com/docs/reference/specification/v2.6.0) and [AsyncAPI v3.x](https://www.asyncapi.com/docs/reference/specification/v3.0.0) files in either YAML or JSON format. See the Microcks' [AsyncAPI Conventions](./asyncapi-conventions),
2020
* [Postman collections](https://www.postman.com/collection/) files with v2.x file format,
21-
* [gRPC / Protocol buffers v3](https://grpc.io/docs/what-is-grpc/introduction/) `.proto` files. See the Microcks' [gRPC Conventions](./gRPC-conventions),
21+
* [gRPC / Protocol buffers v3](https://grpc.io/docs/what-is-grpc/introduction/) `.proto` files. See the Microcks' [gRPC Conventions](https://microcks.io/documentation/references/artifacts/grpc-conventions/),
2222
* [GraphQL Schema](https://graphql.org/learn/schema/) `.graphql` files. See the Microcks' [GraphQL Conventions](./graphql-conventions),
2323
* [HTTP Archive Format (HAR)](https://w3c.github.io/web-performance/specs/HAR/Overview.html) JSON files. See the Microcks' [HAR Conventions](./har-conventions),
2424

0 commit comments

Comments
 (0)