From 42892abe0f5351fd4b5914a75b26a0ca3c01faac Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 9 Mar 2017 15:03:16 +0100 Subject: [PATCH] Fix project base URL --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a31dc775..53ba05f4 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ gems: ### 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-statemachine # Name of the project for display in places like page titles name: Spring Statemachine