From 79239e5de9afff6b1ef5e709f5c4992132cd2f6d Mon Sep 17 00:00:00 2001 From: Alexey Elfimov Date: Thu, 11 Jul 2024 13:14:11 +0000 Subject: [PATCH] docs: fix broken url Change URL in chapter "Use "" for Including Local Files". --- 03-Style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Style.md b/03-Style.md index 7f8607d..6732627 100644 --- a/03-Style.md +++ b/03-Style.md @@ -217,7 +217,7 @@ It also makes it possible to have two separate files next to each other on one s ## Use "" for Including Local Files -... `<>` is [reserved for system includes](http://blog2.emptycrate.com/content/when-use-include-verses-include). +Compiler developers use different types of quotes to [optimize search](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rs-incform). ```cpp // Bad Idea. Requires extra -I directives to the compiler