Hi! I'm new to Dagger and am learning.
I was going through the Quickstart and ran into a problem in one of the tutorials, where the example here: https://docs.dagger.io/quickstart/simplify#simplify-the-pipeline does not compile.
I looked at the code, and saw that the problem I encountered was actually fixed here: https://github.com/dagger/dagger/commit/6ca03a8a6a81b28e900b4a5fc59c6d16442f8c3b
However, this fix isn't reflected online: https://docs.dagger.io/quickstart/simplify#simplify-the-pipeline
It's not a big deal for me, since I was able to make the same change in my local workspace and complete the tutorial. When will the change in the code be reflected online in the tutorial?
Thanks.
The tutorial is really nice, BTW. ๐