Skip to content

Commit f9aa15d

Browse files
committed
link to doc paragraph of godoc
1 parent d92f587 commit f9aa15d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Go Reference](https://pkg.go.dev/badge/github.com/nxadm/tail.svg)](https://pkg.go.dev/github.com/nxadm/tail)
1+
[![Go Reference](https://pkg.go.dev/badge/github.com/nxadm/tail.svg)](https://pkg.go.dev/github.com/nxadm/tail#section-documentation)
22
![ci](https://github.com/nxadm/tail/workflows/ci/badge.svg)
33
[![FreeBSD](https://api.cirrus-ci.com/github/nxadm/tail.svg)](https://cirrus-ci.com/github/nxadm/tail)
44
# tail functionality in Go
@@ -25,7 +25,7 @@ for line := range t.Lines {
2525
}
2626
```
2727

28-
See [API documentation](https://pkg.go.dev/github.com/nxadm/tail).
28+
See [API documentation](https://pkg.go.dev/github.com/nxadm/tail#section-documentation).
2929

3030
## Installing
3131

0 commit comments

Comments
 (0)