Skip to content

Commit 3e0c866

Browse files
Merge pull request #599 from python-discord/fix-http-links
Switches HTTP Links To HTTPS
2 parents 02e1ce2 + e608c0b commit 3e0c866

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

pydis_site/apps/api/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
UserViewSet
1717
)
1818

19-
# http://www.django-rest-framework.org/api-guide/routers/#defaultrouter
19+
# https://www.django-rest-framework.org/api-guide/routers/#defaultrouter
2020
bot_router = DefaultRouter(trailing_slash=False)
2121
bot_router.register(
2222
'filter-lists',

pydis_site/apps/content/resources/frequently-asked-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ It's also to ease the burden on our moderators, otherwise they would have to dow
8989

9090
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.
9191

92-
If you want to share code please use our hosted hastebin, [paste.pythondiscord.com](http://paste.pythondiscord.com).
92+
If you want to share code please use our hosted hastebin, [paste.pythondiscord.com](https://paste.pythondiscord.com).
9393

9494

9595
#### **Q: Why is this permission not allowed in that channel?**

pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/supplemental-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Our projects currently defines logging levels as follows, from lowest to highest
9090
- **ERROR:** These events can cause a failure in a specific part of the application and require urgent attention.
9191
- **CRITICAL:** These events can cause the whole application to fail and require immediate intervention.
9292

93-
Any logging above the **INFO** level will trigger a [Sentry](http://sentry.io) issue and alert the Core Developer team.
93+
Any logging above the **INFO** level will trigger a [Sentry](https://sentry.io) issue and alert the Core Developer team.
9494

9595
## Draft Pull Requests
9696

pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you will be working with an external service, you might have to set one of th
4343
| -------- | -------- |
4444
| `GITHUB_TOKEN` | Personal access token for GitHub, raises rate limits from 60 to 5000 requests per hour. |
4545
| `GIPHY_TOKEN` | Required for API access. [Docs](https://developers.giphy.com/docs/api) |
46-
| `OMDB_API_KEY` | Required for API access. [Docs](http://www.omdbapi.com/) |
46+
| `OMDB_API_KEY` | Required for API access. [Docs](https://www.omdbapi.com/) |
4747
| `REDDIT_CLIENT_ID` | OAuth2 client ID for authenticating with the [reddit API](https://github.com/reddit-archive/reddit/wiki/OAuth2). |
4848
| `REDDIT_SECRET` | OAuth2 secret for authenticating with the reddit API. *Leave empty if you're not using the reddit API.* |
4949
| `REDDIT_WEBHOOK` | Webhook ID for Reddit channel |

pydis_site/apps/resources/resources/communities/panda3d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: Panda3D is a Python-focused 3-D framework for rapid development of games,
22
visualizations, and simulations, written in C++ with an emphasis on performance and flexibility.
3-
title_image: http://www.panda3d.org/wp-content/uploads/2019/01/panda3d_logo.png
3+
title_image: https://www.panda3d.org/wp-content/uploads/2019/01/panda3d_logo.png
44
title_url: https://discord.gg/9XsucTT
55
position: 9
66
urls:

pydis_site/apps/resources/resources/reading/books/byte_of_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ urls:
88
url: https://python.swaroopch.com/
99
color: teal
1010
- icon: regular/book
11-
url: http://www.lulu.com/shop/swaroop-c-h/a-byte-of-python/paperback/product-21142968.html
11+
url: https://www.lulu.com/shop/swaroop-c-h/a-byte-of-python/paperback/product-21142968.html
1212
color: black
1313
- icon: branding/amazon
1414
url: https://www.amazon.com/Byte-Python-Swaroop-C-H-ebook/dp/B00FJ7S2JU/

pydis_site/apps/resources/resources/reading/books/flask_web_development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Flask Web Development
44
position: 6
55
urls:
66
- icon: regular/link
7-
url: http://shop.oreilly.com/product/0636920031116.do
7+
url: https://shop.oreilly.com/product/0636920031116.do
88
color: teal
99
- icon: branding/amazon
1010
url: https://www.amazon.com/Flask-Web-Development-Developing-Applications/dp/1449372627

pydis_site/apps/resources/resources/reading/books/python_cookbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Python Cookbook
44
position: 8
55
urls:
66
- icon: regular/link
7-
url: http://shop.oreilly.com/product/0636920027072.do
7+
url: https://shop.oreilly.com/product/0636920027072.do
88
color: teal
99
- icon: branding/amazon
1010
url: https://www.amazon.com/Python-Cookbook-Third-David-Beazley/dp/1449340377
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: A simple, no-nonsense guide to the basics of using Git.
22
name: A Simple Guide to Git
3-
title_url: http://rogerdudler.github.io/git-guide/
3+
title_url: https://rogerdudler.github.io/git-guide/
44
title_icon: branding/github
55
title_icon_color: black
66
position: 4

pydis_site/apps/resources/resources/videos/microsoft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: A trove of tutorials & guides for developers from Microsoft's Devel
77
</ul>
88
Microsoft's Python Development Team also runs a Discord Server for discussions of Python in the Microsoft ecosystem,
99
including Visual Studio Code and Azure.
10-
title_image: http://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2qVsJ?ver=3f74
10+
title_image: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2qVsJ?ver=3f74
1111
position: 4
1212
urls:
1313
- icon: branding/youtube

0 commit comments

Comments
 (0)