Masterminds / sprig

Useful template functions for Go templates.
http://masterminds.github.io/sprig/
MIT License
4.07k stars 423 forks source link

docs: Add missing link to url functions #375

Open carlpett opened 1 year ago

carlpett commented 1 year ago

URL parsing seemed like something that would be in sprig, but I didn't find it in the docs. When looking for a discussion about it, it turns out the code and docs were already there since a long time ago, just the link was missing! This PR adds the missing link.