Skip to content

Commit 1d2fff1

Browse files
Tweak Go book img
1 parent cbd011c commit 1d2fff1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Learn MySQL Performance</h1>
2626
<p><i>Efficient MySQL Performance</i> distills 20 years of MySQL expertise into 344 pages. Written for software developers, not DBAs, it's easy to digest even if you're new to MySQL.</p>
2727
<p>The path below is an efficient way through the jungle of MySQL performance topics. Avoid pitfalls! Learn these topics in this order.</p>
2828
{{ partial "path.html" . }}
29-
<p>What's the difference? The book is a map <i>and</i> a local guide to teach you along the way. The path is just a map. <a href="/path">Learn more</a>.</p>
29+
<p>What's the difference? The book is a map <i>and</i> a local guide to teach you along the way. The path is just a map. <a href="/path">Learn more about the path</a>.</p>
3030
</div>
3131
</main>
3232
{{ end }}

layouts/partials/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<hr>
3434
<div class="bim">
3535
<a href="https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them"><i><b>100 Go Mistakes and How to Avoid Them</b></i><br>by Teiva Harsanyi
36-
<img src="/img/100-Go-Mistakes-book-cover-Harsanyi.jpeg" width="200" height="245" alt="A Philosophy of Software Design book cover">
36+
<img src="/img/100-Go-Mistakes-book-cover-Harsanyi.jpeg" width="200" alt="A Philosophy of Software Design book cover">
3737
</a>
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)