Skip to content

Commit 95049aa

Browse files
fgravatoampcode-com
andcommitted
Fix documentation link locale validation - remove en-us locale from URL
Amp-Thread-ID: https://ampcode.com/threads/T-3060f9ae-4478-4c9d-861e-9134570ee4a5 Co-authored-by: Amp <[email protected]>
1 parent 58cacb3 commit 95049aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solutions/Lookout/Data Connectors/install-lookout-mrav2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ check_prerequisites() {
163163

164164
# Check if Azure CLI is installed
165165
if ! command -v az &> /dev/null; then
166-
log_error "Azure CLI is not installed. Please install it from: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli"
166+
log_error "Azure CLI is not installed. Please install it from: https://learn.microsoft.com/cli/azure/install-azure-cli"
167167
exit 1
168168
fi
169169
log_success "✓ Azure CLI found: $(az version --query '"azure-cli"' -o tsv)"

0 commit comments

Comments
 (0)