diff options
Diffstat (limited to 'docs/content/en/getting-started/quick-start.md')
-rw-r--r-- | docs/content/en/getting-started/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/getting-started/quick-start.md b/docs/content/en/getting-started/quick-start.md index 24f2ba1fc..ce4312455 100644 --- a/docs/content/en/getting-started/quick-start.md +++ b/docs/content/en/getting-started/quick-start.md @@ -156,7 +156,7 @@ Hugo's rendering engine conforms to the CommonMark [specification] for markdown. With your editor, open the [site configuration] file (`hugo.toml`) in the root of your project. ```text -baseURL = 'http://example.org/' +baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' theme = 'ananke' |