You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ This folder and its subfolders contain demo applications which illustrate the di
261
261
<imgsrc="resources/image/nodejs.png"alt="Node.js screenshot"width="128"height="96" /> | [Node.js](loading/nodejs) | Shows how to run a yFiles layout algorithm in a <ahref='https://nodejs.org/'target='_blank'>Node.js®</a> environment.
262
262
<imgsrc="resources/image/amdloading.png"alt="AMD Loading screenshot"width="128"height="96" /> | [AMD Loading](loading/amdloading) | Loads the yFiles library modules with the AMD loading standard (require.js).
263
263
<imgsrc="resources/image/esmodules.png"alt="ES Module Loading screenshot"width="128"height="96" /> | [ES Module Loading](loading/esmodules) | Loads the yFiles module resources using ES module imports.
264
-
<imgsrc="resources/image/browserify.png"alt="Browserify screenshot"width="128"height="96" /> | [Browserify](loading/browserify/README.html) | Shows how to bundle the yFiles library in a <ahref="http://browserify.org"target="_blank">Browserify</a> project.
264
+
<imgsrc="resources/image/browserify.png"alt="Browserify screenshot"width="128"height="96" /> | [Browserify](loading/browserify/README.html) | Shows how to bundle the yFiles library in a <ahref="https://browserify.org"target="_blank">Browserify</a> project.
265
265
<imgsrc="resources/image/rollupjs.png"alt="Rollup.js screenshot"width="128"height="96" /> | [Rollup.js](loading/rollupjs/README.html) | Shows how to bundle the yFiles library in a <ahref="https://rollupjs.org"target="_blank">rollup</a> project.
266
266
<imgsrc="resources/image/scriptloading.png"alt="Script Loading screenshot"width="128"height="96" /> | [Script Loading](loading/scriptloading) | Loads the yFiles modules using plain old <script> tags.
267
267
<imgsrc="resources/image/webworker.png"alt="Web Worker Webpack screenshot"width="128"height="96" /> | [Web Worker Webpack](loading/webworker-webpack/README.html) | Shows how to run a yFiles layout algorithm in a Web Worker task using Webpack.
0 commit comments