diff --git a/README.md b/README.md index af8c219..7df0391 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### About X10D (pronounced *extend*), is a class library that provides extension methods for numerous .NET types. The purpose of this library is to simplify a codebase by reducing the need for repeated code when performing common operations. Simplify your codebase. Take advantage of .NET. Use extension methods. -*(I'm also [dogfooding](https://deviq.com/dogfooding/) this library, so there's that.)* +*(I'm also [dogfooding](https://www.pcmag.com/encyclopedia/term/dogfooding) this library, so there's that.)* ### Table of contents - [Install](#install) @@ -259,4 +259,4 @@ var shuffled = arr.Shuffle(random); Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md). ## License -X10D is released under the MIT License. See [here](https://github.com/oliverbooth/X10D/blob/master/LICENSE.md) for more details. \ No newline at end of file +X10D is released under the MIT License. See [here](https://github.com/oliverbooth/X10D/blob/master/LICENSE.md) for more details.