diff --git a/docs/build-apps/data-storage.md b/docs/build-apps/data-storage.md index bc3429aa3..7eddaebbf 100644 --- a/docs/build-apps/data-storage.md +++ b/docs/build-apps/data-storage.md @@ -13,8 +13,6 @@ Data storage provides a way for users to save both public and private data off-c Storing data off the Stacks blockchain ensures that apps can provide users with high performance and high availability for data reads and writes without the involvement of centralized parties that could compromise their privacy or accessibility. -See the To-dos app tutorial for a concrete example of this feature in practice. - ## Install dependencies The following dependencies must be installed: diff --git a/docs/tutorials.md b/docs/tutorials.md index 0891a8240..5e33bef81 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -3,6 +3,6 @@ id: tutorials title: Tutorials --- -The tutorials listed on this page provide real-world examples of developing Clarity contracts using Hiro developer tools. The primary development environment for Clarity is [Clarinet](https://github.com/hirosystems/clarinet), a comprehensive app for building and testing Clarity smart contracts. The provided tutorials are focused on getting a local development environment up and running, and exercising various features of Clarinet. +The tutorials listed on this page provide real-world examples of developing Clarity contracts using Hiro developer tools. The primary development environment for Clarity is [Clarinet](https://github.com/hirosystems/clarinet), a comprehensive app for building and testing Clarity smart contracts. The provided tutorials are focused on getting a local development environment up and running and exercising various features of Clarinet. For resources on learning the Clarity language, see the [Stacks ecosystem documentation](https://docs.stacks.co) and [Clarity Universe](https://stacks.org/clarity-universe). diff --git a/docs/tutorials/amazon-ec2-deploy.md b/docs/tutorials/amazon-ec2-deploy.md index 299e7b456..70a2bae97 100644 --- a/docs/tutorials/amazon-ec2-deploy.md +++ b/docs/tutorials/amazon-ec2-deploy.md @@ -7,18 +7,18 @@ title: Deploying Gaia Hub on Amazon EC2 The template provided on this page provides an easy way to deploy a Gaia hub directly to Amazon EC2. You can use this template to deploy your own Gaia hub to your Amazon Web Services (AWS) account. Amazon EC2 is an affordable and -convenient cloud computing provider. The template provides a one-click deploy for Amazon EC2 with either S3 or EBS as a +convenient cloud computing provider. The template provides a one-click deployment for Amazon EC2 with either S3 or EBS as a storage provider. ## Prerequisites -This procedure uses Amazon CloudFormation to configure an EC2 cloud compute provider to run the Gaia hub service with +This procedure uses Amazon CloudFormation to configure an EC2 cloud computing provider to run the Gaia hub service with an S3 or EBS provider for file storage. You should have access to an AWS account either through your personal account or through a corporate account. This account should have permissions to create resources. Additionally, you must also own a domain name and be able to update the DNS records associated with that domain name. -The procedure on this page uses a free domain created on [freenom][], generically the procedure used -is similar on other domain name providers. +The procedure on this page uses a free domain created on [freenom][https://www.freenom.com], generically the procedure used +is similar to other domain name providers. ## Launching the template