From f7f44e972dd40e512f446d70b99f964248698093 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 3 Mar 2024 12:17:17 +0100 Subject: [PATCH] docs: fix broken examples link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6d5f83..d9413d7c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Note: The first time setting up will clone any submodules with git so the first The documentation can be found on the [OpenAssetTools.dev page](https://openassettools.dev). It is hosted on Github Pages and its source can be found in the [OAT-Docs Repository](https://github.com/Laupetin/OAT-Docs). -For examples of mods that can be built with OAT you can either look into the [docs folder]() for some (currently very barebones) examples +For examples of mods that can be built with OAT you can either look into the [docs folder](docs/example) for some (currently very barebones) examples or check out one of the following projects that are using OAT: * [JezuzLizard/t6-fastfile-mods](https://github.com/JezuzLizard/t6-fastfile-mods)