Skip to content

Commit abf92aa

Browse files
committed
Fix Markdown
1 parent fd8d118 commit abf92aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Report any issues in the [mypyc issue tracker](https://github.com/mypyc/mypyc/is
1717
Since this repo should be kept in sync with `mypy`, it has an unusual directory structure.
1818
If you want to install from sources, it is recommended to use `sdist` wheel. If you want to
1919
install directly form the repo, you will need to execute `cp -r lib-rt/* .` before install.
20-
See issue #17 for discussion.
20+
See [issue #17](https://github.com/mypyc/librt/issues/17) for discussion.
2121

2222
Unfortunatelly PyPy is not supported. If you develop a library that supports PyPy and you need
2323
`librt` only as a `mypy` dependency, you can skip PyPy in your CI matrix when type checking
2424
(since results of type checking will be identical on e.g. CPython 3.11 and PyPy 3.11).
25-
See issue #16 for discussion.
25+
See [issue #16](https://github.com/mypyc/librt/issues/16) for discussion.
2626

2727
## Making a release
2828

0 commit comments

Comments
 (0)