diff --git a/content/en/hugo-modules/use-modules.md b/content/en/hugo-modules/use-modules.md index 295ff2061..913e4f775 100644 --- a/content/en/hugo-modules/use-modules.md +++ b/content/en/hugo-modules/use-modules.md @@ -21,7 +21,7 @@ toc: true Use `hugo mod init` to initialize a new Hugo Module. If it fails to guess the module path, you must provide it as an argument, e.g.: ```sh -hugo mod init github.com/gohugoio/myShortcodes +hugo mod init github.com// ``` Also see the [CLI Doc](/commands/hugo_mod_init/).