From 22c27a57b4c7444c0c75d89c5ff516e30f01a97a Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Fri, 28 Jul 2023 11:54:15 +0200 Subject: [PATCH] docs: update discord link --- solara/website/components/header.py | 2 +- solara/website/pages/docs/content/10-howto/01-contribute.md | 2 +- solara/website/pages/docs/content/99-contact.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/solara/website/components/header.py b/solara/website/components/header.py index 2802979a3..9fee706c0 100644 --- a/solara/website/components/header.py +++ b/solara/website/components/header.py @@ -45,7 +45,7 @@ def Header( with rv.Btn(icon=True, tag="a", class_="d-none d-md-flex", attributes={"href": solara.github_url, "target": "_blank"}): rv.Icon(children=["mdi-github-circle"]) - with rv.Btn(icon=True, tag="a", class_="d-none d-md-flex", attributes={"href": "https://discord.gg/MEpm6sEjdq", "target": "_blank"}): + with rv.Btn(icon=True, tag="a", class_="d-none d-md-flex", attributes={"href": "https://discord.gg/dm4GKNDjXN", "target": "_blank"}): rv.Icon(children=["mdi-discord"]) with solara.Button(icon=True, class_="hidden-md-and-up", on_click=lambda: on_toggle_right_menu and on_toggle_right_menu()): diff --git a/solara/website/pages/docs/content/10-howto/01-contribute.md b/solara/website/pages/docs/content/10-howto/01-contribute.md index 1b4e2ef27..01f9fe2a0 100644 --- a/solara/website/pages/docs/content/10-howto/01-contribute.md +++ b/solara/website/pages/docs/content/10-howto/01-contribute.md @@ -38,4 +38,4 @@ to other people using and developing on Solara, consider using [GitHub discussio or consider joining discord for more synchronous discussions. -[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/2jAh9P8H) +[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/dm4GKNDjXN) diff --git a/solara/website/pages/docs/content/99-contact.md b/solara/website/pages/docs/content/99-contact.md index 50a29d2c0..63ac7f110 100644 --- a/solara/website/pages/docs/content/99-contact.md +++ b/solara/website/pages/docs/content/99-contact.md @@ -14,4 +14,4 @@ to other people using and developing on Solara, consider using [GitHub discussio or consider joining discord for more synchronous discussions. -[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/2jAh9P8H) +[![Discord Shield](https://discordapp.com/api/guilds/1106593685241614489/widget.png?style=banner2)](https://discord.gg/dm4GKNDjXN)