diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 0a2fda2..d92185a 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,6 @@ highlight_code = true [extra] menu = [ { title = 'Meetup.com ', url = 'https://www.meetup.com/copenhagen-rust-community/' }, - { title = 'Event archive', url = '/events' }, + { title = 'Event archive', url = './events' }, { title = 'Discord chat', url = 'https://discord.gg/UegkuMmtpN' }, ] |