Skip to content

Commit 3c5f80f

Browse files
committed
Fix discussions URL that were inadvertently changed to point to community-scripts (discussions are on tteck's repo)
1 parent 0f493c1 commit 3c5f80f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vm/debian-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,4 @@ if [ "$START_VM" == "yes" ]; then
423423
msg_ok "Started Debian 12 VM"
424424
fi
425425
msg_ok "Completed Successfully!\n"
426-
echo "More Info at https://github.com/community-scripts/ProxmoxVE/discussions/1988"
426+
echo "More Info at https://github.com/tteck/Proxmox/discussions/1988"

vm/ubuntu2204-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,4 @@ if [ "$START_VM" == "yes" ]; then
425425
fi
426426
msg_ok "Completed Successfully!\n"
427427
echo -e "Setup Cloud-Init before starting \n
428-
More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n"
428+
More info at https://github.com/tteck/Proxmox/discussions/2072 \n"

vm/ubuntu2404-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,4 @@ qm set $VMID \
410410
msg_ok "Created a Ubuntu 24.04 VM ${CL}${BL}(${HN})"
411411
msg_ok "Completed Successfully!\n"
412412
echo -e "Setup Cloud-Init before starting \n
413-
More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n"
413+
More info at https://github.com/tteck/Proxmox/discussions/2072 \n"

0 commit comments

Comments
 (0)