Skip to content

Commit 4819eef

Browse files
Move both urls to DESCRIPTION
1 parent 54ea810 commit 4819eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/meeting_dates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def generate_ics(app, exception):
9393
f"DTSTART:{start.strftime('%Y%m%dT%H%M%SZ')}",
9494
f"DTEND:{end.strftime('%Y%m%dT%H%M%SZ')}",
9595
"SUMMARY:Python Docs WG",
96-
"URL:https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
97-
"DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
96+
"DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1"
97+
"\\nDiscord event: https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
9898
"END:VEVENT",
9999
]
100100
lines += ["END:VCALENDAR"]

0 commit comments

Comments
 (0)