diff --git a/_source/reference/navigation.md b/_source/reference/navigation.md index 93777ea..256c209 100644 --- a/_source/reference/navigation.md +++ b/_source/reference/navigation.md @@ -156,15 +156,15 @@ Add the following to your path configuration to apply the presentation logic. "settings": {}, "rules": [ { - "patterns": ["/turbo_recede_historical_location_url"], + "patterns": [turbo_recede_historical_location_url], "properties": {"presentation": "pop"} }, { - "patterns": ["/turbo_resume_historical_location_url"], + "patterns": [turbo_resume_historical_location_url], "properties": {"presentation": "none"} }, { - "patterns": ["/turbo_refresh_historical_location_url"], + "patterns": [turbo_refresh_historical_location_url], "properties": {"presentation": "refresh"} } ]