diff --git a/docs/contribution/AI.md b/docs/contribution/AI.md index 8830fa4a9..92d45f419 100644 --- a/docs/contribution/AI.md +++ b/docs/contribution/AI.md @@ -32,10 +32,10 @@ We do **NOT use Docker** for our installation scripts. All applications are inst ```bash #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: AuthorName (GitHubUsername) -# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://application-url.com APP="AppName" @@ -105,7 +105,7 @@ echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:PORT${CL}" # Copyright (c) 2021-2026 community-scripts ORG # Author: AuthorName (GitHubUsername) -# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://application-url.com source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"