fix: use correct real world link

This commit is contained in:
Zach Daniel 2023-11-22 16:12:10 -05:00
parent bfb0135ca6
commit d0f5f06123

View file

@ -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 <a href="https://codebase.show/projects/realworld">Real World example app</a>. Contains lots of idiomatic Ash code, and uses a demo application that is
available in hundreds of languages/frameworks.