default to https for donate (#325)

This commit is contained in:
Andres Lowrie 2020-06-18 02:39:18 -05:00 committed by GitHub
parent fbcda45067
commit 98b59929d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export default MixinBase =>
donating =
this._raw_mode_type === "raw_text_html"
? '<a href="https://www.brow.sh/donate">donating</a>'
: "brow.sh/donate";
: "https://brow.sh/donate";
return (
"\nPlease consider " +
donating +