Skip to content

Commit

Permalink
Fix decimal to binary youtube link (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska authored Jan 15, 2024
1 parent ef204af commit daa225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/paint-by-number/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- The [bitstring special form][bitstring-form] can be used to concatenate two bitstrings.
- Use the special `::bitstring` type to specify that each of the bitstring fragments is of unknown size.

[decimal-to-binary-youtube]: https://www.youtube.com/watch?v=gGiEu7QTi68
[decimal-to-binary-youtube]: https://www.youtube.com/watch?v=H4BstqvgBow
[integer-literal]: https://hexdocs.pm/elixir/syntax-reference.html#integers-in-other-bases-and-unicode-code-points
[bitstring]: https://hexdocs.pm/elixir/binaries-strings-and-charlists.html#bitstrings
[bitstring-form]: https://hexdocs.pm/elixir/Kernel.SpecialForms.html#%3C%3C%3E%3E/1
Expand Down

0 comments on commit daa225d

Please sign in to comment.