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 {