davideisinger.com

My personal website
Log | Files | Refs | README

commit 6ca24bc38e1823dfaa9263deb8b6c6b59efca697
parent 1965ee67881e75b9a23c6d2e27922cd70dffd576
Author: David Eisinger <[email protected]>
Date:   Mon, 30 Oct 2023 11:04:15 -0400

Fix Elixir link

Diffstat:
Mcontent/elsewhere/otp-ocaml-haskell-elixir/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/elsewhere/otp-ocaml-haskell-elixir/index.md b/content/elsewhere/otp-ocaml-haskell-elixir/index.md @@ -202,7 +202,7 @@ key = System.argv |> List.first |> to_char_list |> Stream.cycle I like it. Reminds me of Unix pipes or any Western written language. [Here's how I use the pipe operator in my encrypt -solution](https://github.com/vigetlabs/otp/blob/master/languages/Elixir/encrypt#L25-L31). +solution](https://github.com/vigetlabs/otp/blob/master/languages/Elixir/apps/encrypt/lib/encrypt.ex#L11-L17). ***