diff --git a/docs/docs/snapshot/user-guide.md b/docs/docs/snapshot/user-guide.md index d86f06294..569195244 100644 --- a/docs/docs/snapshot/user-guide.md +++ b/docs/docs/snapshot/user-guide.md @@ -1015,7 +1015,8 @@ class TaggingExamples { ``` Tags must follow certain rules as described -[here](/docs/snapshot/javadoc/net/jqwik/api/Tag.html) +[here](/docs/snapshot/javadoc/net/jqwik/api/Tag.html). Noted that the `@Tag` you'll +have to use with jqwik is `net.jqwik.api.Tag` rather than `org.junit.jupiter.api.Tag` ### Disabling Tests