Skip to content

Commit 84df946

Browse files
authored
Fix: card year should be https
1 parent 8764ba6 commit 84df946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147

148148
# Social cards
149-
ogp_site_url = "http://www.pyopensci.org/python-package-guide/"
149+
ogp_site_url = "https://www.pyopensci.org/python-package-guide/"
150150
ogp_social_cards = {
151151
"line_color": "#6D597A",
152152
"image": "_static/pyopensci-logo-package-guide.png",

0 commit comments

Comments
 (0)