audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix delete account "learn more" link to point to public docs (#1236)

Links to docs.plyr.fm/artists#leaving instead of a GitHub file path
that didn't resolve.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

authored by

nate nowack
Claude Opus 4.6
and committed by
GitHub
fa7748da 92ff3182

+1 -1
+1 -1
frontend/src/routes/portal/+page.svelte
··· 1441 1441 <h3>delete account</h3> 1442 1442 <p class="control-description"> 1443 1443 permanently delete all your data from plyr.fm. 1444 - <a href="https://github.com/zzstoatzz/plyr.fm/blob/main/docs-internal/offboarding.md#account-deletion" target="_blank" rel="noopener">learn more</a> 1444 + <a href="https://docs.plyr.fm/artists#leaving" target="_blank" rel="noopener">learn more</a> 1445 1445 </p> 1446 1446 </div> 1447 1447 {#if !showDeleteConfirm}