From 81c66514c2c7da66eb05afcdc23e9c917731b4b3 Mon Sep 17 00:00:00 2001 From: Guille Gonzalez Date: Sun, 16 Jan 2022 16:18:59 +0100 Subject: [PATCH] Fix broken link --- Demo/Shared/Groups/LinksGroup.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/Shared/Groups/LinksGroup.swift b/Demo/Shared/Groups/LinksGroup.swift index d1df803d2..55ea64201 100644 --- a/Demo/Shared/Groups/LinksGroup.swift +++ b/Demo/Shared/Groups/LinksGroup.swift @@ -24,7 +24,7 @@ struct LinksGroup: View { Markdown( #""" You can explore all the capabilities of this package in the - [companion demo project](Examples/MarkdownUIDemo). + [companion demo project](Demo). """#, baseURL: URL(string: "https://github.com/gonzalezreal/MarkdownUI/raw/main/") )