aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/resources/frequently-asked-questions.md
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-10-06 00:41:23 +0400
committerGravatar Hassan Abouelela <[email protected]>2021-10-06 00:41:23 +0400
commit26be9bebfdb151a7e6d3e855c8d2a509ae1d4d38 (patch)
tree544b5a28411e31482531fa1179a060b32b34f05d /pydis_site/apps/content/resources/frequently-asked-questions.md
parentMerge pull request #595 from python-discord/add-more-supported-symbols-to-otn (diff)
Switches HTTP Links To HTTPS
Switches the protocol for external sites where possible. Some sites don't have secure versions, and were skipped. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/apps/content/resources/frequently-asked-questions.md')
-rw-r--r--pydis_site/apps/content/resources/frequently-asked-questions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/frequently-asked-questions.md b/pydis_site/apps/content/resources/frequently-asked-questions.md
index 212ea5f8..a9a092fe 100644
--- a/pydis_site/apps/content/resources/frequently-asked-questions.md
+++ b/pydis_site/apps/content/resources/frequently-asked-questions.md
@@ -89,7 +89,7 @@ It's also to ease the burden on our moderators, otherwise they would have to dow
Even though Discord does support previewing of files like `.txt` and `.py`, that support is only available on Desktop, not mobile. Additionally, we prefer people to use hastebin as it encourages them to only copy over the relevant code snippets instead of their whole code; this makes helping much easier for all involved.
-If you want to share code please use our hosted hastebin, [paste.pythondiscord.com](http://paste.pythondiscord.com).
+If you want to share code please use our hosted hastebin, [paste.pythondiscord.com](https://paste.pythondiscord.com).
#### **Q: Why is this permission not allowed in that channel?**