From 56708f0b78bbf84638d3bafad2c8908384ce4acb Mon Sep 17 00:00:00 2001 From: thomas <18520168+yaythomas@users.noreply.github.com> Date: Wed, 16 Sep 2020 21:23:54 +0100 Subject: [PATCH] module import path remove slash at end --- content/en/hugo-modules/use-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/use-modules.md b/content/en/hugo-modules/use-modules.md index b6fd3a0aa..aa03489d2 100644 --- a/content/en/hugo-modules/use-modules.md +++ b/content/en/hugo-modules/use-modules.md @@ -41,7 +41,7 @@ The easiest way to use a Module for a theme is to import it in the config. ```toml [module] [[module.imports]] - path = "github.com/spf13/hyde/" + path = "github.com/spf13/hyde" ``` ## Update Modules