diff --git a/_config.yml b/_config.yml index 17bd3e216e..71e2b16fb9 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ author : # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://username.github.io +production_url : https://username.github.io # All Jekyll-Bootstrap specific configurations are namespaced into this hash # @@ -40,14 +40,14 @@ JB : # DO NOT SET BASE_PATH # (urls will be prefixed with "/" and work relatively) # - # GitHub Pages (http://username.github.io) + # GitHub Pages (https://username.github.io) # DO NOT SET BASE_PATH # (urls will be prefixed with "/" and work relatively) # - # GitHub Project Pages (http://username.github.io/project-name) + # GitHub Project Pages (https://username.github.io/project-name) # # A GitHub Project site exists in the `gh-pages` branch of one of your repositories. - # REQUIRED! Set BASE_PATH to: http://username.github.io/project-name + # REQUIRED! Set BASE_PATH to: https://username.github.io/project-name # # CAUTION: # - When in Localhost, your site will run from root "/" regardless of BASE_PATH