Skip to content

Commit e1394a2

Browse files
Fixing broken link (#338)
1 parent 72e3cbe commit e1394a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> docstrings for your Python project with MkDocs, consider [mkdocstrings](https://mkdocstrings.github.io/) instead.
88
99
Pydoc-Markdown is a tool to create Python API documentation in Markdown format. Instead of executing your Python
10-
code like so many other documentation tools, it parses it using [docspec][https://niklasrosenstein.github.io/python-docspec/] instead.
10+
code like so many other documentation tools, it parses it using [docspec](https://niklasrosenstein.github.io/python-docspec/) instead.
1111

1212
[→ Go to the Documentation 📘][Documentation]
1313

0 commit comments

Comments
 (0)