From 1a35264972d44681f1f25fd97e7ce90713b7c2f8 Mon Sep 17 00:00:00 2001 From: Igor Klepacki Date: Mon, 1 Sep 2025 11:41:01 +0200 Subject: [PATCH] chore: upload correct article links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b96f86..48aa0e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## What are bitflags? -Bitflags are a way to represent a set of boolean options using a single integer. Each bit in the number corresponds to a different option, allowing for efficient storage and manipulation of multiple flags at once. Concept of creating this library originates from the article ["Everything About Bitflags"](https://neg4n.dev/explore/everything-about-bitflags). +Bitflags are a way to represent a set of boolean options using a single integer. Each bit in the number corresponds to a different option, allowing for efficient storage and manipulation of multiple flags at once. Concept of creating this library originates from the article ["Everything About Bitflags"](https://neg4n.dev/blog/everything-about-bitflags). ### Features @@ -693,7 +693,7 @@ function validateMeatAddition(currentPizza: Bitflag, toppingsToAdd: Bitflag) { ## Benchmarks -See more ["Everything About Bitflags - Benchmarks"](https://neg4n.dev/explore/everything-about-bitflags#benchmarks). +See more ["Everything About Bitflags - Benchmarks"](https://neg4n.dev/blog/everything-about-bitflags#benchmarks). ## License