Rename "master" branch to "main"

Update all links accordingly. Also update links to other repositories
whose branches have renamed.

The references to repositories whose branches have not renamed should be
referencing specific commits anyway, so reference those specific commits
by hash.
This commit is contained in:
Josh Triplett
2020-06-27 02:36:59 -07:00
parent e3c04e6684
commit 548926ab1a
19 changed files with 33 additions and 33 deletions

View File

@ -49,7 +49,7 @@
<p>Before running the UI-enabled runtime, please install some required softwares:</p>
<p><code>sudo apt-get install libsdl2-2.0-0:i386</code> </p>
<p>For more details please refer to this <a
href="https://github.com/intel/wasm-micro-runtime/tree/master/samples/littlevgl">guide</a>
href="https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/samples/littlevgl">guide</a>
</p>
<p><code>cd ~/Download && ./wasm_runtime_wgl -a 39.106.110.7</code></p>
</div>