From 69fe9626da03a21ce209c8e03125329f2a6557f6 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 17 May 2025 16:05:26 +0200 Subject: [PATCH] Update base URL --- website/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.toml b/website/config.toml index 031e0288..4197411e 100644 --- a/website/config.toml +++ b/website/config.toml @@ -1,4 +1,4 @@ -base_url = "https://rust-lang.github.io/rustlings" +base_url = "https://rustlings.rust-lang.org" title = "Rustlings" description = "Small exercises to get you used to reading and writing Rust code!"