Skip to content

Commit d97882e

Browse files
authored
doc: fix incorrect path to png image files (opea-project#783)
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 63406dc commit d97882e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,12 @@ To access the Conversational UI frontend, open the following URL in your browser
362362
- "80:80"
363363
```
364364

365-
![project-screenshot](../../../assets/img/chat_ui_init.png)
365+
![project-screenshot](../../../../assets/img/chat_ui_init.png)
366366

367367
Here is an example of running ChatQnA:
368368

369-
![project-screenshot](../../../assets/img/chat_ui_response.png)
369+
![project-screenshot](../../../../assets/img/chat_ui_response.png)
370370

371371
Here is an example of running ChatQnA with Conversational UI (React):
372372

373-
![project-screenshot](../../../assets/img/conversation_ui_response.png)
373+
![project-screenshot](../../../../assets/img/conversation_ui_response.png)

ProductivitySuite/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Here're some of the project's features:
530530
- Generate code: generate the corresponding code based on the current user's input.
531531
532532
Screen Shot
533-
![project-screenshot](../../assets/img/codegen.png)
533+
![project-screenshot](../../../../assets/img/codegen.png)
534534
535535
### DOC SUMMARY
536536

ProductivitySuite/docker_compose/intel/cpu/xeon/keycloak_setup_guide.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ This document show you step-by-step how to configure Keycloak settings.
55
The user management is done via Keycloak and the configuration steps look like this:
66

77
1. Access the Keycloak admin console via url http:${host_ip}:8080 or endpoint that exposed from your kubernetes cluster to configure user. Use default username(admin) and password(admin) to login.
8-
![project-screenshot](../../assets/img/keycloak_login.png)
8+
![project-screenshot](../../../../assets/img/keycloak_login.png)
99
2. Create a new realm named **productivitysuite** within Keycloak.
10-
![project-screenshot](../../assets/img/create_realm.png)
11-
![project-screenshot](../../assets/img/create_productivitysuite_realm.png)
10+
![project-screenshot](../../../../assets/img/create_realm.png)
11+
![project-screenshot](../../../../assets/img/create_productivitysuite_realm.png)
1212
3. Create a new client called **productivitysuite** with default configurations.
13-
![project-screenshot](../../assets/img/create_client.png)
13+
![project-screenshot](../../../../assets/img/create_client.png)
1414
4. Select the **productivitysuite** client that created just now. Insert your ProductivitySuite UI url endpoint into "Valid redirect URIs" and "Web origins" field. Example as screenshot below:
15-
![project-screenshot](../../assets/img/productivitysuite_client_settings.png)
15+
![project-screenshot](../../../../assets/img/productivitysuite_client_settings.png)
1616
5. From the left pane select the Realm roles and create a new role name as user and another new role as viewer.
17-
![project-screenshot](../../assets/img/create_roles.png)
17+
![project-screenshot](../../../../assets/img/create_roles.png)
1818
6. Create a new user name as for example mary and another user as bob. Set passwords for both users (set 'Temporary' to 'Off'). Select Role mapping on the top, assign the user role to mary and assign the viewer role to bob.
19-
![project-screenshot](../../assets/img/create_users.png)
20-
![project-screenshot](../../assets/img/set_user_password.png)
21-
![project-screenshot](../../assets/img/user_role_mapping.png)
19+
![project-screenshot](../../../../assets/img/create_users.png)
20+
![project-screenshot](../../../../assets/img/set_user_password.png)
21+
![project-screenshot](../../../../assets/img/user_role_mapping.png)

Translation/ui/svelte/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 📸 Project Screenshots
44

5-
![project-screenshot](../../../assets/img/trans_ui_init.png)
6-
![project-screenshot](../../../assets/img/trans_ui_select.png)
5+
![project-screenshot](../../assets/img/trans_ui_init.png)
6+
![project-screenshot](../../assets/img/trans_ui_select.png)
77

88
## 🧐 Features
99

0 commit comments

Comments
 (0)