We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c235e commit 0f98dd9Copy full SHA for 0f98dd9
web/src/main/ui/app/components/login/login.component.ts
@@ -73,7 +73,7 @@ export class LoginComponent implements OnInit {
73
hubUpdating: boolean = false;
74
hubUpdateFailed: boolean = false;
75
hubUpdateError: string = '';
76
- hubUpdateLink: string = 'https://marklogic.github.io/marklogic-data-hub/upgrade/';
+ hubUpdateLink: string = 'https://docs.marklogic.com/datahub/upgrade.html';
77
78
loginError: string = null;
79
loggingIn: boolean = false;
0 commit comments