Skip to content

Commit

Permalink
fix: broken link in metrics opt-in (#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Nov 12, 2024
1 parent e96c781 commit 37fe9ea
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,11 @@ export class OutlineRegionPicker extends LitElement {
${this.localize('metrics-setup-title')}
</label>
<p>${this.localize('metrics-setup-description')}</p>
<a>${this.localize('metrics-setup-learn-more')}</a>
<a
href="https://support.getoutline.org/s/article/Data-collection"
>
${this.localize('metrics-setup-learn-more')}
</a>
</div>
</div>
</if-messages>
Expand Down

0 comments on commit 37fe9ea

Please sign in to comment.