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 @@

- + - - Edgee + + Edgee

@@ -12,11 +12,11 @@

Segment Component for Edgee

-[![Coverage Status](https://coveralls.io/repos/github/edgee-cloud/segment-component/badge.svg)](https://coveralls.io/github/edgee-cloud/segment-component) -[![GitHub issues](https://img.shields.io/github/issues/edgee-cloud/segment-component.svg)](https://github.com/edgee-cloud/segment-component/issues) -[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.cloud/edgee/segment) +[![Coverage Status](https://coveralls.io/repos/github/edgee-ai/segment-component/badge.svg)](https://coveralls.io/github/edgee-ai/segment-component) +[![GitHub issues](https://img.shields.io/github/issues/edgee-ai/segment-component.svg)](https://github.com/edgee-ai/segment-component/issues) +[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.ai/edgee/segment) -This component implements the data collection protocol between [Edgee](https://www.edgee.cloud) and [Segment](https://segment.com). +This component implements the data collection protocol between [Edgee](https://www.edgee.ai) and [Segment](https://segment.com). ## Quick Start @@ -113,4 +113,4 @@ make build Interested in contributing? Read our [contribution guidelines](./CONTRIBUTING.md) ### Security -Report security vulnerabilities to [security@edgee.cloud](mailto:security@edgee.cloud) \ No newline at end of file +Report security vulnerabilities to [security@edgee.ai](mailto:security@edgee.ai) \ No newline at end of file diff --git a/edgee-component.toml b/edgee-component.toml index 8085968..1cff894 100644 --- a/edgee-component.toml +++ b/edgee-component.toml @@ -42,8 +42,8 @@ This component allows you to collect, clean, and activate your customer data dir Additional resources: [Segment Documentation](https://segment.com/docs) """ -documentation = "https://www.edgee.cloud/docs/components/data-collection/segment" -repository = "https://github.com/edgee-cloud/segment-component" +documentation = "https://www.edgee.ai/docs/components/data-collection/segment" +repository = "https://github.com/edgee-ai/segment-component" wit-version = "1.0.0" icon-path = "segment.png" language = "Rust"