aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/resources/frequently-asked-questions.md
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-10-06 20:34:25 +0100
committerGravatar GitHub <[email protected]>2021-10-06 20:34:25 +0100
commit3e0c866ab87957f44224a2c97735c644da47bf8c (patch)
tree8ef45354bb952dc17f0c6980ef49e70764cccf2a /pydis_site/apps/content/resources/frequently-asked-questions.md
parentMerge pull request #600 from python-discord/netlify-logo (diff)
parentMerge branch 'main' into fix-http-links (diff)
Merge pull request #599 from python-discord/fix-http-links
Switches HTTP Links To HTTPS
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?**