Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1841e8

Browse files
authoredJun 29, 2024··
Add schema to conference URL
Without the schema, jekyll tries to append the url to the end of the base url. Example: https://blackpythondevs.com/conferences/2024.djangocon.us/
1 parent a0bc772 commit a1841e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_data/conferences.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
summary: DjangoCon US 2024 has been announced! Join us for five days of inspiration,
66
education, and networking opportunities centering around the Django web framework.
77
type: both
8-
url: 2024.djangocon.us/
8+
url: https://2024.djangocon.us/

0 commit comments

Comments
 (0)
Please sign in to comment.