From 32832af6e0ad43c535c6ab1bca4d12fdbebdf76f Mon Sep 17 00:00:00 2001 From: Adrien Lacquemant Date: Wed, 1 Dec 2021 11:51:22 -0500 Subject: [PATCH] Fix incorrect link in README.md --- 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.