From 91dcd3e4c261a4e5f84d1a49acd051f595ff4f52 Mon Sep 17 00:00:00 2001 From: peterjc Date: Mon, 15 May 2017 11:04:19 +0100 Subject: [PATCH] Remove CONTRIBUTING.rst symlink The GitLab interface links to the CONTRIBUTING.rst file (e.g. next to the green submit button under the text box for filing a new issue), but does not follow the symlink. Removing the symlink in order to replace it with a file pointing at the rendered version of the guidelines: http://flake8.pycqa.org/en/latest/internal/contributing.html See GitLab issue #327. --- CONTRIBUTING.rst | 1 - 1 file changed, 1 deletion(-) delete mode 120000 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst deleted file mode 120000 index 8deb188..0000000 --- a/CONTRIBUTING.rst +++ /dev/null @@ -1 +0,0 @@ -docs/source/internal/contributing.rst \ No newline at end of file