From d82216e26370fd3f4b4a18f0dc7c790cf544d753 Mon Sep 17 00:00:00 2001 From: Kristof Daja Date: Sat, 30 May 2020 00:12:25 +0200 Subject: [PATCH] godoc.org -> pkg.go.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2738cd2..a9a8045 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ import ( ``` # Documentation -Documentation is located here: [TAIGO](https://godoc.org/github.com/theriverman/taigo/) +Documentation is located at [pkg.go.dev/Taigo](https://pkg.go.dev/github.com/theriverman/taigo?tab=doc). # Architecture To use **Taigo**, you must instantiate a `*Client`, and authenticate against Taiga to either get a new token or validate the one given. To authenticate, use one of the following methods: