From d0f5f06123e343692d6833b07fe2fcd7dfaffc80 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 22 Nov 2023 16:12:10 -0500 Subject: [PATCH] fix: use correct real world link --- lib/ash_hq_web/pages/media.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ash_hq_web/pages/media.ex b/lib/ash_hq_web/pages/media.ex index e66d36c8..7816eee5 100644 --- a/lib/ash_hq_web/pages/media.ex +++ b/lib/ash_hq_web/pages/media.ex @@ -84,7 +84,7 @@ defmodule AshHqWeb.Pages.Media do }, %{ title: "Real World", - href: "https://github.com/team-alembic/real-world", + href: "https://github.com/team-alembic/realworld", description: """ An idiomatic Ash implementation of the Real World example app. Contains lots of idiomatic Ash code, and uses a demo application that is available in hundreds of languages/frameworks.