diff --git a/README.md b/README.md index 3b2d3e13..3e421fdb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Akash is an open network that lets users buy and sell computing resources secure ### How to use Akash? -You can get started right from the [**command-line**](https://docs.akash.network/guides/cli) or use the [**desktop GUI**](broken-reference)\*\*\*\* +You can get started right from the [**command-line**](https://docs.akash.network/guides/cli) or use the [**web app**](guides/deploy/)\*\*\*\* * Define your Docker image, CPU, Memory, and Storage in a [**deploy.yaml**](readme/stack-definition-language.md) file. * Set your price, receive bids from providers in seconds, and select the lowest price. diff --git a/guides/README.md b/guides/README.md index 3e4e1ae6..79dbcc53 100644 --- a/guides/README.md +++ b/guides/README.md @@ -2,7 +2,8 @@ Applications can be deployed onto the Akash network using a platform that best suits your needs and preferences. Explore the following guides for your unique use case. -* [Desktop App for Akash Deployments ](broken-reference) +* [Akash Console (web app)](deploy/) +* [Cloudmos Deploy (web app)](cloudmos-deploy/) * [Using the Command Line for Akash Deployments ](cli/) * [Awesome Akash Example Distributed Applications](apps-on-akash.md)