Skip to content

Commit 4716ca7

Browse files
committed
Change Update Doc URL
1 parent 2ea6fea commit 4716ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/src/main/ui/app/login/login.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export class LoginComponent implements OnInit {
377377
hubUpdateUrl() {
378378
if (this.currentEnvironment && this.currentEnvironment.runningVersion) {
379379
const versionString = this.currentEnvironment.runningVersion.replace(/\./g, '');
380-
return `https://marklogic.github.io/marklogic-data-hub/understanding/updating/`;
380+
return `https://marklogic.github.io/marklogic-data-hub/upgrade/`;
381381
}
382382
return '';
383383
}

0 commit comments

Comments
 (0)