diff --git a/classes/Xdmod/Version.php b/classes/Xdmod/Version.php index 3bea3c55a3..63f5f1bae6 100644 --- a/classes/Xdmod/Version.php +++ b/classes/Xdmod/Version.php @@ -111,7 +111,7 @@ public static function getLatestVersionNumber(array $args = array()) } $scheme = 'https'; - $host = 'xdmod.ccr.buffalo.edu'; + $host = 'version.ccr.xdmod.org'; $port = null; $path = '/rest/v0.1/versions/current'; diff --git a/configuration/constants.php b/configuration/constants.php index 304e9f1d23..d3e8d644d1 100644 --- a/configuration/constants.php +++ b/configuration/constants.php @@ -192,9 +192,7 @@ define('COLORS', file_get_contents(CONFIG_DIR.'/colors1.json')); /** - * The latest version of Open XDMoD currently available to the public. - * This value must be updated on xdmod.ccr.buffalo.edu whenever a new - * version of Open XDMoD is released. + * The version of base software. */ define('OPEN_XDMOD_VERSION', '_BUILD_DEFINED_OPEN_XDMOD_VERSION_'); diff --git a/docs/xdmod-rest-schema.json b/docs/xdmod-rest-schema.json index 4e034a9d01..27c674887d 100644 --- a/docs/xdmod-rest-schema.json +++ b/docs/xdmod-rest-schema.json @@ -24,7 +24,7 @@ layout: null }, "servers": [ { - "url": "https://xdmod.ccr.buffalo.edu/", + "url": "https://xdmod.access-ci.org/", "description": "Production server" } ], diff --git a/email_templates/new_release.template b/email_templates/new_release.template index cfbc545b1a..b4df729648 100644 --- a/email_templates/new_release.template +++ b/email_templates/new_release.template @@ -14,8 +14,8 @@ Major updates in this new release of [:product_name:] include: Also, you may find it helpful, if you have not already done so, to review the XDMoD manual and list of Frequently Asked Questions (FAQ) found at: - https://xdmod.ccr.buffalo.edu/faq/ - https://xdmod.ccr.buffalo.edu/user_manual/ + [:site_address:]/faq/ + [:site_address:]/user_manual/ Please contact us with any questions or comments at [:contact_email:]. diff --git a/html/about/publications.html b/html/about/publications.html index fee83398b0..11f32ff40f 100644 --- a/html/about/publications.html +++ b/html/about/publications.html @@ -404,7 +404,6 @@ "Performance Metrics and Auditing Framework Using Applications Kernels for High Performance Computer Systems." Concurrency and Computation: Practice and Experience. Vol 25, Issue 7, 2013, pp. 918-931. doi:10.1002/cpe.2871
- XDMoD: http://xdmod.ccr.buffalo.edu; [March 30, 2014].
  • diff --git a/html/about/roadmap.php b/html/about/roadmap.php index 0191bcc0c1..ef522ff478 100644 --- a/html/about/roadmap.php +++ b/html/about/roadmap.php @@ -9,7 +9,6 @@ * @package CCR.About.Roadmap * @author Ryan Rathsam * @license https://opensource.org/licenses/LGPL-3.0 LGPL-3.0 - * @link https://xdmod.ccr.buffalo.edu */ require_once __DIR__ . '/../../configuration/linker.php';