From 5cf70dc8f5a1eb2c80a59d584e4b35631adafff4 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 18 Mar 2026 15:57:08 -0600 Subject: [PATCH] fix staging docs ref --- build/lib/motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lib/motd b/build/lib/motd index fef88f66d..f1a4b9e41 100755 --- a/build/lib/motd +++ b/build/lib/motd @@ -118,6 +118,6 @@ else fi printf "\n \033[1;37m┌──────────────────────────────────────────────────── QUICK ACCESS ─┐\033[0m\n" printf " \033[1;37m│\033[0m Web Interface: \033[0;36m%-50s\033[0m \033[1;37m│\033[0m\n" "$web_url" -printf " \033[1;37m│\033[0m Documentation: \033[0;36m%-50s\033[0m \033[1;37m│\033[0m\n" "https://staging.docs.start9.com" +printf " \033[1;37m│\033[0m Documentation: \033[0;36m%-50s\033[0m \033[1;37m│\033[0m\n" "https://docs.start9.com" printf " \033[1;37m│\033[0m Support: \033[0;36m%-50s\033[0m \033[1;37m│\033[0m\n" "https://start9.com/contact" printf " \033[1;37m└───────────────────────────────────────────────────────────────────┘\033[0m\n\n"