From e6cbd6f17460d2ba9fbf9124ab3abc10c9bd13cb Mon Sep 17 00:00:00 2001 From: gusthoff Date: Sat, 28 Mar 2026 01:32:57 +0100 Subject: [PATCH] Editorial change: fix broken link --- content/courses/intro-to-ada/chapters/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/courses/intro-to-ada/chapters/introduction.rst b/content/courses/intro-to-ada/chapters/introduction.rst index 3cbca2fc5..e0b7100c4 100644 --- a/content/courses/intro-to-ada/chapters/introduction.rst +++ b/content/courses/intro-to-ada/chapters/introduction.rst @@ -51,7 +51,7 @@ kind of programming Ada is good at. In terms of modern languages, the closest in terms of targets and level of abstraction are probably :wikipedia:`C++ ` and -`Rust `_. +`Rust `_. Philosophy ----------