From f5f1289c0fd098d073afea2c2a7236028e2a8f4f Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 22 May 2024 15:52:47 +0200 Subject: [PATCH] Remove unnecessary link Co-authored-by: Mustafa Taher --- website/docs/addon_site_sync_admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/addon_site_sync_admin.md b/website/docs/addon_site_sync_admin.md index f1e1b934..9d6c7984 100644 --- a/website/docs/addon_site_sync_admin.md +++ b/website/docs/addon_site_sync_admin.md @@ -211,7 +211,7 @@ To do this: This is an example how to trigger background syncing process where active (source) site is `studio`. (It is expected that AYON is installed on a machine, `ayon_console` is on PATH. If not, add full path to executable. -[)](ayon+settings://sitesync?project=ayon_test&site=studio1) +) ```shell ayon_console addon sitesync syncservice --active_site studio ```