diff --git a/docs/en/portal/apollo-open-api-platform.md b/docs/en/portal/apollo-open-api-platform.md index 69dbd365d41..bfaa99e4bd5 100644 --- a/docs/en/portal/apollo-open-api-platform.md +++ b/docs/en/portal/apollo-open-api-platform.md @@ -76,7 +76,7 @@ Encapsulated bash functions, the underlying use of curl to send HTTP requests * Bash function: [openapi.sh](https://github.com/apolloconfig/apollo/blob/master/scripts/openapi/bash/openapi.sh) * Usage example: [openapi-usage-example.sh](https://github.com/apolloconfig/apollo/blob/master/scripts/openapi/bash/openapi-usage-example.sh) -* All the shell scripts related to openapi are in the folder https://github.com/apolloconfig/apollo/tree/master/scripts/sql +* All the shell scripts related to openapi are in the folder https://github.com/apolloconfig/apollo/tree/master/scripts/openapi/bash ### III. Interface documentation diff --git a/docs/zh/portal/apollo-open-api-platform.md b/docs/zh/portal/apollo-open-api-platform.md index 5abdcf56791..0b86bb201bb 100644 --- a/docs/zh/portal/apollo-open-api-platform.md +++ b/docs/zh/portal/apollo-open-api-platform.md @@ -71,7 +71,7 @@ ApolloOpenApiClient client = ApolloOpenApiClient.newBuilder() * bash函数:[openapi.sh](https://github.com/apolloconfig/apollo/blob/master/scripts/openapi/bash/openapi.sh) * 使用示例:[openapi-usage-example.sh](https://github.com/apolloconfig/apollo/blob/master/scripts/openapi/bash/openapi-usage-example.sh) -* 全部和openapi有关的shell脚本在文件夹 https://github.com/apolloconfig/apollo/tree/master/scripts/sql 下 +* 全部和openapi有关的shell脚本在文件夹 https://github.com/apolloconfig/apollo/tree/master/scripts/openapi/bash 下 ### 三、 接口文档