summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/page/Permalink.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/page/Permalink.md')
-rw-r--r--docs/content/en/methods/page/Permalink.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/methods/page/Permalink.md b/docs/content/en/methods/page/Permalink.md
index be6df5aad..d8416df86 100644
--- a/docs/content/en/methods/page/Permalink.md
+++ b/docs/content/en/methods/page/Permalink.md
@@ -21,5 +21,5 @@ Template:
```go-html-template
{{ $page := .Site.GetPage "/about" }}
-{{ $page.RelPermalink }} → https://example.org/docs/about/
+{{ $page.Permalink }} → https://example.org/docs/about/
```