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 0c226ac commit e904403Copy full SHA for e904403
projects/fusio-sdk/src/lib/component/help/help.component.ts
@@ -16,7 +16,7 @@ export class HelpComponent implements OnInit {
16
17
ngOnInit(): void {
18
if (this.path) {
19
- this.url = this.sanitizer.bypassSecurityTrustResourceUrl('https://docs.fusio-project.org/docs/' + this.path);
+ this.url = this.sanitizer.bypassSecurityTrustResourceUrl('https://docs.fusio-project.org/docs/backend/' + this.path);
20
}
21
22
0 commit comments