From b849f187424ceca70c2f96c16268aa59fdf5405c Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 12 Aug 2024 16:45:04 +0530 Subject: [PATCH] Fix incorrect file path in GraphQL JWT BBE --- .../graphql_client_security_jwt_authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphql-client-security-jwt-authentication/graphql_client_security_jwt_authentication.md b/examples/graphql-client-security-jwt-authentication/graphql_client_security_jwt_authentication.md index b4c21cc38e..b25cd52b8c 100644 --- a/examples/graphql-client-security-jwt-authentication/graphql_client_security_jwt_authentication.md +++ b/examples/graphql-client-security-jwt-authentication/graphql_client_security_jwt_authentication.md @@ -9,7 +9,7 @@ The `graphql:Client` can connect to a service that is secured with self-signed J Run the client program by executing the command below. -::: out graphql_client_security_self_signed_jwt_authentication.out ::: +::: out graphql_client_security_jwt_authentication.out ::: ## Related links - [`graphql:JwtIssuerConfig` record - API documentation](https://lib.ballerina.io/ballerina/graphql/latest#JwtIssuerConfig)