diff options
author | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-04-27 18:31:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 18:31:57 +0200 |
commit | 343366c93256f014d5fa37f8fb915e70b1f90fe3 (patch) | |
tree | 7d867530543e43ebee1d3bea3d5614e47a6eebb4 | |
parent | 37d76970b9cc2eeecba7b981864824f2d3fbdfe5 (diff) | |
download | cph-rust-website-343366c93256f014d5fa37f8fb915e70b1f90fe3.zip |
Update Discord invite link
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index d92185a..4cadc50 100644 --- a/config.toml +++ b/config.toml @@ -9,5 +9,5 @@ highlight_code = true menu = [ { title = 'Meetup.com ', url = 'https://www.meetup.com/copenhagen-rust-community/' }, { title = 'Event archive', url = './events' }, - { title = 'Discord chat', url = 'https://discord.gg/UegkuMmtpN' }, + { title = 'Discord chat', url = 'https://discord.gg/NjtzmZ2APD' }, ] |