From af9578b6669faa36150ac9aa964071d311aa90b0 Mon Sep 17 00:00:00 2001 From: David Fisher Date: Mon, 22 Apr 2024 11:01:04 -0400 Subject: [PATCH] Update README.md from PR suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb1809..e5c3216 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ def extwis(): # Set the system and user URLs system_url = "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/system.md" - user_url = "https://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/README.md" + user_url = "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/README.md" # Fetch the prompt content system_content = fetch_content_from_url(system_url)