Skip to content

Commit

Permalink
Fix path errors.
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Sep 25, 2024
1 parent ced1480 commit 3f0d88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion community/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ The OPEA projects use GitHub Action for CI test.
- End to End Test, the PR must pass all end to end tests.

#### Pull Request Review
You can add reviewers from [the code owners list](../codeowner.md) to your PR.
You can add reviewers from [the code owners list](./codeowner.md) to your PR.

## Support

Expand Down
4 changes: 2 additions & 2 deletions community/rfcs/24-05-16-OPEA-001-Overall-Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This RFC is used to present the OPEA overall design philosophy, including overal

The proposed overall architecture is

![OPEA Architecture](opea_architecture.png "OPEA Architecture")
![OPEA Architecture](opea_architecture.png)

1. GenAIComps

Expand All @@ -58,7 +58,7 @@ The proposed overall architecture is

The proposed OPEA workflow is

![OPEA Workflow](opea_workflow.png "OPEA Workflow")
![OPEA Workflow](opea_workflow.png)

1. Microservice

Expand Down

0 comments on commit 3f0d88c

Please sign in to comment.