diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5954cd91c..2b30e5db7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ This is just a short list of ideas, if you have other ideas for contributing ple #### I've found a typo -* A Pull Request is not necessary. Raise an [Issue](https://github.com/akash-network/node/issues) and we'll fix it as soon as we can. +* A Pull Request is not necessary. Raise an [Issue](https://github.com/akash-network/support/issues) and we'll fix it as soon as we can. #### I have a (great) idea @@ -260,7 +260,7 @@ There is a forum which you are welcome to join to discuss Akash Network, Kuberne ### Roadmap -* Browse open issues in [overclock/akash](https://github.com/akash-network/node/issues) +* Browse open issues in [support](https://github.com/akash-network/support/issues) ## License diff --git a/README.md b/README.md index c0897d7f2b..80e53256c6 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,15 @@ For a high-level overview of the Akash protocol and network economics, check out the [whitepaper](https://ipfs.io/ipfs/QmVwsi5kTrg7UcUEGi5UfdheVLBWoHjze2pHy4tLqYvLYv); a detailed protocol definition can be found in the [design documentation](https://docs.akash.network); and the target workload definition spec is [here](https://docs.akash.network/sdl). -For an indept understanding of the code [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/akash-network/node) +For an indepth understanding of the code [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/akash-network/node) +# Roadmap and contributing + +Should you with to suggest feature or report an issue please open ticket in [support repo](https://github.com/akash-network/support/issues) + +Akash is written in Golang and is Apache 2.0 licensed - contributions are welcomed whether that means providing feedback, testing existing and new feature or hacking on the source. +To become a contributor, please see the guide on [contributing](CONTRIBUTING.md) # Branching and Versioning @@ -78,12 +84,6 @@ Or install a specific version with [GoDownloader](https://github.com/goreleaser/ $ curl -sSfL https://raw.githubusercontent.com/akash-network/node/main/install | sh -s -- v0.22.0 ``` -# Roadmap and contributing - -Akash is written in Golang and is Apache 2.0 licensed - contributions are welcomed whether that means providing feedback, testing existing and new feature or hacking on the source. - -To become a contributor, please see the guide on [contributing](CONTRIBUTING.md) - ## Development environment [This doc](https://github.com/akash-network/node/blob/main/_docs/development-environment.md) guides through setting up local development environment