From 089b005377ba1a7ba543b9b6e0cc48c8d06fefc8 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:56:30 +0200 Subject: [PATCH] fix naming links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1b326..96f36d2 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ echo "An idea that coding is like speaking with rules." | write_essay ### Directly calling Patterns -One key feature of `fabric` and its Markdown-based format is the ability to _ directly reference_ (and edit) individual [patterns](https://github.com/danielmiessler/fabric/tree/main#naming) directly—on their own—without surrounding code. +One key feature of `fabric` and its Markdown-based format is the ability to _directly reference_ (and edit) individual [Patterns](#components) directly—on their own—without any surrounding code. As an example, here's how to call _the direct location_ of the `extract_wisdom` pattern. @@ -343,7 +343,7 @@ https://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/syste This means you can cleanly, and directly reference any pattern for use in a web-based AI app, your own code, or wherever! -Even better, you can also have your [Mill](https://github.com/danielmiessler/fabric/tree/main#naming) functionality directly call _system_ and _user_ prompts from `fabric`, meaning you can have your personal AI ecosystem automatically kept up to date with the latest version of your favorite [Patterns](https://github.com/danielmiessler/fabric/tree/main#naming). +Even better, you can also have your [Mill](#components) functionality directly call _system_ and _user_ prompts from `fabric`, meaning you can have your personal AI ecosystem automatically kept up to date with the latest version of your favorite [Patterns](#components). Here's what that looks like in code: