Skip to content

Commit f53d3c9

Browse files
committed
fix: update badges link
1 parent d3f049f commit f53d3c9

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<h1 align="center">
2-
ThinkGo
2+
Think
33
</h1>
44

55
<p align="center">
6-
<strong>ThinkGo is a lightweight MVC framework written in Go (Golang).</strong>
6+
<strong>Think is a lightweight MVC framework written in Go (Golang).</strong>
77
</p>
88
<p align="center">
9-
<a href="https://www.travis-ci.org/go-think/think">
10-
<img src="https://www.travis-ci.org/forgoer/thinkgo.svg?branch=master" alt="Build Status">
9+
<a href="https://github.com/go-think/think/actions/workflows/build.yml">
10+
<img src="https://github.com/go-think/think/actions/workflows/build.yml/badge.svg" alt="Build Status">
1111
</a>
1212
<a href="https://coveralls.io/github/go-think/think">
1313
<img src="https://coveralls.io/repos/github/go-think/think/badge.svg" alt="Coverage Status">
@@ -23,12 +23,6 @@
2323
<a href="https://godoc.org/github.com/go-think/think">
2424
<img src="https://godoc.org/github.com/go-think/think?status.svg" alt="GoDoc">
2525
</a>
26-
<a href="https://www.codetriage.com/go-think/think">
27-
<img src="https://www.codetriage.com/go-think/think/badges/users.svg" alt="Open Source Helpers">
28-
</a>
29-
<a href="https://gitter.im/think-go/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
30-
<img src="https://badges.gitter.im/think-go/community.svg" alt="Join the chat">
31-
</a>
3226
<a href="https://github.com/go-think/think/releases">
3327
<img src="https://img.shields.io/github/release/go-think/think.svg" alt="Latest Stable Version">
3428
</a>

0 commit comments

Comments
 (0)