From 314d1496b100e9849a0595208d9801b5c0203469 Mon Sep 17 00:00:00 2001 From: Pat East Date: Mon, 2 Apr 2018 07:48:36 -0500 Subject: [PATCH] Fix link to Contributor Covenant The link to Contributor Covenant was a relative link that broke when clicked on from the README. This change makes that link an absolute link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f751d..38b430d 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ bot.send_message(reply) ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/eljojo/telegram_bot. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/eljojo/telegram_bot. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct. ## License