Skip to content

Commit

Permalink
fix references in TypeMap doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Nov 10, 2024
1 parent b5c4336 commit 4fc613c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/magicgui/type_map/_type_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def create_widget(
This factory function can be used to create a widget appropriate for the
provided `value` and/or `annotation` provided. See
[Type Mapping Docs](../../type_map.md) for details on how the widget type is
[Type Mapping Docs](../type_map.md) for details on how the widget type is
determined from type annotations.
Parameters
Expand Down Expand Up @@ -455,7 +455,7 @@ def create_widget(
------
TypeError
If the provided or autodetected `widget_type` does not implement any known
[widget protocols](../protocols.md)
[widget protocols](protocols.md)
Examples
--------
Expand Down

0 comments on commit 4fc613c

Please sign in to comment.