From 0064d810b39e1433325817c94db8a5dd2e91c183 Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Tue, 4 Jul 2023 13:12:34 +0200 Subject: [PATCH] docs: Add missing link to url functions --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 7e898fa5..80a0d3b6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,3 +22,4 @@ The Sprig library provides over 70 template functions for Go's template language - [Reflection](reflection.md): `typeOf`, `kindIs`, `typeIsLike`, etc. - [Cryptographic and Security Functions](crypto.md): `derivePassword`, `sha256sum`, `genPrivateKey`, etc. - [Network](network.md): `getHostByName` + - [URL](url.md): `urlParse`, `urlJoin`