diff --git a/examples/maturin-starter/README.md b/examples/maturin-starter/README.md index 6eb908e3..a9296515 100644 --- a/examples/maturin-starter/README.md +++ b/examples/maturin-starter/README.md @@ -1,6 +1,6 @@ # maturin-starter -An example of a basic Python extension module built using PyO3 and `maturin`. +An example of a basic Python extension module built using PyO3 and [`maturin`](https://github.com/PyO3/maturin). ## Building and Testing diff --git a/examples/setuptools-rust-starter/README.md b/examples/setuptools-rust-starter/README.md index 57b3b2e4..12913457 100644 --- a/examples/setuptools-rust-starter/README.md +++ b/examples/setuptools-rust-starter/README.md @@ -1,6 +1,6 @@ # setuptools-rust-starter -An example of a basic Python extension module built using PyO3 and `setuptools_rust`. +An example of a basic Python extension module built using PyO3 and [`setuptools_rust`](https://github.com/PyO3/setuptools-rust). ## Building and Testing