diff --git a/ci/jenkins/Jenkins_steps.groovy b/ci/jenkins/Jenkins_steps.groovy index 2441d94dfb5d..4f5a51e43539 100644 --- a/ci/jenkins/Jenkins_steps.groovy +++ b/ci/jenkins/Jenkins_steps.groovy @@ -1398,7 +1398,7 @@ def docs_website() { utils.docker_run('ubuntu_cpu_jekyll', 'build_docs_small', false) master_url = utils.get_jenkins_master_url() - if ( master_url == 'jenkins.mxnet-ci.amazon-ml.com') { + if ( master_url == 'jenkins.mxnet-ci.com') { // TODO: Make sure this scripts publish the website from the right folder sh "ci/other/ci_deploy_doc.sh ${env.BRANCH_NAME} ${env.BUILD_NUMBER}" } else { diff --git a/docs/python_docs/themes/mx-theme/mxtheme/footer.html b/docs/python_docs/themes/mx-theme/mxtheme/footer.html index 55a5fb2312d9..a17a243fcc60 100644 --- a/docs/python_docs/themes/mx-theme/mxtheme/footer.html +++ b/docs/python_docs/themes/mx-theme/mxtheme/footer.html @@ -1,7 +1,7 @@