Skip to content

Commit cc9b992

Browse files
authored
Merge pull request #5 from jbowes/add-godev-links
Add links for pkg.go.dev
2 parents 00fa3c0 + 123fa8d commit cc9b992

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center"><i>Standards-based HTTP request signing and verification for <a href="https://golang.org">Go</a></i></p>
88

99
<div align="center">
10-
<a href="https://godoc.org/github.com/jbowes/httpsig"><img src="https://godoc.org/github.com/jbowes/httpsig?status.svg" alt="GoDoc"></a>
10+
<a href="https://pkg.go.dev/github.com/jbowes/httpsig"><img src="https://pkg.go.dev/badge/github.com/jbowes/httpsig.svg" alt="Go Reference"></a>
1111
<img alt="Alpha Quality" src="https://img.shields.io/badge/status-ALPHA-orange.svg" >
1212
<a href="https://github.com/jbowes/httpsig/actions/workflows/go.yml"><img alt="Build Status" src="https://github.com/jbowes/httpsig/actions/workflows/go.yml/badge.svg?branch=main"></a>
1313
<a href="./LICENSE"><img alt="BSD license" src="https://img.shields.io/badge/license-BSD-blue.svg"></a>
@@ -124,11 +124,18 @@ I would love your help!
124124
- Improving this `README` or adding other documentation to `httpsig`.
125125
- Letting [me] know if you're using `httpsig`.
126126

127+
<!-- These are mostly for pkg.go.dev, to show up in the header -->
128+
## Links
129+
130+
- [Signing HTTP Messages standard][msgsig]
131+
- [Digest Headers standard][dighdr]
132+
- [Modern webhook signatures][myblog]
127133

128134
<!-- Other links -->
129135
[go]: https://golang.org
130136
[msgsig]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/
131137
[dighdr]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-digest-headers/
138+
[myblog]: https://repl.ca/modern-webhook-signatures/
132139

133140
[godoc]: https://pkg.go.dev/github.com/jbowes/httpsig
134141
[issues]: ./issues

0 commit comments

Comments
 (0)