Fix more links; use nav for home nav link · btbytes/GoWind.github.io@b3c2b52 · GitHub
Skip to content

Commit b3c2b52

Browse files
committed
Fix more links; use nav for home nav link
1 parent 00a9f06 commit b3c2b52

33 files changed

Lines changed: 96 additions & 97 deletions

1brc.html

Lines changed: 3 additions & 3 deletions

1brc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: From 500 secs to 3.5 - The 1brc Challenge
33
---
44

5-
65
All measurements run on an M2Pro Macbook 16" with 32GB RAM.
76

87
For those of you that aren't aware of the [1brc]() challenge, the goal is to parse 1 billion rows in a plain text file, each row mapping a city to the temperature observed on a particular day and computing the min,max,average and total temperatures of each city.

C_is_the_universal_abi.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
</head>
7676
<body>
7777

78-
<header>
79-
<a href="https://gowind.github.io/">Home</a>
80-
</header>
78+
<nav>
79+
<a href="/">gowind.github.io</a>
80+
</nav>
8181
<header>
8282
<h1 class="title">C is the universal ABI</h1>
8383
</header>

Introduction.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</head>
1111
<body>
1212

13-
<header>
14-
<a href="https://gowind.github.io/">Home</a>
15-
</header>
13+
<nav>
14+
<a href="/">gowind.github.io</a>
15+
</nav>
1616
<header>
1717
<h1 class="title">Introduction to ELF</h1>
1818
</header>

Jest_guide.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</head>
1111
<body>
1212

13-
<header>
14-
<a href="https://gowind.github.io/">Home</a>
15-
</header>
13+
<nav>
14+
<a href="/">gowind.github.io</a>
15+
</nav>
1616
<header>
1717
<h1 class="title">Jest Guide</h1>
1818
</header>

What_do_I_do_as_a_Software_Engineer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</head>
1111
<body>
1212

13-
<header>
14-
<a href="https://gowind.github.io/">Home</a>
15-
</header>
13+
<nav>
14+
<a href="/">gowind.github.io</a>
15+
</nav>
1616
<header>
1717
<h1 class="title">A Software Engineer is a professional</h1>
1818
</header>

X86_calling_convention.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</head>
1111
<body>
1212

13-
<header>
14-
<a href="https://gowind.github.io/">Home</a>
15-
</header>
13+
<nav>
14+
<a href="/">gowind.github.io</a>
15+
</nav>
1616
<header>
1717
<h1 class="title">x86 calling convention</h1>
1818
</header>

advice_on_the_internet.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</head>
1111
<body>
1212

13-
<header>
14-
<a href="https://gowind.github.io/">Home</a>
15-
</header>
13+
<nav>
14+
<a href="/">gowind.github.io</a>
15+
</nav>
1616
<header>
1717
<h1 class="title">Advice on the internet</h1>
1818
</header>

async_await_transforms_part1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
</head>
7676
<body>
7777

78-
<header>
79-
<a href="https://gowind.github.io/">Home</a>
80-
</header>
78+
<nav>
79+
<a href="/">gowind.github.io</a>
80+
</nav>
8181
<header>
8282
<h1 class="title">Transforming async await - I</h1>
8383
<h3 class="date">Feb 18, 2024</h3>

async_await_transforms_part2.html

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)