Skip to content

Commit

Permalink
Merge pull request #1745 from milvus-io/fix/restful-link
Browse files Browse the repository at this point in the history
fix: restful api link version
  • Loading branch information
ThyeeZz authored Dec 26, 2024
2 parents 14af948 + 565ba66 commit 03e7b8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docs
Submodule docs updated 1237 files
2 changes: 1 addition & 1 deletion src/utils/apiReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const API_REFERENCE_CONFIG = {
},
[ApiReferenceLanguageEnum.Restful]: {
name: ApiReferenceLabelEnum.Restful,
path: `${BASE_DOC_DIR}/API_Reference/${ApiReferenceLanguageEnum.Restful}`,
path: `${BASE_DOC_DIR}/API_Reference_MDX/${ApiReferenceLanguageEnum.Restful}`,
minVersion: DOCS_MINIMUM_VERSION,
category: ApiReferenceRouteEnum.Restful,
},
Expand Down

0 comments on commit 03e7b8e

Please sign in to comment.