Skip to content

Commit

Permalink
chore: fix not-correct lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceluke authored and nobodyiam committed Mar 3, 2025
1 parent 0fce162 commit 09e02fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/portal/apollo-open-api-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/portal/apollo-open-api-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### 三、 接口文档

Expand Down

0 comments on commit 09e02fb

Please sign in to comment.