From 90b69901efd265fd11425540928793f1387095cc Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 19 May 2022 03:00:10 +0200 Subject: [PATCH] docs: fix absolute links in rule macro to work from /docs (#15891) --- docs/src/_includes/components/rule.macro.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/_includes/components/rule.macro.html b/docs/src/_includes/components/rule.macro.html index b459cd64548..aa84e3448c9 100644 --- a/docs/src/_includes/components/rule.macro.html +++ b/docs/src/_includes/components/rule.macro.html @@ -7,7 +7,7 @@ deprecated

{%- if params.replacedBy|length -%} -

Replaced by {{ params.replacedBy }}

+

Replaced by {{ params.replacedBy }}

{%- else -%}

{{ params.description }}

{%- endif -%} {%- elseif params.removed == true -%} @@ -16,11 +16,11 @@ removed

{%- if params.replacedBy -%} -

Replaced by {{ params.replacedBy }}

+

Replaced by {{ params.replacedBy }}

{%- else -%}

{{ params.description }}

{%- endif -%} {%- else -%} - {{ params.name }} + {{ params.name }}

{{ params.description }}

{%- endif -%}