diff --git a/docs/about/about.mdx b/docs/about/about.mdx index 0143a76..a93052e 100644 --- a/docs/about/about.mdx +++ b/docs/about/about.mdx @@ -23,7 +23,7 @@ However, despite its burgeoning potential, Web3 development faces notable challe - Complex consensus: Inefficient protocols complicate network operation and maintenance. - Network isolation: Fragmented ecosystems impede interoperability and limit application potential. -[Vara Network](http://vara.network/) was conceived to overcome these barriers. Utilizing the Substrate-based [Gear Protocol](https://gear-tech.io/) technology, Vara serves as a developer-friendly programming platform for decentralized applications deployed on the Layer-1 standalone network. The vision for Vara is to empower developers to deploy next-generation Web3.0 applications in the easiest, most efficient way possible, using the underlying network that best suits their application and users’ specific needs. +[Vara Network](https://vara.network/) was conceived to overcome these barriers. Utilizing the Substrate-based [Gear Protocol](https://gear-tech.io/) technology, Vara serves as a developer-friendly programming platform for decentralized applications deployed on the Layer-1 standalone network. The vision for Vara is to empower developers to deploy next-generation Web3.0 applications in the easiest, most efficient way possible, using the underlying network that best suits their application and users’ specific needs. ## Vara mission diff --git a/docs/welcome.md b/docs/welcome.md index 45c12d2..470cc1d 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -10,7 +10,7 @@ This Wiki outlines foundational information, provides general technology overvie ## What is the Vara Network? -**[Vara Network](http://vara.network/)** is a stand-alone layer-1 decentralized network built and running on top of **[Gear Protocol](https://www.gear-tech.io/)**. +**[Vara Network](https://vara.network/)** is a stand-alone layer-1 decentralized network built and running on top of **[Gear Protocol](https://gear-tech.io/)**. Alongside other blockchains that offer fast and inexpensive transactions, Vara possesses several unique features: a simple yet powerful framework for writing programs based on the Actor model, automation through deferred messages, gasless and signless transactions, built-in actors to extend program capabilities, and more. For more detailed information on these features, read the next article - [Distinctive Features](/docs/about/features/features.md). diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a3e5f33..97c87a7 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -79,12 +79,12 @@ const config: Config = { label: "Docs", }, { - href: "https://www.vara.network/", + href: "https://vara.network/", label: "Vara.network", position: "right", }, { - href: "https://www.gear-tech.io/", + href: "https://gear-tech.io/", label: "Gear-tech.io", position: "right", },