Skip to content

Commit 894ba7e

Browse files
committed
repo name changed
1 parent 19c6b8e commit 894ba7e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Build Status](https://travis-ci.org/akamai-open/NetStorageKit-Golang.svg?branch=master)](https://travis-ci.org/akamai-open/NetStorageKit-Golang)
2-
[![Go Report Card](https://goreportcard.com/badge/github.com/akamai-open/NetStorageKit-Golang)](https://goreportcard.com/report/github.com/akamai-open/NetStorageKit-Golang)
3-
[![GoDoc](https://godoc.org/github.com/akamai-open/NetStorageKit-Golang?status.svg)](https://godoc.org/github.com/akamai-open/NetStorageKit-Golang)
4-
[![License](http://img.shields.io/:license-apache-blue.svg)](https://github.com/akamai-open/akamai-open/NetStorageKit-Golang/blob/master/LICENSE)
1+
[![Build Status](https://travis-ci.org/akamai/NetStorageKit-Golang.svg?branch=master)](https://travis-ci.org/akamai/NetStorageKit-Golang)
2+
[![Go Report Card](https://goreportcard.com/badge/github.com/akamai/NetStorageKit-Golang)](https://goreportcard.com/report/github.com/akamai/NetStorageKit-Golang)
3+
[![GoDoc](https://godoc.org/github.com/akamai/NetStorageKit-Golang?status.svg)](https://godoc.org/github.com/akamai/NetStorageKit-Golang)
4+
[![License](http://img.shields.io/:license-apache-blue.svg)](https://github.com/akamai/akamai/NetStorageKit-Golang/blob/master/LICENSE)
55

66
NetstorageKit-Golang: Akamai Netstorage API for Go
77
==================================================
@@ -15,7 +15,7 @@ Installation
1515
To install Netstorage API for Go:
1616

1717
```bash
18-
$ go get github.com/akamai-open/netstoragekit-golang
18+
$ go get github.com/akamai/netstoragekit-golang
1919
```
2020

2121

@@ -27,7 +27,7 @@ package main
2727

2828
import (
2929
"fmt"
30-
"github.com/akamai-open/netstoragekit-golang"
30+
"github.com/akamai/netstoragekit-golang"
3131
"./secrets" // in the .gitignore file
3232
)
3333

@@ -77,7 +77,7 @@ ns.Upload(localSource, netstorageDestination)
7777

7878
Test
7979
----
80-
You can test all above methods with the [unittest script](https://github.com/akamai-open/NetStorageKit-Golang/blob/master/netstorage_test.go) (NOTE: You should input nsHostname, nsKeyname, nsKey and nsCpcode in the script):
80+
You can test all above methods with the [unittest script](https://github.com/akamai/NetStorageKit-Golang/blob/master/netstorage_test.go) (NOTE: You should input nsHostname, nsKeyname, nsKey and nsCpcode in the script):
8181

8282

8383
```bash
@@ -104,7 +104,7 @@ $ go test
104104
PASS
105105
[TEARDOWN] remove nst_1477474457.txt from local done
106106
[TEARDOWN] remove nst_1477474457.txt_rename from local done
107-
ok github.com/akamai-open/netstoragekit-golang x.xxxs
107+
ok github.com/akamai/netstoragekit-golang x.xxxs
108108
```
109109

110110

0 commit comments

Comments
 (0)