aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 9324dc6..0f30a7f 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -26,7 +26,7 @@
- [example](project_replace.rs)
- [generated code](project_replace-expanded.rs)
-- [`project_replace()` documentation](https://docs.rs/pin-project/1/pin_project/attr.pin_project.html#project_replace)
+- [`project_replace()` documentation](https://docs.rs/pin-project/1/pin_project/attr.pin_project.html#project_replace-method)
### Ensure `!Unpin` by `#[pin_project(!Unpin)]`
@@ -35,5 +35,5 @@
- [`!Unpin` documentation](https://docs.rs/pin-project/1/pin_project/attr.pin_project.html#unpin)
Note: These generated code examples are the little simplified version of the
-actual generated code. See [expansion tests](../tests/expand/README.md) if you
+actual generated code. See [expansion tests](../tests#expansion-tests-expand-expandtestrs) if you
want to see the exact version of the actual generated code.