add godoc links to README (#8649)

Fix https://github.com/linkerd/linkerd2/issues/216
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
罗泽轩 2022-06-13 20:06:01 +08:00 committed by GitHub
parent f57c2d52da
commit bb086cfe09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
[![GitHub Actions Status][github-actions-badge]][github-actions]
[![GitHub license][license-badge]](LICENSE)
[![Go Report Card][go-report-card-badge]][go-report-card]
[![Go Reference][go-doc-badge]][go-doc]
[![Slack Status][slack-badge]][slack]
:balloon: Welcome to Linkerd! :wave:
@ -114,6 +115,8 @@ specific language governing permissions and limitations under the License.
[golang]: https://golang.org/
[go-report-card]: https://goreportcard.com/report/github.com/linkerd/linkerd2
[go-report-card-badge]: https://goreportcard.com/badge/github.com/linkerd/linkerd2
[go-doc-badge]: https://pkg.go.dev/badge/github.com/linkerd/linkerd2.svg
[go-doc]: https://pkg.go.dev/github.com/linkerd/linkerd2
[license-badge]: https://img.shields.io/github/license/linkerd/linkerd.svg
[linkerd1]: https://github.com/linkerd/linkerd
[linkerd2]: https://github.com/linkerd/linkerd2