Skip to content

Commit 72e3089

Browse files
committed
Fix version references: 0.2.0 -> 2.0.0 and broken GitHub URLs
1 parent 2912dc2 commit 72e3089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0
1+
## 2.0.0
22

33
BREAKING CHANGES:
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)
44
[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://pkg.go.dev/github.com/uploadcare/uploadcare-go/v2/ucare)
5-
![](https://github.com/uploadcare/uploadcare-go/v2/workflows/test/badge.svg)
5+
![](https://github.com/uploadcare/uploadcare-go/workflows/test/badge.svg)
66

77
Uploadcare Golang API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
88

@@ -131,7 +131,7 @@ if err != nil {
131131
[Uploadcare documentation](https://uploadcare.com/docs/?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-go)
132132
[Upload API reference](https://uploadcare.com/api-refs/upload-api/?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-go)
133133
[REST API reference](https://uploadcare.com/api-refs/rest-api/?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-go)
134-
[Changelog](https://github.com/uploadcare/uploadcare-go/v2/blob/master/CHANGELOG.md)
134+
[Changelog](https://github.com/uploadcare/uploadcare-go/blob/master/CHANGELOG.md)
135135
[Contributing guide](https://github.com/uploadcare/.github/blob/master/CONTRIBUTING.md)
136-
[Security policy](https://github.com/uploadcare/uploadcare-go/v2/security/policy)
136+
[Security policy](https://github.com/uploadcare/uploadcare-go/security/policy)
137137
[Support](https://github.com/uploadcare/.github/blob/master/SUPPORT.md)

0 commit comments

Comments
 (0)