Skip to content

Commit f9a834b

Browse files
authored
Fix website link in setup wizard
Signed-off-by: Yannick Schaus <[email protected]>
1 parent d7976dc commit f9a834b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.openhab.ui/web/src/pages/wizards/setup-wizard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</f7-login-screen-title>
112112
</f7-block>
113113
<f7-block strong>{{ $t('setupwizard.addons.header1') }}<br />{{ $t('setupwizard.addons.header2') }}<br /><br />
114-
<a class="text-color-blue external" target="_blank" href="https://next.openhab.org/addons/" v-t="'setupwizard.addons.browseAddonsOnWebsite'"></a>
114+
<a class="text-color-blue external" target="_blank" href="https://www.openhab.org/addons/" v-t="'setupwizard.addons.browseAddonsOnWebsite'"></a>
115115
</f7-block>
116116
<f7-block class="padding">
117117
<f7-row>

0 commit comments

Comments
 (0)