diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d60eb4f2c9..a7c860c6d2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,10 +8,9 @@ These are just guidelines, not rules. Use your best judgment, and feel free to p #### What should I know before I get started? -* [Mission and Core Values](https://status.im/contribute) -* [Principles](https://status.im/contribute/our_principles.html) +* [Mission and Principles](https://status.im/about) * [Read our FAQ](https://status.im/docs/FAQs.html) * [Join our Chat](http://join.status.im/chat/public/status-core-dev) * [Developer Introduction](https://status.im/developer_tools/) -* [Build Status Yourself](https://status.im/build_status) +* [Build Status Yourself](https://status.im/technical/build_status) * [Find issues to work on](https://github.com/status-im/) diff --git a/README.md b/README.md index 050e3d2dc5..29119239e8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Developers are the heart of software and to keep Status beating we need all the Want to learn more about it? Start by reading our [Developer Introduction](https://status.im/developer_tools/) which guides you through the technology stack and start browsing [beginner issues](https://github.com/status-im/status-react/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20label%3A%22good%20first%20issue%22%20). Then you can read how to [Build Status](https://status.im/technical/build_status/), which talks about managing project dependencies, coding guidelines and testing procedures. - **Community Management** -Metcalfe's law states that the value of a network is proportional to the square of the number of connected users of the system - without community Status is meaningless. We're looking to create a positive, fun environment to explore new ideas, experiment and grow the Status community. Building a community takes a lot of work but the people you'll meet and long lasting relationships you form will be well worth it, check out our [Community Principles](https://status.im/contribute/our_principles.html) +Metcalfe's law states that the value of a network is proportional to the square of the number of connected users of the system - without community Status is meaningless. We're looking to create a positive, fun environment to explore new ideas, experiment and grow the Status community. Building a community takes a lot of work but the people you'll meet and long lasting relationships you form will be well worth it, check out our [Mission and Community Principles](https://status.im/about) - **Specification / Documentation** John Dewey once said "Education is not preparation for life; education is life *itself* ". Developers & Designers need guidance and it all starts from documentation and specifications. Our software is only as good as its documentation, head over to our [docs](https://status.im/docs) and see how you can improve what we have.