Skip to content

Commit

Permalink
Update links to addons store
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng committed Feb 23, 2024
1 parent 6b7e1c4 commit db4efc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"title" : "Access openHAB from a remote network",
"goto" : {
"target" : "/addons/misc-openhabcloud",
"target": "/addons/misc/misc-openhabcloud",
"text" : "the openHAB Cloud Connector"
},
"text" : "The most secure ways to enable remote access to your openHAB instance are through a VPN or a service such as <a class=\"external\" target=\"_blank\" href=\"https://myopenhab.org/\">myopenhab.org</a> with the openHAB Cloud Connector. <strong>DO NOT</strong> expose your openHAB instance directly to the internet, that is insecure",
Expand Down Expand Up @@ -50,7 +50,7 @@
{
"title" : "Get openHAB notifications",
"goto" : {
"target" : "/addons/misc-openhabcloud",
"target": "/addons/misc/misc-openhabcloud",
"text" : "the openHAB Cloud Connector"
},
"text" : "There are many different add-ons that will allow you to send messages from openHAB to other devices. One easy and secure method is to use <a class=\"external\" target=\"_blank\" href=\"https://myopenhab.org/\">myopenhab.org</a> with the openHAB Cloud Connector.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
:link="persistence.id"
:title="persistence.label"
:footer="persistence.id" />
<f7-list-item link="/addons/other/" no-chevron media-item :color="($theme.dark) ? 'black' : 'white'" subtitle="Install more persistence add-ons">
<f7-list-item link="/addons/persistence/" no-chevron media-item :color="($theme.dark) ? 'black' : 'white'" subtitle="Install more persistence add-ons">
<f7-icon slot="media" color="green" aurora="f7:plus_circle_fill" ios="f7:plus_circle_fill" md="material:control_point" />
</f7-list-item>
</f7-list>
Expand All @@ -47,7 +47,7 @@
<f7-row class="display-flex justify-content-center">
<f7-button large fill color="blue" external :href="`${$store.state.websiteUrl}/link/persistence`" target="_blank" v-t="'home.overview.button.documentation'" />
<span style="width: 8px" />
<f7-button large fill color="blue" href="/addons/other/">
<f7-button large fill color="blue" href="/addons/persistence/">
Install a persistence add-on
</f7-button>
</f7-row>
Expand Down

0 comments on commit db4efc0

Please sign in to comment.