Skip to content

Commit 07f4245

Browse files
committed
Correct URL for IMP documentation.
1 parent 342ab1d commit 07f4245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rubicon/objc/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class Class(objc_id):
194194

195195

196196
class IMP(c_void_p):
197-
"""The `IMP <https://developer.apple.com/documentation/objectivec/objective-c_runtime/imp?language=objc>`__
197+
"""The `IMP <https://developer.apple.com/documentation/objectivec/imp?language=objc>`__
198198
type from ``<objc/objc.h>``.
199199
200200
An :class:`IMP` cannot be called directly --- it must be cast to the

0 commit comments

Comments
 (0)