Skip to content

Commit b4e71e3

Browse files
Add Rust badges and Update Go Website Link
1 parent 62adfa8 commit b4e71e3

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
2222
- [Google Collab](#google-collab)
2323
- [Binder](#binder)
2424
- [Go related](#go-related)
25+
- [Rust related](#rust-related)
2526
- [Markdown related](#markdown-related)
2627
- [LaTeX related](#latex-related)
2728
- [PyPI downloads](#pypi-downloads)
@@ -225,16 +226,16 @@ Worse: [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://u
225226
```
226227
----
227228

228-
## [Go](http://golang.org) related
229+
## [Go](https://go.dev/) related
229230

230-
[![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](http://golang.org/)
231+
[![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](https://go.dev/)
231232
```markdown
232-
[![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](http://golang.org/)
233+
[![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](https://go.dev/)
233234
```
234235

235-
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)
236+
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](https://go.dev/)
236237
```markdown
237-
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)
238+
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](https://go.dev/)
238239
```
239240

240241
GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`):
@@ -255,6 +256,21 @@ GoDoc reference (`godoc.org/:user/go/:repo`):
255256
[![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos)
256257
```
257258

259+
----
260+
261+
## [Rust](https://www.rust-lang.org/) related
262+
263+
[![forthebadge made-with-rust](http://ForTheBadge.com/images/badges/made-with-rust.svg)](https://www.rust-lang.org/)
264+
```markdown
265+
[![forthebadge made-with-rust](http://ForTheBadge.com/images/badges/made-with-rust.svg)](https://www.rust-lang.org/)
266+
```
267+
268+
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg)](https://www.rust-lang.org/)
269+
```markdown
270+
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg)](https://www.rust-lang.org/)
271+
```
272+
273+
258274
----
259275

260276
## [Markdown](http://commonmark.org) related

0 commit comments

Comments
 (0)