aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryenlin.lai <yenlin.lai@cobinhood.com>2019-03-22 15:38:57 +0800
committeryenlinlai <38415072+yenlinlai@users.noreply.github.com>2019-03-25 14:24:23 +0800
commitf3dc52ca91f2cdd931a41bd219fcfcf2c47f426f (patch)
treed5ce998437d5a919fb7693752e163e6246cae326
parent7b6e704e0ddae86d675c53ce3a56dc7ad11fa07c (diff)
downloaddexon-decimal-f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f.tar.gz
dexon-decimal-f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f.tar.zst
dexon-decimal-f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f.zip
misc: fix travis label url
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b52cbc..899adda 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# decimal
-[![Build Status](https://travis-ci.org/dexon-foundation/decimal.png?branch=master)](https://travis-ci.org/dexon-foundation/decimal) [![GoDoc](https://godoc.org/github.com/dexon-foundation/decimal?status.svg)](https://godoc.org/github.com/dexon-foundation/decimal) [![Go Report Card](https://goreportcard.com/badge/github.com/dexon-foundation/decimal)](https://goreportcard.com/report/github.com/dexon-foundation/decimal)
+[![Build Status](https://travis-ci.com/dexon-foundation/decimal.png?branch=master)](https://travis-ci.com/dexon-foundation/decimal) [![GoDoc](https://godoc.org/github.com/dexon-foundation/decimal?status.svg)](https://godoc.org/github.com/dexon-foundation/decimal) [![Go Report Card](https://goreportcard.com/badge/github.com/dexon-foundation/decimal)](https://goreportcard.com/report/github.com/dexon-foundation/decimal)
Arbitrary-precision fixed-point decimal numbers in go.