From dad9113134000a8ea2701d480c6dde256255ed62 Mon Sep 17 00:00:00 2001 From: Adrien Lacquemant Date: Wed, 1 Dec 2021 17:52:32 -0500 Subject: [PATCH] Fix incorrect link in README.md (#404) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baea159..0b8bbab 100644 --- a/README.md +++ b/README.md @@ -76,5 +76,5 @@ Contributor translations of the Go by Example site are available in: ### Thanks Thanks to [Jeremy Ashkenas](https://github.com/jashkenas) -for [Docco](http://jashkenas.github.com/docco/), which +for [Docco](http://jashkenas.github.io/docco/), which inspired this project.