docs: 🐛 fix wrong gcpcloudrun package url

Issues closed by this change: https://github.com/dagger/dagger/issues/1218

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-01-14 09:16:40 +01:00
parent 971346c6d5
commit 2d8c296f39

View File

@ -39,7 +39,7 @@ That will create 2 directories: `.dagger` and `cue.mod` where our package will r
### Install ### 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: Let's first add it to our `source.cue` file:
```cue title="./source.cue" ```cue title="./source.cue"