Skip to content

Commit

Permalink
fix: faq link and doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius-sacramento authored Oct 14, 2024
1 parent 5dcf925 commit b6ccf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Validators score the value of miners to produce granular [weights](/docs/concept

- **cost of validating a output has to be below the miners cost of producing it**

Economically, a subnet stops making sense once the cost of validating an output is almost the same or exceeds the cost of producing it. Operating a validator is fine to require high-end GPUs or thousands of dollars a month, but on a per evaluated output basis the cost as to be well below the miners.
Economically, a subnet stops making sense once the cost of validating an output is almost the same or exceeds the cost of producing it. Operating a validator is fine to require high-end GPUs or thousands of dollars a month, but on a per evaluated output basis the cost has to be well below the miners.

- **trustless & decentralized**

Expand Down
2 changes: 1 addition & 1 deletion apps/commune-page/src/utils/mocks/frequent-questions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const faqData = [
answer: (
<span>
Please refer to our{" "}
<Hyperlink href="https://commune-t.pages.dev/docs/next/Introduction">
<Hyperlink href="https://communeai.org/docs/getting-started/intro">
introduction page
</Hyperlink>{" "}
where you can find all details.
Expand Down

0 comments on commit b6ccf0d

Please sign in to comment.