From f96fa611bafdc756e389bcd35cd4961f8fe918bb Mon Sep 17 00:00:00 2001 From: Lee Newberg Date: Thu, 23 Jan 2025 13:15:28 -0500 Subject: [PATCH] DOC: Update link to dashboard --- Documentation/docs/contributing/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/docs/contributing/dashboard.md b/Documentation/docs/contributing/dashboard.md index f4dd58233ad..3489ff9a550 100644 --- a/Documentation/docs/contributing/dashboard.md +++ b/Documentation/docs/contributing/dashboard.md @@ -14,7 +14,7 @@ commands to track it: mkdir -p ~/Dashboards/ITKScripts cd ~/Dashboards/ITKScripts git init -git remote add -t dashboard origin https://itk.org/ITK.git +git remote add -t dashboard origin https://github.com/InsightSoftwareConsortium/ITK.git git pull origin ```