From 45de8a1a6e4bf9f4c6a9553757880bea1bf656de Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 11 Aug 2023 16:59:14 -0700 Subject: [PATCH] initial commits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffe376a..230cf80 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Package **httpaccess** implements tools to deal with the HTTP "Accept" header. ## Documention -Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-httpaccess +Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-httpaccess -[![GoDoc](https://godoc.org/github.com/reiver/go-httpaccess?status.svg)](https://godoc.org/github.com/reiver/go-httpaccess) +[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-httpaccess?status.svg)](https://godoc.org/sourcecode.social/reiver/go-httpaccess) ## Example ```go