Merge pull request #167 from bmarwell/fix_browse_source_link

[LINK] fix broken link to sources
diff --git a/jbake.properties b/jbake.properties
index a8876ef..64c8364 100644
--- a/jbake.properties
+++ b/jbake.properties
@@ -5,6 +5,7 @@
 asset.folder=src/site/assets
 content.folder=src/site/content
 template.folder=src/site/templates
+data.folder=src/site/data
 
 render.tags=false
 render.sitemap=true
diff --git a/src/site/assets/.htaccess b/src/site/assets/.htaccess
index 04059f5..8917f8e 100644
--- a/src/site/assets/.htaccess
+++ b/src/site/assets/.htaccess
@@ -51,5 +51,5 @@
 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1
 
 # latest
-RedirectMatch /static/current(.*) /static/1.9.0$1
-RedirectMatch /static/latest(.*) /static/1.9.0$1
+RedirectMatch /static/current(.*) /static/1.9.1$1
+RedirectMatch /static/latest(.*) /static/1.9.1$1
diff --git a/src/site/content/testing.adoc b/src/site/content/testing.adoc
index 0e75ffe..d6d2a72 100644
--- a/src/site/content/testing.adoc
+++ b/src/site/content/testing.adoc
@@ -21,7 +21,7 @@
 . The `Subject` instance must be _bound_ to the currently executing thread.
 . After the thread is finished executing (or if the thread's execution results in a `Throwable`), the `Subject` must be _unbound_ to ensure that the thread remains 'clean' in any thread-pooled environment.
 
-Shiro has architectural components that perform this bind/unbind logic automatically for a running application. For example, in a web application, the root Shiro Filter performs this logic when link:http://shiro.apache.org/static/current/apidocs/org/apache/shiro/web/servlet/AbstractShiroFilter.html#doFilterInternal-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-[filtering a request]. But as test environments and frameworks differ, we need to perform this bind/unbind logic ourselves for our chosen test framework.
+Shiro has architectural components that perform this bind/unbind logic automatically for a running application. For example, in a web application, the root Shiro Filter performs this logic when link:++http://shiro.apache.org/static/current/apidocs/org/apache/shiro/web/servlet/AbstractShiroFilter.html#doFilterInternal(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain)++[filtering a request]. But as test environments and frameworks differ, we need to perform this bind/unbind logic ourselves for our chosen test framework.
 
 [#Testing-TestSetup]
 == Test Setup
diff --git a/data/artifacts.yaml b/src/site/data/artifacts.yaml
similarity index 100%
rename from data/artifacts.yaml
rename to src/site/data/artifacts.yaml
diff --git a/data/authors.yaml b/src/site/data/authors.yaml
similarity index 100%
rename from data/authors.yaml
rename to src/site/data/authors.yaml
diff --git a/data/releases.yaml b/src/site/data/releases.yaml
similarity index 100%
rename from data/releases.yaml
rename to src/site/data/releases.yaml