Skip to content

Commit ab1112f

Browse files
update repo name in references
1 parent e23d459 commit ab1112f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A Splunk Synthetics (Formerly Rigor) client for golang.
33

44
## Installation
5-
`go get https://github.com/greatestusername-splunk/syntheticsclient.git`
5+
`go get https://github.com/splunk/syntheticsclient.git`
66

77
## Important Note
88

@@ -15,7 +15,7 @@ package syntheticsclient
1515
import (
1616
"fmt"
1717

18-
"https://github.com/greatestusername-splunk/syntheticsclient.git"
18+
"https://github.com/splunk/syntheticsclient.git"
1919
)
2020

2121
func main() {
@@ -49,7 +49,7 @@ import (
4949
"fmt"
5050
"encoding/json"
5151

52-
"https://github.com/greatestusername-splunk/syntheticsclient.git"
52+
"https://github.com/splunk/syntheticsclient.git"
5353
)
5454

5555
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/greatestusername-splunk/syntheticsclient
1+
module github.com/splunk/syntheticsclient
22

33
go 1.14

0 commit comments

Comments
 (0)