You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Submodules like https://github.com/fluent/fluent-plugin-hoop/blob/master/.gitmodules lead to a
git://...FileURLTemplate in the indices, which I suspect trips up the webserver's template rendering:It tries to render that into an
a href's.URL, but some magic go template validation catches that and replaces all urls on the site with weirdzgotmplzrefs (see https://stackoverflow.com/questions/14765395/why-am-i-seeing-zgotmplz-in-my-go-html-template-output).