diff --git a/_config.yml b/_config.yml index 3d122e9c6f..5498af7f95 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,6 @@ custom_gradle_template: true ### The following properties are constant for most projects -main_site_url: http://spring.io -projects_site_url: http://projects.spring.io -questions_url: http://spring.io/questions +main_site_url: https://spring.io +projects_site_url: https://projects.spring.io +questions_url: https://spring.io/questions diff --git a/_includes/page.html b/_includes/page.html index f342858f2b..87df027ffe 100644 --- a/_includes/page.html +++ b/_includes/page.html @@ -4,7 +4,7 @@ - + @@ -114,15 +114,9 @@ © Pivotal Software, Inc. All Rights Reserved. - Terms of Use and - Privacy - - diff --git a/_includes/widget_templates.html b/_includes/widget_templates.html index 1495ae53dd..b06f96e9af 100644 --- a/_includes/widget_templates.html +++ b/_includes/widget_templates.html @@ -18,8 +18,12 @@
- Reference - API + {@ if (release.refDocUrl !== '') { @} + Reference + {@ }; @} + {@ if (release.apiDocUrl !== '') { @} + API + {@ }; @}
{@ }); @} @@ -29,26 +33,6 @@ - -