Skip to content

Commit e57cd48

Browse files
Update README.md
Signed-off-by: Sachin H Reddy <sachin.hanumantha@salesforce.com>
1 parent f27a6ca commit e57cd48

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Salesforce Messaging for Web API Sample App
22

33
A repository holding a sample app created using React JS library to demonstrate the Messaging experience using Messaging for In-App and Web Public (aka v2.0) REST APIs.
4-
Make sure to always refer to our [Wiki](https://git.soma.salesforce.com/embedded-service-for-web/messagingforweb-sample-app/wiki/Current-App-Support) for the supported features in the app.
4+
Make sure to always refer to our [Wiki](https://github.com/Salesforce-Async-Messaging/messaging-web-api-sample-app/wiki/Current-App-Support) for the supported features in the app.
55

66
## REST API Documentation
77
[https://developer.salesforce.com/docs/service/messaging-api](https://developer.salesforce.com/docs/service/messaging-api)
@@ -10,7 +10,7 @@ Make sure to always refer to our [Wiki](https://git.soma.salesforce.com/embedded
1010
Ensure you have an Embedded Service deployment for Messaging for In-App and Web created of type Custom Client.
1111

1212
## Launch Application Remotely
13-
Go to [https://git.soma.salesforce.com/pages/embedded-service-for-web/messagingforweb-sample-app/build/index.html](https://git.soma.salesforce.com/pages/embedded-service-for-web/messagingforweb-sample-app/build/index.html)
13+
Go to [https://salesforce-async-messaging.github.io/messaging-web-api-sample-app/build/index.html](https://salesforce-async-messaging.github.io/messaging-web-api-sample-app/build/index.html)
1414

1515
## Local Development and Testing Setup
1616
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
@@ -51,17 +51,3 @@ $ npm start
5151
- Once the Sample App page is launched either Remotely or via Local Setup, input your Embedded Service deployment details in the form and submit.
5252
- The deployment details can be found under the Code Snippet panel under Embedded Service deployment setup in Salesforce.
5353
- Click on the 'Let's Chat' Button to get started with a new conversation.
54-
55-
## Mirroring the repository (for internal use only)
56-
[Internal Repo](https://git.soma.salesforce.com/embedded-service-for-web/messagingforweb-sample-app)
57-
[Public Repo (Mirror)](https://github.com/Salesforce-Async-Messaging/messaging-web-api-sample-app)
58-
```
59-
$ git clone --mirror https://git.soma.salesforce.com/embedded-service-for-web/messagingforweb-sample-app.git
60-
61-
$ cd messagingforweb-sample-app
62-
$ git remote set-url --push origin https://github.com/Salesforce-Async-Messaging/messaging-web-api-sample-app
63-
64-
$ git fetch -p origin
65-
$ git push --mirror
66-
```
67-
For more details, see documentation on [mirroring a repository in another location](https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository#mirroring-a-repository-in-another-location).

0 commit comments

Comments
 (0)