Skip to content

Commit

Permalink
md fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 4, 2024
1 parent c672347 commit cad3fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ If your changes
degrade performance, think twice before submitting a pull request.

[std]: https://doc.rust-lang.org/std/collections/struct.HashMap.html
[yml]: https://github.com/yegor256/micromap/actions/workflows/benchmark.yml
[rs]: https://github.com/yegor256/micromap/blob/master/tests/benchmark.rs
[action]: https://github.com/yegor256/micromap/actions/workflows/benchmark.yml

Check failure on line 123 in README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Link and image reference definitions should be needed [Unused link or image reference definition: "action"] [Context: "[action]: https://github.com/y..."]
2 changes: 1 addition & 1 deletion rebuild_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ done
echo ''
done
echo ''
echo "The experiment [was performed](https://github.com/yegor256/micromap/actions/workflows/benchmark.yml) on $(date +%d-%m-%Y)."
echo "The experiment [was performed][action] on $(date +%d-%m-%Y)."
echo "There were ${cycles} repetition cycles."
echo "The entire benchmark took ${SECONDS}s."
echo "Uname: '$(uname)'."
Expand Down

0 comments on commit cad3fa2

Please sign in to comment.