From d923d9e97e49ef53913f41a15396e350f8045447 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Wed, 8 Apr 2026 18:34:01 +0100 Subject: updated paths --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e09ca68..58df95c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # colourize -[![GoDoc](https://godoc.org/tangled.org/treybastian.com/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) [![Coverage Status](https://coveralls.io/repos/TreyBastian/colourize/badge.svg?branch=master)](https://coveralls.io/r/TreyBastian/colourize?branch=master) [![Go Report -Card](https://goreportcard.com/badge/tangled.org/treybastian.com/colourize)](https://goreportcard.com/report/github.com/TreyBastian/colourize) +[![GoDoc](https://godoc.org/git.treybastian.com/colourize?status.svg)](https://godoc.org/git.treybastian.com/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) [![Coverage Status](https://coveralls.io/repos/TreyBastian/colourize/badge.svg?branch=master)](https://coveralls.io/r/TreyBastian/colourize?branch=master) [![Go Report +Card](https://goreportcard.com/badge/git.treybastian.com/colourize)](https://goreportcard.com/report/git.treyBastian.com/colourize) An ANSI colour terminal package for Go. Supports all ANSI colours and emphasis. Not compatible with Windows systems. @@ -11,13 +11,13 @@ Feel free to submit patches to patches@treybastian.com # Installation - go get tangled.org/trebastian.com/colourize + go get git.trebastian.com/colourize # Usage package main import ( - c "tangled.org/trebastian.com/colourize" + c "git.trebastian.com/colourize" "fmt" ) -- cgit v1.2.3