From 555bbc0d34cb6f1f0702e7e36b4bcc0d6d4697d8 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 12 Apr 2024 00:27:02 +0200 Subject: [PATCH] Fix broken link (#1141) --- articles/what_is_new_with_dalle_3.mdx | 2 +- examples/vector_databases/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/what_is_new_with_dalle_3.mdx b/articles/what_is_new_with_dalle_3.mdx index 98d6c3d..6328e70 100644 --- a/articles/what_is_new_with_dalle_3.mdx +++ b/articles/what_is_new_with_dalle_3.mdx @@ -96,7 +96,7 @@ Have you ever struggled to find the perfect icon for your website or app? It wou ![icon_set](/images/dalle_3/icon_set.jpg) -In this case, I used Potrace to convert the images to SVGs, which you can download [here](http://potrace.sourceforge.net/). This is what I used to convert the images: +In this case, I used Potrace to convert the images to SVGs, which you can download [here](https://potrace.sourceforge.net/). This is what I used to convert the images: ```bash potrace -s cat.jpg -o cat.svg diff --git a/examples/vector_databases/README.md b/examples/vector_databases/README.md index 322ae84..03e802d 100644 --- a/examples/vector_databases/README.md +++ b/examples/vector_databases/README.md @@ -24,7 +24,7 @@ Each provider has their own named directory, with a standard notebook to introdu - [Redis](https://github.com/RedisVentures/simple-vecsim-intro) - [SingleStoreDB](https://www.singlestore.com/blog/how-to-get-started-with-singlestore/) - [Supabase](https://supabase.com/docs/guides/ai) -- [Tembo](https://tembo.io/docs/tembo-stacks/vector-db) +- [Tembo](https://tembo.io/docs/product/stacks/ai/vectordb) - [Typesense](https://typesense.org/docs/guide/) - [Vespa AI](https://vespa.ai/) - [Weaviate](https://weaviate.io/developers/weaviate/quickstart)