fixed broken urls readme and contributing pages
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
90ad5f2f77
commit
965438bc87
|
@ -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?
|
#### What should I know before I get started?
|
||||||
|
|
||||||
* [Mission and Core Values](https://status.im/contribute)
|
* [Mission and Principles](https://status.im/about)
|
||||||
* [Principles](https://status.im/contribute/our_principles.html)
|
|
||||||
* [Read our FAQ](https://status.im/docs/FAQs.html)
|
* [Read our FAQ](https://status.im/docs/FAQs.html)
|
||||||
* [Join our Chat](http://join.status.im/chat/public/status-core-dev)
|
* [Join our Chat](http://join.status.im/chat/public/status-core-dev)
|
||||||
* [Developer Introduction](https://status.im/developer_tools/)
|
* [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/)
|
* [Find issues to work on](https://github.com/status-im/)
|
||||||
|
|
|
@ -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.
|
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**
|
- **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**
|
- **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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue