Skip to content

Commit 8cff8d8

Browse files
authored
chore: update documentation links in agentModal and helpModal (#811)
LGTM!
1 parent cb9dfa1 commit 8cff8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/static/app/src/components/navbarComponents/agentModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const store = DashboardConfigurationStore()
2828
<LocaleText t="You can visit our: "></LocaleText>
2929
</p>
3030
<div class="list-group">
31-
<a href="https://donaldzou.github.io/WGDashboard-Documentation/"
31+
<a href="https://docs.wgdashboard.dev/"
3232
target="_blank" class="list-group-item list-group-item-action d-flex align-items-center">
3333
<i class="bi bi-book-fill"></i>
3434
<LocaleText class="ms-auto" t="Official Documentation"></LocaleText>

src/static/app/src/components/navbarComponents/helpModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ onMounted(() => {
5252
</div>
5353
</div>
5454
</a>
55-
<a class="card text-decoration-none" href="https://donaldzou.github.io/WGDashboard-Documentation/" target="_blank">
55+
<a class="card text-decoration-none" href="https://docs.wgdashboard.dev/" target="_blank">
5656
<div class="card-body d-flex gap-4 align-items-center">
5757
<h1 class="mb-0">
5858
<i class="bi bi-hash"></i>

0 commit comments

Comments
 (0)