apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
9.84k stars 259 forks source link

Fix links to dependencies #524

Open bioball opened 2 weeks ago

bioball commented 2 weeks ago

This fixes an issue where package dependencies are not rendered correctly.

This also changes the names shown for these dependencies.

Before: fruits After: localhost:0/fruits

bioball commented 2 weeks ago

This actually introduces a new problem--links to modules of a package dependency is now broken. I'm going to hold off on this for now.