From 2aabb0e65f68b827be4e3fc26dfae54d27469c5f Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Tue, 16 Feb 2021 18:25:25 +0530 Subject: [PATCH] fix: broken link to contributing docs This commit fixes the symlink to the Contributing file. It also fixes the broken/stale link to the contributing docs on the README. --- CONTRIBUTING.rst | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f9b28c7a5..88e03e0f9 120000 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1 +1 @@ -docs/source/guides/contribution_guide.rst \ No newline at end of file +docs/source/support/contribution.rst \ No newline at end of file diff --git a/README.md b/README.md index 835be0ba7..e0c6be4b9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ NuCypher is a community-driven project and we're very open to outside contributi All our development discussions happen in our [Discord server](https://discord.gg/7rmXa3S), where we're happy to answer technical questions, discuss feature requests, and accept bug reports. -If you're interested in contributing code, please check out our [Contribution Guide](https://docs.nucypher.com/en/latest/guides/contribution_guide.html) +If you're interested in contributing code, please check out our [Contribution Guide](https://docs.nucypher.com/en/latest/support/contribution.html) and browse our [Open Issues](https://github.com/nucypher/nucypher/issues) for potential areas to contribute. Get up and running quickly by using our [docker development setup](dev/docker/README.md)