Skip to content

Commit 08a7e70

Browse files
committed
Silly Markdown linter
1 parent bacb4cc commit 08a7e70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • crates/stackable-versioned-macros/tests

crates/stackable-versioned-macros/tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ feature to be enabled. These tests can be run with `cargo test --all-features`.
1313
> [!NOTE]
1414
> Please have `rust-src` installed, e.g. using `rustup component add rust-src`.
1515
>
16-
> Also see the compile-fail tests, described [here](#compile-fail-testing).
16+
> Also see the compile-fail tests, described [below](#compile-fail-testing).
1717
1818
Snapshot testing is done using the [insta] crate. It provides a [CLI tool][insta-cli] calle
1919
`cargo-insta` and a [VS Code extension][insta-ext].
@@ -81,13 +81,13 @@ accepted (ie: no `.new` files remaining), check in the files.
8181
## Compile-Fail Testing
8282

8383
> [!NOTE]
84-
> Also see the snapshot tests, described [here](#snapshot-testing).
84+
> Also see the snapshot tests, described [above](#snapshot-testing).
8585
8686
This type of testing is part of UI testing. These tests assert two things: First, some code should
8787
compile without errors and secondly other code should produce the expected rustc (compiler) error
8888
message. For this type of testing, we use the [`trybuild`][trybuild] crate.
8989

90-
Further information about the workflow are described [here][workflow].
90+
Further information about the workflow are described [in it's documentation][workflow].
9191

9292
[rust-ref]: https://doc.rust-lang.org/reference/procedural-macros.html#attribute-macros
9393
[workflow]: https://docs.rs/trybuild/latest/trybuild/#workflow

0 commit comments

Comments
 (0)