From 8b10cb7808c8d7aab46a15de8ac52a2aca2a122a Mon Sep 17 00:00:00 2001 From: AAG-RF Date: Fri, 20 Dec 2024 17:30:59 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backtick in the colab link URL (decompiles as UTF8 %60 in the URL) This created an invalid path to the Google Colab File just a single backtick edit. that's it ⛵ --- cookbooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/README.md b/cookbooks/README.md index 3d48dd518..b2f83db95 100644 --- a/cookbooks/README.md +++ b/cookbooks/README.md @@ -16,7 +16,7 @@ Each notebook explores a unique use case, demonstrating different aspects of Jul | `03-trip-planning-assistant.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/03-trip-planning-assistant.ipynb) | Plans trips using weather data and location information | Yes | | `04-hook-generator-trending-reels.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/04-hook-generator-trending-reels.ipynb) | Generates engaging hooks for trending social media reels | Yes | | `05-video-processing-with-natural-language.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/05-video-processing-with-natural-language.ipynb) | Processes videos using natural language commands | Yes | -| `06-browser-use.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/`06-browser-use.ipynb) | Demonstrates browser automation capabilities | Yes | +| `06-browser-use.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/06-browser-use.ipynb) | Demonstrates browser automation capabilities | Yes | ## Potential Cookbooks for Contributors