Skip to content

Commit e66798d

Browse files
authored
Update download-data.py (#897)
1 parent 6569e7c commit e66798d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/download-data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
ROOT = pathlib.Path(__file__).parents[1]
1717

1818

19-
SESSIONS_URL = "https://gist.githubusercontent.com/egeakman/cfcdc4c06497945dd88a981e912849e3/raw/c8394edf1d6c873323d9a602035e9c2782edc5c7/sessions.json"
20-
SPEAKERS_URL = "https://gist.githubusercontent.com/egeakman/d57119da59ee49d16a1c5d425b073463/raw/dd26645859f7733ceed542782b8f141df08da951/speakers.json"
21-
SCHEDULE_DATA = "https://gist.githubusercontent.com/egeakman/4d45050d7e0c483092d2337c3f0fbee5/raw/1affcfe69d8de77f60913091c652625d152a43b3/schedule.json"
19+
SESSIONS_URL = "https://programapi24.europython.eu/2024/sessions.json"
20+
SPEAKERS_URL = "https://programapi24.europython.eu/2024/speakers.json"
21+
SCHEDULE_DATA = "https://programapi24.europython.eu/2024/schedule.json"
2222

2323

2424
def write_mdx(data: dict[str, Any], output_dir: pathlib.Path, content_key: str) -> None:

0 commit comments

Comments
 (0)