Skip to content

Commit

Permalink
fixup links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 21, 2024
1 parent fbadd0b commit edfabf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/lost_in_space.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ In [How to STRING something together], we learned how to use `StringChunked.appl
to run an elementwise function on a String column. Does Polars have a binary version of that one
which allows us to start from any data type?

[Prerequisites]: ../prerequisites/
[How to STRING something together]: ../stringify/

Unfortunately, not. But if you followed the Cookiecutter instrustions in [Prerequisites], then
you'll find a such function in `src/utils.rs`! Please go to that file and uncomment the
function `binary_apply_to_buffer_generic`.
Expand Down Expand Up @@ -102,5 +105,3 @@ in the output!

Great, now in our hypothetical scenario, you're probably still lost, but
at least you know which city you're closest to.

[How to STRING something together]: ../stringify/
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ nav:
- arguments.md
- lists.md
- struct.md
- lost_in_space.md
- where_to_go.md

plugins:
Expand Down

0 comments on commit edfabf4

Please sign in to comment.