Skip to content

Commit 2eba475

Browse files
committed
Update default branch to main
1 parent 176f720 commit 2eba475

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
schedule:
99
- cron: '30 0 * * *'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![](https://avatars1.githubusercontent.com/u/28916798?s=64) AssemblyScript Examples
22
=======================
33

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)
55

66
## Instructions
77

game-of-life/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h1>
2020
<a href="https://en.wikipedia.org/wiki/Conway's_Game_of_Life">Conway's Game of Life</a> in
2121
<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> )
2323
</h1>
2424
<canvas></canvas>
2525
<div id="edge">Might be blurry because MS Edge does not support 'image-rendering: crisp-edges' (yet) :-(</div>

interference/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<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> )
2020
</h1>
2121

2222
<canvas id="canvas"></canvas>

mandelbrot/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<h1>
1919
<a href="https://en.wikipedia.org/wiki/Mandelbrot_set">Mandelbrot set</a> in
2020
<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> )
2222
</h1>
2323
<canvas></canvas>
2424
<script>"use strict";

n-body/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<h1>
1919
<a href="https://en.wikipedia.org/wiki/N-body_problem">N-body system</a> in
2020
<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> )
2222
</h1>
2323
<canvas></canvas>
2424
<script>"use strict";

0 commit comments

Comments
 (0)