From 0b9cde2876de2129ffdcf8652cfa4a8a3f4a0368 Mon Sep 17 00:00:00 2001 From: Barctic <2199505+Barctic@users.noreply.github.com> Date: Tue, 15 Mar 2022 02:17:59 -0600 Subject: [PATCH] Update README.md Fix broken .md documentation links. --- docs/understrap-parent/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/understrap-parent/README.md b/docs/understrap-parent/README.md index d9024b1..add088a 100644 --- a/docs/understrap-parent/README.md +++ b/docs/understrap-parent/README.md @@ -1,7 +1,7 @@ # Parent Theme -* [Installation](understrap-parent/installation) -* [Theme Structure](understrap-parent/theme-structure.md) -* [Customizer](understrap-parent/customizer.md) -* [Widgets](understrap-parent/widgets.md) -* [Templates](understrap-parent/templates.md) \ No newline at end of file +* [Installation](installation.md) +* [Theme Structure](theme-structure.md) +* [Customizer](customizer.md) +* [Widgets](widgets.md) +* [Templates](templates.md)