Skip to content

Commit

Permalink
Update advanced-strings.md
Browse files Browse the repository at this point in the history
Link to the docs we're telling them to read.
  • Loading branch information
plaindocs authored Sep 11, 2024
1 parent bc638c8 commit ff16bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training-slides/src/advanced-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/struct.CString.html) on these types before using them.

## Common String Tasks

Expand Down

0 comments on commit ff16bfe

Please sign in to comment.