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 2ea6fea commit 4716ca7Copy full SHA for 4716ca7
quick-start/src/main/ui/app/login/login.component.ts
@@ -377,7 +377,7 @@ export class LoginComponent implements OnInit {
377
hubUpdateUrl() {
378
if (this.currentEnvironment && this.currentEnvironment.runningVersion) {
379
const versionString = this.currentEnvironment.runningVersion.replace(/\./g, '');
380
- return `https://marklogic.github.io/marklogic-data-hub/understanding/updating/`;
+ return `https://marklogic.github.io/marklogic-data-hub/upgrade/`;
381
}
382
return '';
383
0 commit comments