mirror of https://github.com/linkerd/linkerd2.git
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:
parent
f57c2d52da
commit
bb086cfe09
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue