Skip to content

Commit

Permalink
Merge pull request #6 from andy108369/update-faq-3
Browse files Browse the repository at this point in the history
fix links
  • Loading branch information
andy108369 committed Aug 31, 2023
2 parents 308b0b2 + d54498d commit 04ac3d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/components/home/faq/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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](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.',
},
{
id: 4,
Expand Down Expand Up @@ -68,7 +68,7 @@ const Faq = () => {
id: 10,
question:
'Where do I find documentation for AkashML and Akash Network?',
answer: 'Please refer to the Akash Network ([documentation site](https://docs.akash.network/)).',
answer: 'Please refer to the Akash Network [documentation site](https://docs.akash.network/).',
},
{
id: 11,
Expand Down Expand Up @@ -141,7 +141,7 @@ const Faq = () => {
id: 1,
question: 'Where are AkashML providers/data centers located?',
answer:
'Akash providers are located across the globe to allow tenants to deploy in a geolocale of their choosing. A current high-level representation of available provider locations may be seen in a map ([here](https://akash.praetorapp.com/provider-status?chainid=akashnet-2)). On the same page, precise provider location may be obtained by review per provider attributes and their associated ‘region’ specification.',
'Akash providers are located across the globe to allow tenants to deploy in a geolocale of their choosing. A current high-level representation of available provider locations may be seen in a map [here](https://akash.praetorapp.com/provider-status?chainid=akashnet-2). On the same page, precise provider location may be obtained by review per provider attributes and their associated ‘region’ specification.',
},
{
id: 2,
Expand All @@ -159,7 +159,7 @@ const Faq = () => {
id: 4,
question: 'What are currently available network speeds?',
answer:
'As Akash Network consists of individual provider entities, a wide range of network speeds are made available by such hosts. Many Akash providers are large data centers that offer very fast network speeds. Providers often advertise their network speeds and capabilities with attributes that are visible here and by drilling into individual provider listings on this ([page](https://akash.praetorapp.com/provider-status?chainid=akashnet-2)).',
'As Akash Network consists of individual provider entities, a wide range of network speeds are made available by such hosts. Many Akash providers are large data centers that offer very fast network speeds. Providers often advertise their network speeds and capabilities with attributes that are visible here and by drilling into individual provider listings on this [page](https://akash.praetorapp.com/provider-status?chainid=akashnet-2).',
},
{
id: 5,
Expand Down
8 changes: 4 additions & 4 deletions src/components/home/faq/faqData.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const faqData = [
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](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.',
},
{
id: 4,
Expand Down Expand Up @@ -62,7 +62,7 @@ const faqData = [
id: 10,
question:
'Where do I find documentation for AkashML and Akash Network?',
answer: 'Please refer to the Akash Network ([documentation site](https://docs.akash.network/)).',
answer: 'Please refer to the Akash Network [documentation site](https://docs.akash.network/).',
},
{
id: 11,
Expand Down Expand Up @@ -134,7 +134,7 @@ const faqData = [
id: 1,
question: 'Where are AkashML providers/data centers located?',
answer:
'Akash providers are located across the globe to allow tenants to deploy in a geolocale of their choosing. A current high-level representation of available provider locations may be seen in a map ([here](https://akash.praetorapp.com/provider-status?chainid=akashnet-2)). On the same page, precise provider location may be obtained by review per provider attributes and their associated ‘region’ specification.',
'Akash providers are located across the globe to allow tenants to deploy in a geolocale of their choosing. A current high-level representation of available provider locations may be seen in a map [here](https://akash.praetorapp.com/provider-status?chainid=akashnet-2). On the same page, precise provider location may be obtained by review per provider attributes and their associated ‘region’ specification.',
},
{
id: 2,
Expand All @@ -152,7 +152,7 @@ const faqData = [
id: 4,
question: 'What are currently available network speeds?',
answer:
'As Akash Network consists of individual provider entities, a wide range of network speeds are made available by such hosts. Many Akash providers are large data centers that offer very fast network speeds. Providers often advertise their network speeds and capabilities with attributes that are visible here and by drilling into individual provider listings on this ([page](https://akash.praetorapp.com/provider-status?chainid=akashnet-2)).',
'As Akash Network consists of individual provider entities, a wide range of network speeds are made available by such hosts. Many Akash providers are large data centers that offer very fast network speeds. Providers often advertise their network speeds and capabilities with attributes that are visible here and by drilling into individual provider listings on this [page](https://akash.praetorapp.com/provider-status?chainid=akashnet-2).',
},
{
id: 5,
Expand Down

0 comments on commit 04ac3d1

Please sign in to comment.