docs: update GitHub link in ticket booking example (#13582)

Updates link in the ticket booking example to the correct url

fixes: https://github.com/medusajs/examples/issues/78
This commit is contained in:
Eric Wätke
2025-09-23 15:31:08 +02:00
committed by GitHub
parent 6a91f79f44
commit e074050e97

View File

@@ -53,7 +53,7 @@ By following this tutorial, you will learn how to:
<CardList items={[
{
href: "https://github.com/medusajs/examples/tree/main/ticket-booking-system",
href: "https://github.com/medusajs/examples/tree/main/ticket-booking",
title: "Full Code",
text: "Find the full code for this tutorial in this repository.",
icon: Github,