From 5a975901ea037acd990b7d9d7ff4febf814decdc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:50:10 +0100 Subject: [PATCH] fix links in AI.md --- docs/contribution/AI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"