Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
blixt committed Mar 14, 2017
1 parent 0bf04fc commit 9031367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Alexa Voice Service for Go
==========================

[![GoDoc](https://godoc.org/github.com/rogertalk/go-avs?status.svg)](https://godoc.org/github.com/rogertalk/go-avs)
[![GoDoc](https://godoc.org/github.com/fika-io/go-avs?status.svg)](https://godoc.org/github.com/fika-io/go-avs)

A simple package for communicating with Amazon’s HTTP/2 API for AVS.

Expand All @@ -19,7 +19,7 @@ import (
"io/ioutil"
"os"

"github.com/rogertalk/go-avs"
"github.com/fika-io/go-avs"
)

// Put your access token below.
Expand Down Expand Up @@ -83,7 +83,7 @@ package main
import (
"fmt"

"github.com/rogertalk/go-avs"
"github.com/fika-io/go-avs"
)

// Put your access token below.
Expand Down
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"net/textproto"
"strings"

"github.com/rogertalk/go-avs/multipart2"
"github.com/fika-io/go-avs/multipart2"
)

var quoteEscaper = strings.NewReplacer("\\", "\\\\", `"`, "\\\"")
Expand Down

0 comments on commit 9031367

Please sign in to comment.