perf: change jumpserver.org to jumpserver.com

This commit is contained in:
Bai
2025-04-08 14:16:10 +08:00
committed by Bryan
parent 4fd8efd043
commit e8e0ea920b
16 changed files with 17 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ class ServicesUtil(object):
def start_and_watch(self):
logging.info(time.ctime())
logging.info(f'JumpServer version {__version__}, more see https://www.jumpserver.org')
logging.info(f'JumpServer version {__version__}, more see https://www.jumpserver.com')
self.start()
if self.run_daemon:
self.show_status()