Skip to content

Commit

Permalink
/sdkkey
Browse files Browse the repository at this point in the history
  • Loading branch information
sigewuzhere committed Apr 12, 2020
1 parent 4806f4a commit 1c3e750
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ConfigCat is a <a target="_blank" href="https://configcat.com">hosted feature fl
go get github.com/configcat/go-sdk/v5
```

### 2. Go to <a href="https://app.configcat.com/connect" target="_blank">Connect your application</a> tab to get your *SDK Key*:
### 2. Go to <a href="https://app.configcat.com/sdkkey" target="_blank">Connect your application</a> tab to get your *SDK Key*:
![SDK-KEY](https://raw.githubusercontent.com/ConfigCat/go-sdk/master/media/readme01.png "SDK-KEY")


Expand Down
2 changes: 1 addition & 1 deletion v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ConfigCat is a <a target="_blank" href="https://configcat.com">hosted feature fl
go get github.com/configcat/go-sdk/v5
```

### 2. Go to <a href="https://app.configcat.com/connect" target="_blank">Connect your application</a> tab to get your *SDK Key*:
### 2. Go to <a href="https://app.configcat.com/sdkkey" target="_blank">Connect your application</a> tab to get your *SDK Key*:
![SDK-KEY](https://raw.githubusercontent.com/ConfigCat/go-sdk/master/media/readme01.png "SDK-KEY")


Expand Down
2 changes: 1 addition & 1 deletion v4/config_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (fetcher *configFetcher) getConfigurationAsync() *asyncResult {
return
}

fetcher.logger.Errorf("Double-check your API KEY at https://app.configcat.com/apikey. "+
fetcher.logger.Errorf("Double-check your API KEY at https://app.configcat.com/sdkkey. "+
"Received unexpected response: %v.", response.StatusCode)
result.complete(fetchResponse{status: Failure})
}()
Expand Down
2 changes: 1 addition & 1 deletion v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ConfigCat is a <a target="_blank" href="https://configcat.com">hosted feature fl
go get github.com/configcat/go-sdk/v5
```

### 2. Go to <a href="https://app.configcat.com/connect" target="_blank">Connect your application</a> tab to get your *SDK Key*:
### 2. Go to <a href="https://app.configcat.com/sdkkey" target="_blank">Connect your application</a> tab to get your *SDK Key*:
![SDK-KEY](https://raw.githubusercontent.com/ConfigCat/go-sdk/master/media/readme01.png "SDK-KEY")


Expand Down

0 comments on commit 1c3e750

Please sign in to comment.