Merge pull request #1428 from slumbering/docs-404-gcpcloudrun

fix wrong gcpcloudrun package url
This commit is contained in:
Jffarge 2022-01-14 09:30:47 +01:00 committed by GitHub
commit 63d655d8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ That will create 2 directories: `.dagger` and `cue.mod` where our package will r
### Install
In our example we will use `gcpcloudrun` package from [github](https://github.com/dagger/packages/blob/main/gcpcloudrun/source.cue)
In our example we will use `gcpcloudrun` package from [github](https://github.com/tjovicic/dagger-modules/tree/main/gcpcloudrun)
Let's first add it to our `source.cue` file:
```cue title="./source.cue"