guide: fix broken link

This commit is contained in:
David Hewitt 2020-10-16 09:00:46 +01:00 committed by GitHub
parent 95cebd8fee
commit 4a916eb3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ There are also a few special types related to the GIL and Rust-defined `#[pyclas
| `PyRef<T>` | A `#[pyclass]` borrowed immutably. |
| `PyRefMut<T>` | A `#[pyclass]` borrowed mutably. |
For more detail on accepting `#[pyclass]` values as function arguments, see [the section of this guide on Python Classes](class.md).
For more detail on accepting `#[pyclass]` values as function arguments, see [the section of this guide on Python Classes](../class.md).
#### Using Rust library types vs Python-native types