From 7067d1f236f0837c5f9be104f2a51c84f48726fb Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 5 Jun 2020 12:10:28 +0200 Subject: [PATCH] docs: fix typo'd URL --- docs/property-mappings/expression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/property-mappings/expression.md b/docs/property-mappings/expression.md index 9f43de0eb..a25ee2aad 100644 --- a/docs/property-mappings/expression.md +++ b/docs/property-mappings/expression.md @@ -4,6 +4,6 @@ The property mapping should return a value that is expected by the Provider/Sour ### Context Variables -- `user`: The current user, this might be `None` if there is no contextual user. ([ref](../expression/reference/user-object.md)) +- `user`: The current user, this might be `None` if there is no contextual user. ([ref](../expressions/reference/user-object.md)) - `request`: The current request, this might be `None` if there is no contextual request. ([ref](https://docs.djangoproject.com/en/3.0/ref/request-response/#httprequest-objects)) - Arbitrary other arguments given by the provider, this is documented on the Provider/Source.