Implementing CDN, but link to cachebuster is broken

Hello! I am using the cookbook for the CDN and it all works great up until it I try to implement the Cachebuster.php. The link says to get the file in the repo, but the link is broken

And then the entire CDN plugin on github is different from the cookbook, so I’m not sure where to find the cachebuster.php file.

Thanks for the help.

Yes, sorry for that, looks like the logic has been refactored quite a bit, and the cachebusting is now done in the Optimizer class: getkirby.com/site/plugins/cdn/src/Optimizer.php at main · getkirby/getkirby.com · GitHub and called from the custom url component here: getkirby.com/site/plugins/cdn/index.php at c56f649dd4dba925a3339e0625caaf51b319cfdf · getkirby/getkirby.com · GitHub