Skip to content

Commit

Permalink
jsguide: update Egyptian brackets link
Browse files Browse the repository at this point in the history
As pointed out by Aditya Chaudhari.
  • Loading branch information
vapier committed Jul 3, 2024
1 parent 1ae7350 commit 214f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ <h4 id="formatting-braces-all">4.1.1 Braces are used for all control structures<

<h4 id="formatting-nonempty-blocks">4.1.2 Nonempty blocks: K&amp;R style</h4>

<p>Braces follow the Kernighan and Ritchie style (<q><a href="http://www.codinghorror.com/blog/2012/07/new-programming-jargon.html">Egyptian brackets</a></q>) for
<p>Braces follow the Kernighan and Ritchie style (<q><a href="https://blog.codinghorror.com/new-programming-jargon/#3">Egyptian brackets</a></q>) for
<em>nonempty</em> blocks and block-like constructs:</p>

<ul>
Expand Down

0 comments on commit 214f82d

Please sign in to comment.