diff --git a/lib/core/about/about.component.ts b/lib/core/about/about.component.ts index cd8caa82c8..e70fd64782 100644 --- a/lib/core/about/about.component.ts +++ b/lib/core/about/about.component.ts @@ -156,7 +156,7 @@ export class AboutComponent implements OnInit { }); } - this.http.get('/versions.json?' + new Date()).subscribe((response: any) => { + this.http.get('./versions.json?' + new Date()).subscribe((response: any) => { const alfrescoPackages = Object.keys(response.dependencies).filter((val) => { return new RegExp(this.regexp).test(val);