From 2c847f62af01da39f9760ec8eceaf7682ed6ba24 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 8 Nov 2022 22:11:34 +0100 Subject: [PATCH] fix: Cat svg path problem for docs --- packages/docs/pages/build-integrations/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/build-integrations/app.md b/packages/docs/pages/build-integrations/app.md index 98643438..9125b9f5 100644 --- a/packages/docs/pages/build-integrations/app.md +++ b/packages/docs/pages/build-integrations/app.md @@ -62,7 +62,7 @@ export default defineApp({ ## Create the favicon -Even though we have defined the `iconUrl` inside the app definition, we still need to create the icon file. Let's create the `assets` folder inside the `thecatapi` folder and save [this SVG file](/example-app/cat.svg) as `favicon.svg` inside of the `assets` folder. After saving the file, you can go to the `My Apps` page on Automatisch and click on `Add connection` button, and then you will see `The cat API` service with the icon. +Even though we have defined the `iconUrl` inside the app definition, we still need to create the icon file. Let's create the `assets` folder inside the `thecatapi` folder and save [this SVG file](../public/example-app/cat.svg) as `favicon.svg` inside of the `assets` folder. After saving the file, you can go to the `My Apps` page on Automatisch and click on `Add connection` button, and then you will see `The cat API` service with the icon. :::tip If you're looking for SVG icons for third-party services, you can use the following repositories.