Skip to content

Commit 75aa639

Browse files
committed
Update names and links to use new repository URL
`abrown/install-wasi-sdk` becomes `bytecodealliance/install-wasi-sdk-action`.
1 parent 3d37449 commit 75aa639

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# `install-wasi-sdk`
1+
# `install-wasi-sdk-action`
22

3-
[![Cross-platform](https://github.com/abrown/install-wasi-sdk/actions/workflows/cross-platform.yml/badge.svg?branch=main)](https://github.com/abrown/install-wasi-sdk/actions/workflows/cross-platform.yml)
4-
[![CMake-compatible](https://github.com/abrown/install-wasi-sdk/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/abrown/install-wasi-sdk/actions/workflows/cmake.yml)
5-
[![Environment-safe](https://github.com/abrown/install-wasi-sdk/actions/workflows/env-safe.yml/badge.svg?branch=main)](https://github.com/abrown/install-wasi-sdk/actions/workflows/env-safe.yml)
6-
[![Unit tests](https://github.com/abrown/install-wasi-sdk/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/abrown/install-wasi-sdk/actions/workflows/unit-tests.yml)
3+
[![Cross-platform](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cross-platform.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cross-platform.yml)
4+
[![CMake-compatible](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cmake.yml)
5+
[![Environment-safe](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/env-safe.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/env-safe.yml)
6+
[![Unit tests](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/unit-tests.yml)
77

88
This GitHub Action will install the [WASI SDK] toolchain for compiling to WebAssembly on a GitHub
99
runner:
@@ -19,7 +19,7 @@ runner:
1919
### Usage
2020

2121
```yaml
22-
- uses: bytecodealliance/install-wasi-sdk@v1
22+
- uses: bytecodealliance/install-wasi-sdk-action@v1
2323
# Now, use `clang` or `$CC` to compile C/C++ to WebAssembly:
2424
- run: $CC hello.c -o hello.wasm
2525
```
@@ -64,7 +64,7 @@ When `add-to-path` is `true`, the action adds the WASI SDK `bin` directory to th
6464

6565
This action should be usable on all GitHub runners; open an [issue] if this is not the case.
6666

67-
[issue]: https://github.com/abrown/install-wasi-sdk/issues
67+
[issue]: https://github.com/bytecodealliance/install-wasi-sdk-action/issues
6868

6969
| OS | Architecture | Support |
7070
| ------- | ------------ | ------- |
@@ -75,7 +75,7 @@ This action should be usable on all GitHub runners; open an [issue] if this is n
7575

7676
### License
7777

78-
`install-wasi-sdk` is released under the [Apache License Version 2.0][license]. By contributing to
78+
`install-wasi-sdk-action` is released under the [Apache License Version 2.0][license]. By contributing to
7979
the project, you agree to the license and copyright terms therein and release your contribution
8080
under these terms.
8181

0 commit comments

Comments
 (0)