diff --git a/training-slides/src/advanced-strings.md b/training-slides/src/advanced-strings.md index f6b5aca..84d36f8 100644 --- a/training-slides/src/advanced-strings.md +++ b/training-slides/src/advanced-strings.md @@ -109,7 +109,7 @@ These types represent valid C compatible strings. They are predominantly used when doing FFI with external code. -It is strongly recommended you read *all* of the documentation on these types before using them. +It is strongly recommended you read *all* of the [documentation](https://doc.rust-lang.org/std/ffi/index.html) on these types before using them. ## Common String Tasks