From 0d4276220d1b6f928a1b24f31c3141fc23ef07d3 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Sun, 7 Nov 2021 23:31:46 +1100 Subject: [PATCH] Update slash error message to point to #315 (#317) --- maud/tests/warnings/void-element-slash.stderr | 4 ++-- maud_macros/src/parse.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maud/tests/warnings/void-element-slash.stderr b/maud/tests/warnings/void-element-slash.stderr index 7d284132..eb0f6d38 100644 --- a/maud/tests/warnings/void-element-slash.stderr +++ b/maud/tests/warnings/void-element-slash.stderr @@ -5,7 +5,7 @@ error: void elements must use `;`, not `/` | ^ | = help: change this to `;` - = help: see https://github.com/lambda-fairy/maud/pull/96 for details + = help: see https://github.com/lambda-fairy/maud/pull/315 for details error: void elements must use `;`, not `/` --> $DIR/void-element-slash.rs:7:27 @@ -14,4 +14,4 @@ error: void elements must use `;`, not `/` | ^ | = help: change this to `;` - = help: see https://github.com/lambda-fairy/maud/pull/96 for details + = help: see https://github.com/lambda-fairy/maud/pull/315 for details diff --git a/maud_macros/src/parse.rs b/maud_macros/src/parse.rs index a20bc31e..dee037e4 100644 --- a/maud_macros/src/parse.rs +++ b/maud_macros/src/parse.rs @@ -543,7 +543,7 @@ impl Parser { punct, "void elements must use `;`, not `/`"; help = "change this to `;`"; - help = "see https://github.com/lambda-fairy/maud/pull/96 for details"; + help = "see https://github.com/lambda-fairy/maud/pull/315 for details"; ); } ast::ElementBody::Void {