diff options
author | deadprogram <[email protected]> | 2021-11-18 22:19:53 +0100 |
---|---|---|
committer | Nia <[email protected]> | 2021-11-18 17:49:13 -0500 |
commit | 8ed7d197a7814e5c42a2b23ec6848913a888c26d (patch) | |
tree | 8443d576e39bbc2cc83285e8c95ee011b742cc57 /README.md | |
parent | 39ce7111bd43147c0bd243a2957c7a29ace76070 (diff) | |
download | tinygo-8ed7d197a7814e5c42a2b23ec6848913a888c26d.tar.gz tinygo-8ed7d197a7814e5c42a2b23ec6848913a888c26d.zip |
docs: update CONTRIBUTING links to point to web site. Also replace Azure build badge with Windows build on GH Actions.
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # TinyGo - Go compiler for small places -[![CircleCI](https://circleci.com/gh/tinygo-org/tinygo/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/tinygo/tree/dev) [![Build Status](https://dev.azure.com/tinygo/tinygo/_apis/build/status/tinygo-CI?branchName=dev)](https://dev.azure.com/tinygo/tinygo/_build/latest?definitionId=1&branchName=dev) +[![CircleCI](https://circleci.com/gh/tinygo-org/tinygo/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/tinygo/tree/dev) [![Windows](https://github.com/tinygo-org/tinygo/actions/workflows/windows.yml/badge.svg?branch=dev)](https://github.com/tinygo-org/tinygo/actions/workflows/windows.yml) TinyGo is a Go compiler intended for use in small places such as microcontrollers, WebAssembly (Wasm), and command-line tools. @@ -142,7 +142,7 @@ should arrive fairly quickly (under 1 min): https://invite.slack.golangbridge.or Your contributions are welcome! -Please take a look at our [CONTRIBUTING.md](./CONTRIBUTING.md) document for details. +Please take a look at our [Contributing](https://tinygo.org/docs/guides/contributing/) page on our web site for details. ## Project Scope |