From 4473fea430fbaddaf67afca77ed331067882a638 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 13 Jun 2025 15:26:47 +0200 Subject: Update link and fix target --- src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md | 2 +- src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md b/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md index fe1ca5d..bce440f 100644 --- a/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md +++ b/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md @@ -269,7 +269,7 @@ A classic example is [`std::tuple`](https://en.cppreference.com/w/cpp/utility/tuple), which works similarly to `std::pair`, but accepts any number of items. -## Contraints and concepts +## Constraints and concepts To explain the last features I want to talk about, I am going to use a simlpe, albeit slightly unusual, example: let's implement a class diff --git a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md index e17f89d..094c88c 100644 --- a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md +++ b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md @@ -325,8 +325,8 @@ Apart from the installation process and the dependency management, my first impression of Rust is quite positive. But as I said, I am just getting started and my judgement is very superficial. I do want to write some small -project in Rust, and I think I'll start from re-writing a simple [math -library for modular arithmetic](../2025-01-21-taming-cpp-templates) +project in Rust, and I think I'll start from re-writing a simple +[math library for modular arithmetic](../2025-01-21-taming-cpp-templates/#constraints-and-concepts) that I wrote in C++ some time ago. Stay tuned for more 🦀 -- cgit v1.3