From 27bd87508e2f6bda8198bc519317c70f78fbd1e5 Mon Sep 17 00:00:00 2001 From: Paul Statezny Date: Sun, 5 Mar 2023 21:05:32 -0700 Subject: [PATCH] Fix erroneous link in Blueprint docs --- lib/uniform/blueprint.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/uniform/blueprint.ex b/lib/uniform/blueprint.ex index 0f8d6c5..c53e5ff 100644 --- a/lib/uniform/blueprint.ex +++ b/lib/uniform/blueprint.ex @@ -571,8 +571,8 @@ defmodule Uniform.Blueprint do If a file or template should only be ejected in the case that a certain Lib Dependency is included, we recommend placing that inside the `deps` section - instead of in `base_files`. (See [Associated - files](#lib/2-associated-files).) + instead of in `base_files`. (See [Including files outside of + `lib`](#lib/2-3-including-files-outside-of-lib).) # ❌ Don't do this base_files do