Skip to content

Commit 7387edb

Browse files
fritzobrianjo
andauthored
Fix link to pybind11 docs (#1364)
Co-authored-by: Brian Johnson <brianjo@fb.com>
1 parent b23c89a commit 7387edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Once you have your operation written in C++ and ATen, you can use pybind11 to
313313
bind your C++ functions or classes into Python in a very simple manner.
314314
Questions or issues you have about this part of PyTorch C++ extensions will
315315
largely be addressed by `pybind11 documentation
316-
<https://pybind11.readthedocs.io/en/master/>`_.
316+
<https://pybind11.readthedocs.io/en/stable/>`_.
317317

318318
For our extensions, the necessary binding code spans only four lines:
319319

0 commit comments

Comments
 (0)