diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..e3163f1 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8c0fd16..e891c20 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @edgee-cloud/edgeers \ No newline at end of file +* @edgee-ai/edgeers \ No newline at end of file diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0b54a0c..b19876e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -17,7 +17,7 @@ jobs: with: target: wasm32-wasip2 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 @@ -29,7 +29,7 @@ jobs: with: target: wasm32-wasip2 components: rustfmt - - 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 @@ -43,7 +43,7 @@ jobs: with: target: wasm32-wasip2 components: clippy - - 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: @@ -56,7 +56,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: Verify .wasm file exists run: | @@ -71,7 +71,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: cargo test @@ -83,7 +83,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 a6c9c04..91d184b 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 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 14a78b1..d05f3b2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@