diff --git a/README.md b/README.md index 2ad7eae..daa28d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Source code and community space of [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them) (Manning, Oct. 2022). -[About the book](#book.md) +[About the book](#https://github.com/teivah/100-go-mistakes/blob/master/book.md) **Note:** If you're struggling to afford the book, please DM me [@teivah](https://twitter.com/teivah). diff --git a/book.md b/about.md similarity index 98% rename from book.md rename to about.md index f5e8397..74fe33c 100644 --- a/book.md +++ b/about.md @@ -1,4 +1,4 @@ -# 100 Go Mistakes and How to Avoid Them +# About the Book: 100 Go Mistakes and How to Avoid Them Spot errors in your Go code you didn’t even know you were making and boost your productivity by avoiding common mistakes and pitfalls.