From ff0107e12eca032bf0dabe35026f0ed3283c5c66 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 2 Apr 2015 17:41:37 -0500 Subject: [PATCH] Fix baseurl --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3db1d9a1..9c4eb1f0 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ redcarpet: ### The following properties will change on a project-by-project basis # Context path in the remote website (usually /), will be prepended to absolute URLs for static resources -baseurl: /gh-pages +baseurl: /spring-session # Name of the project for display in places like page titles name: Spring Session