From 8713821b8b6196fc09c4b9d6956692b90eb67759 Mon Sep 17 00:00:00 2001 From: Oliver Booth <1129769+oliverbooth@users.noreply.github.com> Date: Sun, 3 Jan 2021 13:30:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20"dogfooding"=20definition?= =?UTF-8?q?=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix for #5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.