Skip to content

Commit 2a2bf47

Browse files
committed
[NAB-390] Change demo link to eTask
- change url and title of link - update tutorial step title and description to refer to eTask
1 parent 8f31d26 commit 2a2bf47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nae.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"urls": {
106106
"netgrif": "https://netgrif.com",
107107
"bpmn2pn": "https://bpmn2pn.netgrif.cloud/bpmn2pn/",
108-
"engine": "https://demo.netgrif.cloud/",
108+
"engine": "https://etask.netgrif.cloud/",
109109
"youtube": "https://www.youtube.com/channel/UCNfqgnjskMMpy7QvOOKhKgw",
110110
"github": "https://github.com/netgrif",
111111
"issues": "https://github.com/netgrif/application-builder/issues"

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
text="{{tutorial.demo.text}}"
1212
stepPosition="{{tutorial.demo.position}}"
1313
(click)="openInTab(config.services.urls.engine)"
14-
matTooltip="Netgrif Demo" matTooltipPosition="right">
14+
matTooltip="Netgrif eTask" matTooltipPosition="right">
1515
<mat-icon>play_arrow</mat-icon>
1616
</mat-list-item>
1717
<mat-list-item class="field-list-mat-list-item"

src/app/tutorial/tutorial-service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ export class TutorialService {
167167
);
168168
this.demo = TutorialStep.of(
169169
'demo',
170-
'Demo Application',
171-
'You can deploy your Petriflow models in our demo application after registration.',
170+
'Netgrif eTask',
171+
'You can deploy your Petriflow models in our eTask application after registration.',
172172
() => {
173173
},
174174
() => {

0 commit comments

Comments
 (0)