From 82d416781b0a556c9f05a3dac4c3f79cd84288b8 Mon Sep 17 00:00:00 2001 From: SachaMorard <2254275+SachaMorard@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:57:19 +0100 Subject: [PATCH] chore: edgee rename --- .github/workflows/check.yml | 12 ++++++------ .github/workflows/wasm-build-release.yml | 2 +- CONTRIBUTING.md | 6 +++--- README.md | 16 ++++++++-------- edgee-component.toml | 4 ++-- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a34d8db..8a90ca5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,7 +20,7 @@ jobs: with: target: wasm32-wasip2 # WebAssembly target components: rustfmt - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - run: cargo check @@ -33,7 +33,7 @@ jobs: with: components: rustfmt target: wasm32-wasip2 - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - uses: actions-rust-lang/rustfmt@v1 @@ -48,7 +48,7 @@ jobs: with: components: clippy target: wasm32-wasip2 - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - uses: wearerequired/lint-action@master with: @@ -62,7 +62,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: target: wasm32-wasip2 # WebAssembly target - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component build - name: Verify .wasm file exists run: | @@ -81,7 +81,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: target: wasm32-wasip2 - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - run: make test @@ -96,7 +96,7 @@ jobs: with: target: wasm32-wasip2 - uses: taiki-e/install-action@cargo-llvm-cov - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component wit - run: make test.coverage.lcov - uses: coverallsapp/github-action@v2 diff --git a/.github/workflows/wasm-build-release.yml b/.github/workflows/wasm-build-release.yml index 726897a..68cf984 100644 --- a/.github/workflows/wasm-build-release.yml +++ b/.github/workflows/wasm-build-release.yml @@ -18,7 +18,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: target: wasm32-wasip2 - - uses: edgee-cloud/install-edgee-cli@v0.2.0 + - uses: edgee-ai/install-edgee-cli@v0.2.0 - run: edgee component build - name: Upload WASM to release uses: actions/upload-release-asset@v1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d51c6eb..9724499 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,15 +1,15 @@ # Edgee Contributor Guidelines -Welcome! This project is created by the team at [Edgee](https://www.edgee.cloud). +Welcome! This project is created by the team at [Edgee](https://www.edgee.ai). We're glad you're interested in contributing! We welcome contributions from people of all backgrounds who are interested in making great software with us. At Edgee, we aspire to empower everyone to create interactive experiences. To do this, we're exploring and pushing the boundaries of new technologies, and sharing our learnings with the open source community. -If you have ideas for collaboration, email us at opensource@edgee.cloud or join our [Slack](https://edgee.cloud/slack)! +If you have ideas for collaboration, email us at opensource@edgee.ai or join our [Discord](https://www.edgee.ai/discord)! -We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-cloud/careers). +We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-ai/careers). ## Issues diff --git a/README.md b/README.md index 92923ab..5fdfae5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@