Skip to content

Commit

Permalink
Update Versions.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
luanwenfei-venus authored Jan 5, 2024
1 parent f4c5cd8 commit 04caf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/Versions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
mounted: function () {
this.$axios
.get(
"https://api.github.com/repos/huaweicloud/Sermant-website/git/trees/latest"
"https://api.github.com/repos/huaweicloud/Sermant-website/git/trees/develop"
)
.then((response) => {
const versionNode = response.data.tree.find((e) => {
Expand Down

0 comments on commit 04caf70

Please sign in to comment.