From 50941b5d00f54e99d8d5cede910c26ea92a71039 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sun, 23 Sep 2018 16:50:23 -0400 Subject: [PATCH] Use versioned library URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60c7944..e92ad56 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # go-writeas -[![godoc](https://godoc.org/github.com/writeas/go-writeas?status.svg)](https://godoc.org/github.com/writeas/go-writeas) +[![godoc](https://godoc.org/go.code.as/writeas.v1?status.svg)](https://godoc.org/go.code.as/writeas.v1) Official Write.as Go client library. ## Installation ```bash -go get github.com/writeas/go-writeas +go get go.code.as/writeas.v1 ``` ## Documentation @@ -17,7 +17,7 @@ See all functionality and usages in the [API documentation](https://developer.wr ### Example usage ```go -import "github.com/writeas/go-writeas" +import "go.code.as/writeas.v1" func main() { // Create the client