From 5f6f963d320cdf0ecd37fbdeb4bc4e777afcf21d Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Mon, 7 Jul 2025 13:37:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c47d4..6ae41c0 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Your favorite package is not listed? Fork and [create a Pull Request](https://gi - [ocamllex/ocamlyacc](http://caml.inria.fr/pub/docs/manual-ocaml-4.01/lexyacc.html) – lex and yacc implementation for OCaml. - [Angstrom](https://github.com/inhabitedtype/angstrom) - Parser combinators built for speed and memory efficiency - **Articles**: - - [Kaleidoscope: Implementing a Language with LLVM in Objective Caml¶](http://llvm.org/docs/tutorial/OCamlLangImpl1.html) + - [Kaleidoscope: Implementing a Language with LLVM in Objective Caml¶](https://releases.llvm.org/12.0.0/docs/tutorial/OCamlLangImpl1.html) ## Concurrency