diff --git a/README.md b/README.md index b8b985060..bc79c6ac1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/quii/learn-go-with-tests)](https://goreportcard.com/report/github.com/quii/learn-go-with-tests) - Formats: [Gitbook](https://quii.gitbook.io/learn-go-with-tests), [EPUB or PDF](https://github.com/quii/learn-go-with-tests/releases) -- Translations: [中文](https://studygolang.gitbook.io/learn-go-with-tests) +- Translations: [中文](https://studygolang.gitbook.io/learn-go-with-tests), [Português](https://larien.gitbook.io/aprenda-go-com-testes/) ## Why diff --git a/gb-readme.md b/gb-readme.md index d8a46e0f9..49564d07d 100644 --- a/gb-readme.md +++ b/gb-readme.md @@ -8,7 +8,7 @@ _Learn test-driven development with Go_ -Translations: [中文](https://studygolang.gitbook.io/learn-go-with-tests) +Translations: [中文](https://studygolang.gitbook.io/learn-go-with-tests), [Português](https://larien.gitbook.io/aprenda-go-com-testes/) * Explore the Go language by writing tests * **Get a grounding with TDD**. Go is a good language for learning TDD because it is a simple language to learn and testing is built-in