Skip to content

Commit

Permalink
Update network-tools.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik authored Oct 5, 2024
1 parent 26a2704 commit 97f421b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pages/globalping/network-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ <h1>{{displayingTestType}} from multiple locations in </h1>
newQueryTestFromValue = currQueryTestFromValue.replace(/[A-Za-z]+/, `${testType}`);
}

return `/globalping/network-tools/${newQueryTestFromValue.toLowerCase()}`;
return `/network-tools/${newQueryTestFromValue.toLowerCase()}`;
},
getGlobalpingProbesData () {
// get probes from sessionStorage or fetch them
Expand Down

0 comments on commit 97f421b

Please sign in to comment.