From 08cfe3fe5fdd6aea000adfa6336fc5379d5f63e4 Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Wed, 29 Aug 2018 15:46:36 +0200 Subject: [PATCH] Fixed link to the "be cordial" essay in the contribution doc. --- docs/dev/contributing.rst | 2 +- news/2793.doc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/2793.doc diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 882e1517..4cbb9e3f 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -32,7 +32,7 @@ including reporting bugs or requesting features. This golden rule is **All contributions are welcome**, as long as everyone involved is treated with respect. -.. _be cordial or be on your way: http://kennethreitz.org/be-cordial-or-be-on-your-way/ +.. _be cordial or be on your way: https://www.kennethreitz.org/essays/be-cordial-or-be-on-your-way .. _early-feedback: diff --git a/news/2793.doc b/news/2793.doc new file mode 100644 index 00000000..a73814c7 --- /dev/null +++ b/news/2793.doc @@ -0,0 +1 @@ +Fixed link to the "be cordial" essay in the contribution documentation. \ No newline at end of file