Skip to content

Commit 50169ef

Browse files
committed
broken link
1 parent bd2cd11 commit 50169ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/see_also.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ converter is typically strong in this regards, since the parser is distributed w
4848

4949
In case none of the converters satisfy for your use case, you may find it necessary to adapt
5050
the converter to fit your needs. This is very intuitive with torch2trt,
51-
since it is done inline with Python, and there are many [examples](converters) to reference. If you know
51+
since it is done inline with Python, and there are many [examples](converters.md) to reference. If you know
5252
how the original PyTorch method works, and have the TensorRT Python API on hand, it is relatively straight forward to adapt torch2trt to your needs.
5353
The extensibility is often helpful when you want to implement a converter that is specific to the
5454
context the layer appears in.

0 commit comments

Comments
 (0)