Skip to content

Commit e904403

Browse files
committed
revert backend path
1 parent 0c226ac commit e904403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/fusio-sdk/src/lib/component/help/help.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class HelpComponent implements OnInit {
1616

1717
ngOnInit(): void {
1818
if (this.path) {
19-
this.url = this.sanitizer.bypassSecurityTrustResourceUrl('https://docs.fusio-project.org/docs/' + this.path);
19+
this.url = this.sanitizer.bypassSecurityTrustResourceUrl('https://docs.fusio-project.org/docs/backend/' + this.path);
2020
}
2121
}
2222

0 commit comments

Comments
 (0)