Skip to content

Commit b097c7f

Browse files
authored
fix(docs): fixed Codecov link
1 parent d0a4171 commit b097c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FreeProxy Go Client
22

3-
[![Go Reference](https://pkg.go.dev/badge/github.com/gfpcom/freeproxy-go)](https://pkg.go.dev/github.com/gfpcom/freeproxy-go) [![Release](https://img.shields.io/github/v/release/gfpcom/freeproxy-go?label=release&style=flat-square)](https://github.com/gfpcom/freeproxy-go/releases) [![Build Status](https://img.shields.io/github/actions/workflow/status/gfpcom/freeproxy-go/test.yml?workflow=Test&style=flat-square)](https://github.com/gfpcom/freeproxy-go/actions) [![Coverage](https://img.shields.io/github/actions/workflow/status/gfpcom/freeproxy-go/test.yml?label=coverage&style=flat-square)](https://github.com/gfpcom/freeproxy-go/actions) [![License](https://img.shields.io/github/license/gfpcom/freeproxy-go?style=flat-square)](https://github.com/gfpcom/freeproxy-go/blob/main/LICENSE) [![Go Version](https://img.shields.io/badge/go-1.25-blue?logo=go&style=flat-square)](https://pkg.go.dev/github.com/gfpcom/freeproxy-go)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/gfpcom/freeproxy-go)](https://pkg.go.dev/github.com/gfpcom/freeproxy-go) [![Release](https://img.shields.io/github/v/release/gfpcom/freeproxy-go?label=release&style=flat-square)](https://github.com/gfpcom/freeproxy-go/releases) [![Build Status](https://img.shields.io/github/actions/workflow/status/gfpcom/freeproxy-go/test.yml?workflow=Test&style=flat-square)](https://github.com/gfpcom/freeproxy-go/actions) [![Codecov](https://codecov.io/gh/gfpcom/freeproxy-go/branch/main/graph/badge.svg)](https://codecov.io/gh/gfpcom/freeproxy-go) [![License](https://img.shields.io/github/license/gfpcom/freeproxy-go?style=flat-square)](https://github.com/gfpcom/freeproxy-go/blob/main/LICENSE) [![Go Version](https://img.shields.io/badge/go-1.25-blue?logo=go&style=flat-square)](https://pkg.go.dev/github.com/gfpcom/freeproxy-go)
44

55
A lightweight Go client library for the [GetFreeProxy API](https://developer.getfreeproxy.com).
66

@@ -27,7 +27,7 @@ go get github.com/gfpcom/freeproxy-go
2727

2828
### Get Your API Key
2929

30-
First, obtain your API key from [GetFreeProxy](https://developer.getfreeproxy.com/docs).
30+
First, obtain your API key from [GetFreeProxy](https://developer.getfreeproxy.com/pricing).
3131

3232
### Basic Usage
3333

0 commit comments

Comments
 (0)