From 7145e29e2489a930bb9292058e57f767d31c10f5 Mon Sep 17 00:00:00 2001 From: Bogdan Guna Date: Fri, 7 Jun 2019 14:40:47 +0100 Subject: [PATCH] Fixes bad URL in menus.md for .hasChildren * part of issue #814 --- content/en/variables/menus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/menus.md b/content/en/variables/menus.md index 69d46ca2b..6717fecbb 100644 --- a/content/en/variables/menus.md +++ b/content/en/variables/menus.md @@ -84,7 +84,7 @@ entries, if any, under the current menu entry. Menus also have the following functions available: -[.HasChildren](/functions/haschildren/) +.HasChildren : _boolean_
Returns `true` if `.Children` is non-nil.