From 1da9b0bb797d5dac8c1eaad39eab87e9d0ee2c74 Mon Sep 17 00:00:00 2001 From: joskezelensky Date: Mon, 24 Jun 2024 18:09:57 +0200 Subject: [PATCH] Update extract article wisdom README.md fixed curl commands - are they obsolete? --- patterns/extract_article_wisdom/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/extract_article_wisdom/README.md b/patterns/extract_article_wisdom/README.md index 2aba81e..2ed5fda 100644 --- a/patterns/extract_article_wisdom/README.md +++ b/patterns/extract_article_wisdom/README.md @@ -61,13 +61,13 @@ You can reference the `extractwisdom` **system** and **user** content directly l ### Pull the _system_ prompt directly ```sh -curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmiessler/extract-wisdom-1.0.0/system.md +curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/dmiessler/extract_wisdom-1.0.0/system.md ``` ### Pull the _user_ prompt directly ```sh -curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmiessler/extract-wisdom-1.0.0/user.md +curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/dmiessler/extract_wisdom-1.0.0/user.md ``` ## Output