File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
schedule :
9
9
- cron : ' 30 0 * * *'
Original file line number Diff line number Diff line change 1
1
![ ] ( https://avatars1.githubusercontent.com/u/28916798?s=64 ) AssemblyScript Examples
2
2
=======================
3
3
4
- [ ![ Actions Status] ( https://github.com/AssemblyScript/examples/workflows/Test/badge.svg?branch=master )] ( https://github.com/AssemblyScript/examples/actions )
4
+ [ ![ Actions Status] ( https://github.com/AssemblyScript/examples/workflows/Test/badge.svg?branch=main )] ( https://github.com/AssemblyScript/examples/actions )
5
5
6
6
## Instructions
7
7
Original file line number Diff line number Diff line change 19
19
< h1 >
20
20
< a href ="https://en.wikipedia.org/wiki/Conway's_Game_of_Life "> Conway's Game of Life</ a > in
21
21
< a href ="http://assemblyscript.org "> AssemblyScript</ a >
22
- ( < a href ="https://github.com/AssemblyScript/examples/blob/master /game-of-life/assembly/index.ts "> source</ a > )
22
+ ( < a href ="https://github.com/AssemblyScript/examples/blob/main /game-of-life/assembly/index.ts "> source</ a > )
23
23
</ h1 >
24
24
< canvas > </ canvas >
25
25
< div id ="edge "> Might be blurry because MS Edge does not support 'image-rendering: crisp-edges' (yet) :-(</ div >
Original file line number Diff line number Diff line change 16
16
</ head >
17
17
< body >
18
18
< h1 >
19
- < a href ="https://github.com/ColinEberhardt/wasm-interference "> Interference effect</ a > in < a href ="http://assemblyscript.org "> AssemblyScript</ a > ( < a href ="https://github.com/AssemblyScript/examples/blob/master /interference/assembly/index.ts "> source</ a > )
19
+ < a href ="https://github.com/ColinEberhardt/wasm-interference "> Interference effect</ a > in < a href ="http://assemblyscript.org "> AssemblyScript</ a > ( < a href ="https://github.com/AssemblyScript/examples/blob/main /interference/assembly/index.ts "> source</ a > )
20
20
</ h1 >
21
21
22
22
< canvas id ="canvas "> </ canvas >
Original file line number Diff line number Diff line change 18
18
< h1 >
19
19
< a href ="https://en.wikipedia.org/wiki/Mandelbrot_set "> Mandelbrot set</ a > in
20
20
< a href ="http://assemblyscript.org "> AssemblyScript</ a >
21
- ( < a href ="https://github.com/AssemblyScript/examples/blob/master /mandelbrot/assembly/index.ts "> source</ a > )
21
+ ( < a href ="https://github.com/AssemblyScript/examples/blob/main /mandelbrot/assembly/index.ts "> source</ a > )
22
22
</ h1 >
23
23
< canvas > </ canvas >
24
24
< script > "use strict" ;
Original file line number Diff line number Diff line change 18
18
< h1 >
19
19
< a href ="https://en.wikipedia.org/wiki/N-body_problem "> N-body system</ a > in
20
20
< a href ="http://assemblyscript.org "> AssemblyScript</ a >
21
- ( < a href ="https://github.com/AssemblyScript/examples/blob/master /n-body/assembly/index.ts "> source</ a > )
21
+ ( < a href ="https://github.com/AssemblyScript/examples/blob/main /n-body/assembly/index.ts "> source</ a > )
22
22
</ h1 >
23
23
< canvas > </ canvas >
24
24
< script > "use strict" ;
You can’t perform that action at this time.
0 commit comments