Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nae.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"urls": {
"netgrif": "https://netgrif.com",
"bpmn2pn": "https://bpmn2pn.netgrif.cloud/bpmn2pn/",
"engine": "https://demo.netgrif.cloud/",
"engine": "https://etask.netgrif.cloud/",
"youtube": "https://www.youtube.com/channel/UCNfqgnjskMMpy7QvOOKhKgw",
"github": "https://github.com/netgrif",
"issues": "https://github.com/netgrif/application-builder/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
text="{{tutorial.demo.text}}"
stepPosition="{{tutorial.demo.position}}"
(click)="openInTab(config.services.urls.engine)"
matTooltip="Netgrif Demo" matTooltipPosition="right">
matTooltip="Netgrif eTask" matTooltipPosition="right">
<mat-icon>play_arrow</mat-icon>
</mat-list-item>
<mat-list-item class="field-list-mat-list-item"
Expand Down
4 changes: 2 additions & 2 deletions src/app/tutorial/tutorial-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ export class TutorialService {
);
this.demo = TutorialStep.of(
'demo',
'Demo Application',
'You can deploy your Petriflow models in our demo application after registration.',
'Netgrif eTask',
'You can deploy your Petriflow models in our eTask application after registration.',
() => {
},
() => {
Expand Down