From 320cc0fd633128bb0ab93c025fc63e45afc1b64a Mon Sep 17 00:00:00 2001 From: TopiSenpai Date: Wed, 23 Mar 2022 12:12:52 +0100 Subject: [PATCH] update org name --- README.md | 14 +++++++------- go.mod | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c34bae9..5a7675d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Go Reference](https://pkg.go.dev/badge/github.com/DisgoOrg/log.svg)](https://pkg.go.dev/github.com/DisgoOrg/log) -[![Go Report](https://goreportcard.com/badge/github.com/DisgoOrg/log)](https://goreportcard.com/report/github.com/DisgoOrg/log) -[![Go Version](https://img.shields.io/github/go-mod/go-version/DisgoOrg/log)](https://golang.org/doc/devel/release.html) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/DisgoOrg/log/blob/master/LICENSE) -[![Disgo Version](https://img.shields.io/github/v/release/DisgoOrg/log)](https://github.com/DisgoOrg/disgologhook/releases/latest) +[![Go Reference](https://pkg.go.dev/badge/github.com/disgoorg/log.svg)](https://pkg.go.dev/github.com/disgoorg/log) +[![Go Report](https://goreportcard.com/badge/github.com/disgoorg/log)](https://goreportcard.com/report/github.com/disgoorg/log) +[![Go Version](https://img.shields.io/github/go-mod/go-version/disgoorg/log)](https://golang.org/doc/devel/release.html) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/disgoorg/log/blob/master/LICENSE) +[![Disgo Version](https://img.shields.io/github/v/release/disgoorg/log)](https://github.com/disgoorg/disgologhook/releases/latest) [![Disgo Discord](https://discord.com/api/guilds/817327181659111454/widget.png)](https://discord.gg/TewhTfDpvW) # log @@ -11,7 +11,7 @@ The `Logger` interface can be used instead to give the user choice over which lo This lib ships with a default implementation of the `Logger` interface -[SimpleLogger](https://github.com/DisgoOrg/log/blob/master/simple_logger.go) is a wrapped +[SimpleLogger](https://github.com/disgoorg/log/blob/master/simple_logger.go) is a wrapped standard [Logger](https://pkg.go.dev/log) to fit the `Logger` interface You can use your own implementation or a library like [logrus](https://github.com/sirupsen/logrus) @@ -19,6 +19,6 @@ You can use your own implementation or a library like [logrus](https://github.co ### Installing ```sh -go get github.com/DisgoOrg/log +go get github.com/disgoorg/log ``` diff --git a/go.mod b/go.mod index d4b93ba..6a41ca1 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/DisgoOrg/log +module github.com/disgoorg/log go 1.17