From 5f311432727cea50bff1c220c68c9b09de87bfbe Mon Sep 17 00:00:00 2001 From: nelgson Date: Mon, 8 May 2017 10:43:10 -0700 Subject: [PATCH] Menutop title updated --- _config.yml | 2 +- _includes/header-menutop.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index da4f580..f53a4bb 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ menu: Python: logo: python.png pages: - Build a predictive model: python/rentalprediction + Predict ski rentals: python/rentalprediction diff --git a/_includes/header-menutop.html b/_includes/header-menutop.html index 1d6528a..98efed4 100644 --- a/_includes/header-menutop.html +++ b/_includes/header-menutop.html @@ -3,7 +3,7 @@ Microsoft logo {% if site.menu %}
- Get started with SQL Server + Get started with Machine Learning in SQL Server
{% for submenu in site.menu %} {% assign submenu_name = submenu[0] %}