Skip to content

Commit 811d88a

Browse files
committed
modified link
1 parent 254e04f commit 811d88a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# What it does
1212
NETCore2Blockly generates [Blockly](https://developers.google.com/blockly) blocks for each of your controller actions.
1313

14-
*Demo* at https://netcoreblockly.herokuapp.com/
14+
*Demo* at https://ignatandrei.github.io/BlocklyAutomation/
1515

1616
*Demo* Video at https://www.youtube.com/watch?v=GptkNWjmCzk
1717

@@ -133,25 +133,25 @@ TBC: create BlocklyAutomation/assets/loadAtStartup/swaggers.json
133133

134134
## For authentication - JSON Web Tokens
135135

136-
See Demos from https://netcoreblockly.herokuapp.com/
136+
See Demos from https://ignatandrei.github.io/BlocklyAutomation/
137137

138138
Also, it works with Active Directory enabled - see Authentication category.
139139

140140
## For adding headers to Http requests
141141

142-
See https://netcoreblockly.herokuapp.com/BlocklyAutomation/automation/loadexample/jwt
142+
See https://ignatandrei.github.io/BlocklyAutomation/BlocklyAutomation/automation/loadexample/jwt
143143

144144
## For exporting data as CSV
145145

146-
See https://netcoreblockly.herokuapp.com/BlocklyAutomation/automation/loadexample/NetCoreBlockly_SaveCSV
146+
See https://ignatandrei.github.io/BlocklyAutomation/BlocklyAutomation/automation/loadexample/NetCoreBlockly_SaveCSV
147147

148148
## For exporting data as image
149149

150-
See https://netcoreblockly.herokuapp.com/BlocklyAutomation/automation/loadexample/saveImage
150+
See https://ignatandrei.github.io/BlocklyAutomation/BlocklyAutomation/automation/loadexample/saveImage
151151

152152
## Making a simple CRUD ( create ,read, update , delete ) application
153153

154-
See https://netcoreblockly.herokuapp.com/BlocklyAutomation/automation/loadexample/NetCoreBlockly_DeleteDepartment
154+
See https://ignatandrei.github.io/BlocklyAutomation/BlocklyAutomation/automation/loadexample/NetCoreBlockly_DeleteDepartment
155155
or search for department in demos
156156

157157
## Adding your blocks

0 commit comments

Comments
 (0)