diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6bd21c40..b5e28b43 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,10 +20,8 @@ _What type of change does this pull request make (put an `x` in the boxes that a _Put an `x` in the boxes that apply:_ - -- [ ] I have read the [CONTRIBUTING](/CONTRIBUTING.md) guide +- [ ] I have read the [CONTRIBUTING](https://github.com/fetchai/cosmpy/blob/main/CONTRIBUTING.md) guide - [ ] Checks and tests pass locally - ### If applicable diff --git a/README.md b/README.md index 9eb2b1ee..496f85ae 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,18 @@ -
A python library for interacting with cosmos based blockchain networks -
- - - -> We recently stopped using the `develop` branch for feature consolidation and renamed `master` to `main`. Please see the [Contribution Guides][contributing] for up-to-date instructions. ## To Install @@ -56,7 +40,7 @@ for coin in balances: ## Documentation -The full documentation can be found [here](https://docs.fetch.ai/CosmPy/). +The full documentation can be found [here](https://fetch.ai/docs/guides/fetch-network/cosmpy/install). ## Examples @@ -84,10 +68,6 @@ Read our [development guidelines][developing] to learn about the development pro We use [GitHub Issues][issues] for tracking requests and bugs, and [GitHub Discussions][discussion] for general questions and discussion. -## License - -The CosmPy project is licensed under [Apache License 2.0][license]. - [contributing]: https://github.com/fetchai/cosmpy/blob/main/CONTRIBUTING.md [developing]: https://github.com/fetchai/cosmpy/blob/main/DEVELOPING.md [coc]: https://github.com/fetchai/cosmpy/blob/main/CODE_OF_CONDUCT.md