Skip to content

Commit ac91497

Browse files
author
Kenneth Hart
committed
changed hyperlink in docstring
1 parent 4d3baa1 commit ac91497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aabbtree.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ def add(self, aabb, value=None, method='volume'):
344344
These costs suit the author's current needs.
345345
Other applications, such as raytracing, are more concerned
346346
with surface area than volume. Please visit the
347-
`GitHub repository`_ if you are interested in implementing
347+
`AABBTree repository`_ if you are interested in implementing
348348
another cost function.
349349
350-
.. _`GitHub repository`: https://github.com/kip-hart/AABBTree
350+
.. _`AABBTree repository`: https://github.com/kip-hart/AABBTree
351351
352352
""" # NOQA: E501
353353
if self.aabb == AABB():

0 commit comments

Comments
 (0)