From 06dfc111eb9b01e541c9ca30afc6fa85b5a5e1cf Mon Sep 17 00:00:00 2001 From: Joseph Adams Date: Mon, 3 Mar 2014 19:48:39 +0100 Subject: [PATCH] Little config change to fix blog post titles linking to the wrong URL. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 53ee0979eb5d..31d405457f93 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ email: # If publishing to a subdirectory as in http://site.com/project set 'root: /project' root: /openui5 -permalink: /openui5/blog/:year/:month/:day/:title/ +permalink: /blog/:year/:month/:day/:title/ source: source destination: public plugins: plugins