From fec27e7563a99d0ecb3470d652aad039c679d210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patr=C3=ADcio=20dos=20Santos?= Date: Sun, 10 Sep 2023 15:48:53 +0100 Subject: [PATCH] Update links.json (#1358) Co-authored-by: Angelika Tyborska --- concepts/pipe-operator/links.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/concepts/pipe-operator/links.json b/concepts/pipe-operator/links.json index 831717e462..fb1aa9226a 100644 --- a/concepts/pipe-operator/links.json +++ b/concepts/pipe-operator/links.json @@ -2,5 +2,9 @@ { "url": "https://hexdocs.pm/elixir/Kernel.html#%7C%3E/2", "description": "The pipe operator" + }, + { + "url": "https://elixirschool.com/en/lessons/basics/pipe_operator", + "description": "Pipe Operator - Elixir School" } ]