From 2b2a0151085dfc2fac72c697b7ebfd3671127e3c Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Thu, 31 Aug 2023 19:12:57 +0200 Subject: [PATCH] fix links 2 --- src/components/home/faq/Faq.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/faq/Faq.jsx b/src/components/home/faq/Faq.jsx index 4055c77..b997de5 100644 --- a/src/components/home/faq/Faq.jsx +++ b/src/components/home/faq/Faq.jsx @@ -25,7 +25,7 @@ const Faq = () => { id: 3, question: 'How do I initiate an instance?', answer: - 'The [Cloudmos Deploy](https://deploy.cloudmos.io/) and the [Akash Console](https://console.akash.network/landing/node-deployment) web apps provide an intuitive interface to create and start an application on Akash Network. These platforms were purpose-built to allow users at any technical skill level to deploy instances on Akash.', + 'The Cloudmos Deploy and the Akash Console web apps provide an intuitive interface to create and start an application on Akash Network. These platforms were purpose-built to allow users at any technical skill level to deploy instances on Akash.', }, { id: 4,