Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
vlorinc committed Jun 11, 2024
1 parent 323e738 commit e03761e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/dpservice-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Also specified port (by default 8080) on which we want to run `dpservice-exporte

## Support, Feedback, Contributing

This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/ironcore/dpservice/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information.
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/ironcore-dev/dpservice/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information.

## License
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion docs/development/design.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Design
The Dataplane Service is built upon the DPDK library. At the heart of the functionality, there is the [Graph Architecture](http://doc.dpdk.org/guides/prog_guide/graph_lib.html) for data processing. The dataplane based on the graph architecture looks like the following:

![DP-Service dataplane](../sys_design/dp_service_dataplane.drawio.png)
![DP-Service dataplane](../sys_design/dpservice_dataplane.drawio.png)

0 comments on commit e03761e

Please sign in to comment.