Skip to content

Commit 5dcd043

Browse files
taymoork2adamweeks
authored andcommitted
docs(): webex teams -> webex rebranding
1 parent fcc7b5d commit 5dcd043

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
We'd love for you to contribute to our source code and to make **Webex React Widgets** even better than it is today!
44
If you would like to contribute to this repository by adding features, enhancements or bug fixes, you must follow our process:
55

6-
1. Let core members know about your proposal by posting a message in the [contributor's Webex Teams space](https://eurl.io/#Bk9WGfRcB)
6+
1. Let core members know about your proposal by posting a message in the [contributor's Webex space](https://eurl.io/#Bk9WGfRcB)
77
2. A core member will review your proposal and if necessary may suggest to have a meeting to better understand your approach
88
3. If your proposal is approved you should start coding at this point
99
4. We recommend opening a draft PR to receive feedback before finalizing your solution
1010
- When opening a draft PR, specify with PR comments where in the code you would like to get feedback
1111
5. Before opening a PR ensure **all** [PR guidelines](#submitting-a-pull-request) are followed
12-
6. Let core members know about your PR by posting a message in the [contributor's Webex Teams space](https://eurl.io/#Bk9WGfRcB)
12+
6. Let core members know about your PR by posting a message in the [contributor's Webex space](https://eurl.io/#Bk9WGfRcB)
1313
7. Core members will review the pull request and provide feedback when necessary
1414
- If a PR is too large, you may be asked to break it down into multiple smaller-scoped PRs
1515
8. Once the PR is approved by a core member, it will be merged

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Webex Widgets for React library allows developers to easily incorporate Webe
2424

2525
## Background
2626

27-
This library allows React developers to quickly and easily create a Webex experience within their apps. Here we provide basic components (e.g. buttons, text fields, icons) that reflect the styles and aesthetics of Webex Teams, along with more complex, complete widgets, such as the Webex Space Widget.
27+
This library allows React developers to quickly and easily create a Webex experience within their apps. Here we provide basic components (e.g. buttons, text fields, icons) that reflect the styles and aesthetics of Webex, along with more complex, complete widgets, such as the Webex Space Widget.
2828

2929
The basic components are just presentational React <https://github.com/facebook/react> components, while our widgets leverage Redux <https://github.com/reactjs/redux> and the Webex Javascript SDK <https://github.com/webex/webex-js-sdk>.
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/react-widgets",
33
"version": "0.2.133",
4-
"description": "The Webex for React library allows developers to easily incorporate Webex Teams functionality into an application.",
4+
"description": "The Webex for React library allows developers to easily incorporate Webex functionality into an application.",
55
"scripts": {
66
"build": "babel-node ./scripts/build/index.js",
77
"build:all": "cross-env NODE_ENV=${NODE_ENV:-production} NODE_OPTIONS=--max-old-space-size=2048 npm run build all",

packages/node_modules/@webex/widget-recents-demo/src/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)