Skip to content

Commit e706836

Browse files
committed
Replace pkg.go.dev with godocs.io
1 parent a38019f commit e706836

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.drone.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ steps:
8585
commands:
8686
- apk add curl jq
8787
- curl -s https://proxy.golang.org/go.pr0ger.dev/logger/@v/${DRONE_TAG}.info | jq
88+
- name: godocs.io
89+
image: "alpine:latest"
90+
commands:
91+
- apk add curl
92+
- curl -X "POST" "https://godocs.io/-/refresh?import_path=go.pr0ger.dev%2Flogger&platform=linux%2Famd64"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-logger [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci]
22

3-
Library for intergrating [zap](https://pkg.go.dev/go.uber.org/zap) logger with [Sentry](https://sentry.io/).
3+
Library for integrating [zap](https://godocs.io/go.pr0ger.dev/logger) logger with [Sentry](https://sentry.io/).
44

55
## Installation
66

0 commit comments

Comments
 (0)