[llvm] [llvm][docs] Update Kaleidoscope Wikipedia link (PR #164277)
Yaksh Bariya via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 20 09:11:33 PDT 2025
https://github.com/thunder-coding created https://github.com/llvm/llvm-project/pull/164277
The older link was pointing to the Kaleidoscope which is a tube of mirrors containing colorful objects. The link should be to the Kaleidoscope programming language.
>From 3e7ad83bb8563f6401f9ad648a56dea003619e50 Mon Sep 17 00:00:00 2001
From: Yaksh Bariya <yakshbari4 at gmail.com>
Date: Mon, 20 Oct 2025 21:35:24 +0530
Subject: [PATCH] [llvm][docs] Update Kaleidoscope Wikipedia link
The older link was pointing to the Kaleidoscope which is a tube of
mirrors containing colorful objects. The link should be to the
Kaleidoscope programming language.
---
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst
index 71ba9322817e0..81bba5960c184 100644
--- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst
+++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst
@@ -9,7 +9,7 @@ The Kaleidoscope Language
=========================
This tutorial is illustrated with a toy language called
-"`Kaleidoscope <http://en.wikipedia.org/wiki/Kaleidoscope>`_" (derived
+"`Kaleidoscope <https://en.wikipedia.org/wiki/Kaleidoscope_(programming_language)>`_" (derived
from "meaning beautiful, form, and view"). Kaleidoscope is a procedural
language that allows you to define functions, use conditionals, math,
etc. Over the course of the tutorial, we'll extend Kaleidoscope to
More information about the llvm-commits
mailing list