Skip to content

Commit

Permalink
fix doc version from maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Jul 8, 2024
1 parent 15d3bbf commit dfce04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function loadVersionPlugin() {

const getVersionByMaven = async () => {
return await fetch(
"https://search.maven.org/solrsearch/select?q=arthas&rows=1&wt=json",
"https://search.maven.org/solrsearch/select?q=arthas-site&rows=1&wt=json",
)
.then((res) => res.json())
.then((res) => res.response.docs[0].latestVersion);
Expand Down

0 comments on commit dfce04b

Please sign in to comment.