Skip to content

Commit ac1fb74

Browse files
docs: fix badges and update godoc links (#520)
* Update README.md Co-authored-by: Jerome Quere <[email protected]>
1 parent 42f4b67 commit ac1fb74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center"><img width="50%" src="docs/static_files/sdk-artwork.png" /></p>
22

33
<p align="center">
4-
<a href="https://godoc.org/github.com/scaleway/scaleway-sdk-go"><img src="https://godoc.org/github.com/scaleway/scaleway-sdk-go?status.svg" alt="GoDoc"/></a>
5-
<a href="https://circleci.com/gh/scaleway/scaleway-sdk-go"><img src="https://circleci.com/gh/scaleway/scaleway-sdk-go.svg?style=shield" alt="CircleCI" /></a>
4+
<a href="https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go?tab=doc"><img src="https://pkg.go.dev/badge/github.com/scaleway/scaleway-sdk-go/" alt="PkgGoDev"></a>
5+
<a href="https://github.com/scaleway/scaleway-sdk-go/actions?query=workflow%3Apull-request"><img src="https://github.com/scaleway/scaleway-sdk-go/workflows/pull-request/badge.svg" alt="GitHub Actions" /></a>
66
<a href="https://goreportcard.com/report/github.com/scaleway/scaleway-sdk-go"><img src="https://goreportcard.com/badge/scaleway/scaleway-sdk-go" alt="GoReportCard" /></a>
77
</p>
88

@@ -16,7 +16,7 @@ Scaleway is a single way to create, deploy and scale your infrastructure in the
1616

1717
## Documentation
1818

19-
- [Godoc](https://godoc.org/github.com/scaleway/scaleway-sdk-go)
19+
- [Godoc](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go?tab=doc)
2020
- [Developers website](https://developers.scaleway.com) (API documentation)
2121

2222
## Installation
@@ -71,7 +71,7 @@ func main() {
7171

7272
## Examples
7373

74-
You can find additional examples in the [GoDoc](https://godoc.org/github.com/scaleway/scaleway-sdk-go).
74+
You can find additional examples in the [GoDoc](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go?tab=doc).
7575

7676
## Development
7777

0 commit comments

Comments
 (0)