docs: fix dagger.io->alpha.dagger.io references

Fixes #733

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-06-27 15:07:52 +02:00
parent d46804f9ca
commit 539fa08ca1
4 changed files with 9 additions and 93 deletions

View File

@@ -135,7 +135,7 @@ template: """
As our plan relies on [Cloudformation's relay](/reference/universe/aws/cloudformation), let's dissect the expected inputs by gradually incorporating them into our plan.
```shell
dagger doc dagger.io/aws/cloudformation
dagger doc alpha.dagger.io/aws/cloudformation
# Inputs:
# config.region string AWS region
# config.accessKey dagger.#Secret AWS access key
@@ -177,7 +177,7 @@ awsConfig: aws.#Config
This defines:
- `awsConfig`: AWS CLI Configuration step using the package `dagger.io/aws`. It takes three user inputs: a `region`, an `accessKey`, and a `secretKey`
- `awsConfig`: AWS CLI Configuration step using the package `alpha.dagger.io/aws`. It takes three user inputs: a `region`, an `accessKey`, and a `secretKey`
#### Setup the environment