From 6ca24bc38e1823dfaa9263deb8b6c6b59efca697 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 30 Oct 2023 11:04:15 -0400 Subject: [PATCH] Fix Elixir link --- content/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 index e9d16eb..5f18fb4 100644 --- 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). ***