From 0bb871d8069b6fa6c9b7ae812d7c19fcf8e854ce Mon Sep 17 00:00:00 2001 From: luke <348358584@qq.com> Date: Sun, 2 Mar 2025 23:34:29 +0800 Subject: [PATCH] chore: fix not-correct lint --- docs/en/portal/apollo-open-api-platform.md | 2 +- docs/zh/portal/apollo-open-api-platform.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 下 ### 三、 接口文档