Skip to content

Commit

Permalink
Fix link to persistence doc (#2398)
Browse files Browse the repository at this point in the history
Regression from #2339.

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng authored Feb 23, 2024
1 parent e229246 commit 6927c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div>
<f7-block-footer style="padding-left: 16px; padding-right: 16px">
Persistence stores data over time, which can be retrieved at a later time, e.g. to restore Item states after startup, or to display graphs in the UI.
<f7-link external color="blue" target="_blank" :href="`${$store.state.runtimeInfo.websiteUrl}/link/persistence`">
<f7-link external color="blue" target="_blank" :href="`${$store.state.websiteUrl}/link/persistence`">
Learn more about persistence.
</f7-link>
</f7-block-footer>
Expand Down

0 comments on commit 6927c7f

Please sign in to comment.