Skip to content

Commit e39015c

Browse files
committed
Corrected syntax for ref links
1 parent b948ff0 commit e39015c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

find-project-root/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
**find-project-root** is a lightweight utility that traverses up from a given path until it finds a project marker.
1919

20-
- Minimal dependencies — only uses [project-markers](project-markers-gh) (~6 KB module)
20+
- Minimal dependencies — only uses [project-markers][project-markers-gh] (~6 KB module)
2121
- Path flexibility — accepts strings, `Path` objects, or current working dir
2222
- Customizable markers — provide your own or use defaults
2323
- Multi-Python support — from Python 2.6 thru 3.15+
@@ -46,7 +46,7 @@ Name | Type | Description | Def
4646
------------|-------------------------|------------------------------------|------------------------------------------------------------
4747
`path` | `str`, `Path` or `None` | Starting directory to search from. | `None` (current working dir)
4848
`max_depth` | `int` | Max levels to traverse up. | `9`
49-
`markers` | `List[str]` or `None` | Custom marker files to look for. | [`project-markers`](project-markers-json) list
49+
`markers` | `List[str]` or `None` | Custom marker files to look for. | [`project-markers`][project-markers-json] list
5050

5151
### Examples:
5252

0 commit comments

Comments
 (0)