Skip to content

Commit fc193cc

Browse files
Resolving changes by Hugo
1 parent 7017f62 commit fc193cc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

samples/react-copilot-chatbubble-with-sso/Setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ This webpart reads the configuration from a configuration list as CopilotAgentCo
112112

113113
After adding the web part on the page and configure with required properties, you will see the chat canvas for your copilot. Based on the logic of your copilot, users will be signed in automatically at the beginning of the conversation, or when a specific event occurs.
114114

115-
![Webpart UI](assets/SPFxUI.png)
115+
![Webpart UI](images/SPFxUI.png)
116116

117-
![Example1](assets/Example1.gif)
117+
![Example1](images/Example1.gif)
118118

119-
![Example2](assets/Example2.gif)
119+
![Example2](images/Example2.gif)
Loading
Loading

samples/react-copilot-chatbubble-with-sso/assets/sample.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"thumbnails": [
2828
{
2929
"type": "image",
30-
"order": 100,
31-
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/images/Example1.gif",
30+
"order": 100,
31+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/assets/Example1.gif",
3232
"alt": "Web Part Preview"
3333
},
3434
{
3535
"type": "image",
3636
"order": 101,
37-
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/images/Example2.gif",
37+
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/assets/Example2.gif",
3838
"alt": "Web Part Preview"
3939
}
4040
],

0 commit comments

Comments
 (0)