diff --git a/website/docs/how-to/how-to-synchronize-unleash-instances.md b/website/docs/how-to/how-to-synchronize-unleash-instances.md index c17626958b..8327e2cd90 100644 --- a/website/docs/how-to/how-to-synchronize-unleash-instances.md +++ b/website/docs/how-to/how-to-synchronize-unleash-instances.md @@ -14,7 +14,7 @@ This script allows you to synchronize feature toggles between two Unleash instan You can find this script in the following location within the project: -`src/scripts/promote.sh` +`scripts/promote.sh` This script can also be integrated into a continuous deployment pipeline, allowing you to automatically synchronize feature toggles between instances at a frequency determined by your pipeline configuration.