Skip to content

Commit

Permalink
remove url
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmitul9 committed May 21, 2024
1 parent 518beb3 commit 9007552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
"text": "Open Document",
"onClick": {
"openLink": {
"url": "https://docs.google.com/document/d/1sjHfSmm0_0DF0Ax7An4DDsqu0B0yjxDksPwuzMaVtMA/edit#heading=h.ny8eurgr6hhm"
"url": "put your document url here"
}
}
}
Expand All @@ -37,7 +37,7 @@ def main():
"text": "Join Google Meet",
"onClick": {
"openLink": {
"url": "https://meet.google.com/eqt-hzcy-hrm?authuser=0"
"url": "put your meeting url here"
}
}
}
Expand Down

0 comments on commit 9007552

Please sign in to comment.