Skip to content

Commit cc073fa

Browse files
committed
chore: edgee rename
1 parent 017c5b2 commit cc073fa

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
target: wasm32-wasip2 # WebAssembly target
2222
components: rustfmt
23-
- uses: edgee-cloud/install-edgee-cli@v0.2.0
23+
- uses: edgee-ai/install-edgee-cli@v0.2.0
2424
- run: edgee component wit
2525
- run: cargo check
2626

@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
components: rustfmt
3535
target: wasm32-wasip2
36-
- uses: edgee-cloud/install-edgee-cli@v0.2.0
36+
- uses: edgee-ai/install-edgee-cli@v0.2.0
3737
- run: edgee component wit
3838
- uses: actions-rust-lang/rustfmt@v1
3939

@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
components: clippy
5050
target: wasm32-wasip2
51-
- uses: edgee-cloud/install-edgee-cli@v0.2.0
51+
- uses: edgee-ai/install-edgee-cli@v0.2.0
5252
- run: edgee component wit
5353
- uses: wearerequired/lint-action@master
5454
with:
@@ -62,7 +62,7 @@ jobs:
6262
- uses: dtolnay/rust-toolchain@stable
6363
with:
6464
target: wasm32-wasip2 # WebAssembly target
65-
- uses: edgee-cloud/install-edgee-cli@v0.2.0
65+
- uses: edgee-ai/install-edgee-cli@v0.2.0
6666
- run: edgee component build
6767
- name: Verify .wasm file exists
6868
run: |
@@ -81,7 +81,7 @@ jobs:
8181
- uses: dtolnay/rust-toolchain@stable
8282
with:
8383
target: wasm32-wasip2
84-
- uses: edgee-cloud/install-edgee-cli@v0.2.0
84+
- uses: edgee-ai/install-edgee-cli@v0.2.0
8585
- run: edgee component wit
8686
- run: make test
8787

@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
target: wasm32-wasip2
9898
- uses: taiki-e/install-action@cargo-llvm-cov
99-
- uses: edgee-cloud/install-edgee-cli@v0.2.0
99+
- uses: edgee-ai/install-edgee-cli@v0.2.0
100100
- run: edgee component wit
101101
- run: make test.coverage.lcov
102102
- uses: coverallsapp/github-action@v2

.github/workflows/wasm-build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: dtolnay/rust-toolchain@stable
1919
with:
2020
target: wasm32-wasip2
21-
- uses: edgee-cloud/install-edgee-cli@v0.2.0
21+
- uses: edgee-ai/install-edgee-cli@v0.2.0
2222
- run: edgee component build
2323
- name: Upload WASM to release
2424
uses: actions/upload-release-asset@v1

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Edgee Contributor Guidelines
22

3-
Welcome! This project is created by the team at [Edgee](https://www.edgee.cloud).
3+
Welcome! This project is created by the team at [Edgee](https://www.edgee.ai).
44
We're glad you're interested in contributing! We welcome contributions from people of all backgrounds
55
who are interested in making great software with us.
66

77
At Edgee, we aspire to empower everyone to create interactive experiences. To do this,
88
we're exploring and pushing the boundaries of new technologies, and sharing our learnings with the open source community.
99

10-
If you have ideas for collaboration, email us at opensource@edgee.cloud or join our [Slack](https://edgee.cloud/slack)!
10+
If you have ideas for collaboration, email us at opensource@edgee.ai or join our [Discord](https://www.edgee.ai/discord)!
1111

12-
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).
12+
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).
1313

1414
## Issues
1515

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center">
22
<p align="center">
3-
<a href="https://www.edgee.cloud">
3+
<a href="https://www.edgee.ai">
44
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.cloud/img/component-dark.svg">
6-
<img src="https://cdn.edgee.cloud/img/component.svg" height="100" alt="Edgee">
5+
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.ai/img/component-dark.svg">
6+
<img src="https://cdn.edgee.ai/img/component.svg" height="100" alt="Edgee">
77
</picture>
88
</a>
99
</p>
@@ -12,11 +12,11 @@
1212

1313
<h1 align="center">Segment Component for Edgee</h1>
1414

15-
[![Coverage Status](https://coveralls.io/repos/github/edgee-cloud/segment-component/badge.svg)](https://coveralls.io/github/edgee-cloud/segment-component)
16-
[![GitHub issues](https://img.shields.io/github/issues/edgee-cloud/segment-component.svg)](https://github.com/edgee-cloud/segment-component/issues)
17-
[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.cloud/edgee/segment)
15+
[![Coverage Status](https://coveralls.io/repos/github/edgee-ai/segment-component/badge.svg)](https://coveralls.io/github/edgee-ai/segment-component)
16+
[![GitHub issues](https://img.shields.io/github/issues/edgee-ai/segment-component.svg)](https://github.com/edgee-ai/segment-component/issues)
17+
[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.ai/edgee/segment)
1818

19-
This component implements the data collection protocol between [Edgee](https://www.edgee.cloud) and [Segment](https://segment.com).
19+
This component implements the data collection protocol between [Edgee](https://www.edgee.ai) and [Segment](https://segment.com).
2020

2121
## Quick Start
2222

@@ -113,4 +113,4 @@ make build
113113
Interested in contributing? Read our [contribution guidelines](./CONTRIBUTING.md)
114114

115115
### Security
116-
Report security vulnerabilities to [security@edgee.cloud](mailto:security@edgee.cloud)
116+
Report security vulnerabilities to [security@edgee.ai](mailto:security@edgee.ai)

edgee-component.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This component allows you to collect, clean, and activate your customer data dir
4242
4343
Additional resources: [Segment Documentation](https://segment.com/docs)
4444
"""
45-
documentation = "https://www.edgee.cloud/docs/components/data-collection/segment"
46-
repository = "https://github.com/edgee-cloud/segment-component"
45+
documentation = "https://www.edgee.ai/docs/components/data-collection/segment"
46+
repository = "https://github.com/edgee-ai/segment-component"
4747
wit-version = "1.0.0"
4848
icon-path = "segment.png"
4949
language = "Rust"

0 commit comments

Comments
 (0)