@@ -10,15 +10,15 @@ Add your sample order in the `src/common/sampleOrder.json` with corresponding ca
1010
1111Note: Do not use whitespace at any cause in folder’s name. Use “-” instead of space.
1212
13- [ Refer here] ( https://bitbucket.org /syncfusion/ej2-sample-browser/src/7740ab838973c7ebb3e970acb5246ff4c89ccd67 /src/?at=master )
13+ [ Refer here] ( https://github.com /syncfusion/ej2-samples/tree/master /src )
1414
1515### Configure the folder and sample
1616
1717Create the “sample.json” file inside of your control folder. Create your sample html and ts file in same folder also name the html and ts files with same name.
1818
1919Note: Do not use whitespace at any cause in file’s name. Use “-” instead of space.
2020
21- [ Refer here] ( https://bitbucket.org /syncfusion/ej2-sample-browser/src/7740ab838973c7ebb3e970acb5246ff4c89ccd67 /src/button/?at=master )
21+ [ Refer here] ( https://github.com /syncfusion/ej2-samples/tree/master /src/button )
2222
2323### Configure Sample JSON
2424
@@ -230,15 +230,15 @@ Note: Here, The mentioned IP is your local machine IP Address.
230230
2312311. In import statements in html file for a sample the package subdirectory shouldn’t be mentioned. Please refer the link given below.
232232
233- https://gitlab.syncfusion. com/essential-studio /ej2-samples/blob/development /src/grid/events.ts#L3
233+ https://github. com/syncfusion /ej2-samples/blob/master /src/grid/events.ts#L3
234234
2352352. In Base component dom and util are not available in the customer end. So, please don’t use the same. Please refer the link below.
236236
237- https://gitlab.syncfusion. com/essential-studio /ej2-samples/blob/development /src/grid/events.ts#L3
237+ https://github. com/syncfusion /ej2-samples/blob/master /src/grid/events.ts#L3
238238
2392393. To add any icon in the samples use base64 font and don’t use any font files like ttf, woff, or svg externally. Please refer the link given below.
240240
241- https://gitlab.syncfusion. com/essential-studio /ej2-samples/blob/development /src/toolbar/default.html#L5
241+ https://github. com/syncfusion /ej2-samples/blob/master /src/toolbar/default.ts#L13
242242
243243 For example:
244244 ```
@@ -262,10 +262,10 @@ Note: Here, The mentioned IP is your local machine IP Address.
262262
2632634 . For loading json files in the sample use import statements instead of require. Please refer the link given below.
264264
265- https://gitlab.syncfusion. com/essential-studio /ej2-samples/blob/development /src/calendar/internationalization .ts#L9
265+ https://github. com/syncfusion /ej2-samples/blob/master /src/auto-complete/custom-filtering .ts#L7
266266
267267 ( For example: import * as testJson from '../common/cldr-data/supplemental/numberingSystems.json'; )
268268
2692695 . If a New Component is added to TypeScript Sample Browser it’s package dependency should be added to the config in src/sys.js file.
270270
271- ( For example: https://gitlab.syncfusion. com/essential-studio /ej2-samples/blob/development /src/sys.js#L19 )
271+ ( For example: https://github. com/syncfusion /ej2-samples/blob/master /src/sys.js#L19 )
0 commit comments