Fixes links to parent
diff --git a/source/core-developers/accessing-application-session-request-objects.md b/source/core-developers/accessing-application-session-request-objects.md
index 7b0fcd3..9128720 100644
--- a/source/core-developers/accessing-application-session-request-objects.md
+++ b/source/core-developers/accessing-application-session-request-objects.md
@@ -81,5 +81,5 @@
 ```
 
 **Note**: `#attr` is for Page scope attributes first, but will search the remaining scopes, in order, seeking a match.
-In opposite using just `#` means you want to fetch a value from the top of the [ValueStack](../tag-developers/access-to-valuestack-from-jsps.md) 
+In opposite using just `#` means you want to fetch a value from the top of the [ValueStack](../tag-developers/access-to-valuestack-from-jsps) 
 without searching down the stack.
diff --git a/source/tag-developers/access-to-valuestack-from-jsps.md b/source/tag-developers/access-to-valuestack-from-jsps.md
index d6ab899..b9b05d6 100644
--- a/source/tag-developers/access-to-valuestack-from-jsps.md
+++ b/source/tag-developers/access-to-valuestack-from-jsps.md
@@ -1,6 +1,9 @@
 ---
 layout: default
 title: Access to ValueStack from JSPs
+parent:
+  title: JSP
+  url: jsp
 ---
 
 # Access to ValueStack from JSPs