Skip to content

fix: add mailto: prefix to "contact us" links in install instruction pages#34

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-mail-link-notedeck-install
Draft

fix: add mailto: prefix to "contact us" links in install instruction pages#34
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-mail-link-notedeck-install

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

The "contact us" links across all install instruction markdown files were missing the mailto: scheme, causing browsers to resolve the email address as a relative URL path (e.g. https://damus.io/notedeck/install/support@damus.io).

Changes

  • Fixed broken email links in all four install instruction markdown files:
    • notedeck-install-instructions.md
    • notedeck-install-instructions-premium.md
    • damus-android-install-instructions.md
    • damus-android-install-instructions-premium.md
- please [contact us](support@damus.io)
+ please [contact us](mailto:support@damus.io)

Copilot AI changed the title [WIP] Fix mail link on Notedeck install webpage fix: add mailto: prefix to "contact us" links in install instruction pages May 15, 2026
Copilot AI requested a review from danieldaquino May 15, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix mail link on notedeck install webpage

2 participants