summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-10-27 15:04:05 -0500
committerGitHub <noreply@github.com>2017-10-27 15:04:05 -0500
commita57d880c493bab4fd851e778badfef62c77fd235 (patch)
tree279c6f32ff378ad59c80ed5efc5bc9befa666106
parentf661f58188c6442145ff8856b059ce3e09941e5e (diff)
parent31700bf68f6db1f70c8e75f3dd0acc8dd6c23e93 (diff)
Auto merge of #992 - treiff:fix-link-references-in-book, r=fitzgen
Fix whitelisting documentation links in book. While working on #990 depreciated the `whitelisted_function` I noticed a couple of links in the book that also should be updated to refer to the updated methods. @fitzgen one question here, I assume I will also need to update the version number within the url as new documentation won't be built until the next release?
-rw-r--r--book/src/whitelisting.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/book/src/whitelisting.md b/book/src/whitelisting.md
index 1b3eeaf6..fdf5c56b 100644
--- a/book/src/whitelisting.md
+++ b/book/src/whitelisting.md
@@ -16,9 +16,9 @@ transitively used by a definition that matches them.
### Library
-* [`bindgen::Builder::whitelisted_type`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_type)
-* [`bindgen::Builder::whitelisted_function`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_function)
-* [`bindgen::Builder::whitelisted_var`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelisted_function)
+* [`bindgen::Builder::whitelist_type`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_type)
+* [`bindgen::Builder::whitelist_function`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_function)
+* [`bindgen::Builder::whitelist_var`](https://docs.rs/bindgen/0.23.1/bindgen/struct.Builder.html#method.whitelist_var)
### Command Line