Skip to content

Commit

Permalink
fixes broken links in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Nov 11, 2024
1 parent 77d8dfd commit 79febca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions docs/developer/system/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,20 @@ The microservices responsible for satisfying the user requirements are:
If you are interested, please take a look at
the [C4 architectural diagram](C4-L2_diagram.png).

A mapping of the architectural components to related pages in
the documentation is available in the table.
A mapping of the architectural components to the implementation
components is available in the table.

| System Component | Doc Page(s) |
| :---------------- | :--------------------------------------------------------------------------------------------------------------------------------------- |
| Service Router | [Traefik Gateway](https://github.com/INTO-CPS-Association/DTaaS/tree/feature/distributed-demo/servers/config/gateway#the-gateway-server) |
| Web Application | [React Webapplication](../client/client.md) |
| Reusable Assets | [Library Microservice](../servers/lib/lib-ms.md) |
| Digital Twins and DevOps | [Integrated Gitlab](../../admin/gitlab/index.md) |
| Services | [Third-party Services](./../../admin/services.md) (MQTT, InfluxDB, RabbitMQ, Grafana and MongoDB) |
| DT Lifecycle | Not available yet |
| Security | Gitlab [client OAuth](../../admin/client/auth.md) and [server OAuth](../../admin/servers/auth.md) |
| Digital Twins as Services | [DT Runner](../../user/servers/execution/runner/README.md) |
| Accounting | Not available yet |
| Service Router | [Traefik Gateway](https://doc.traefik.io/traefik/) |
| Web Application | [React Webapplication](https://github.com/INTO-CPS-Association/DTaaS/blob/feature/distributed-demo/client/README.md) |
| Reusable Assets | [Library Microservice](https://github.com/INTO-CPS-Association/DTaaS/blob/feature/distributed-demo/servers/lib/README.md) |
| Digital Twins and DevOps | [Integrated Gitlab](../../admin/gitlab/index.md) |
| Services | [Third-party Services](./../../admin/services.md) (MQTT, InfluxDB, RabbitMQ, Grafana and MongoDB) |
| DT Lifecycle | Not available yet |
| Security | Gitlab [client OAuth](../../admin/client/auth.md) and [server OAuth](../../admin/servers/auth.md) |
| Digital Twins as Services | [DT Runner](https://github.com/INTO-CPS-Association/DTaaS/blob/feature/distributed-demo/servers/execution/runner/README.md) |
| Accounting | Not available yet |
| Execution Manager | Not available yet |

## References
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/system/current-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ also gets access to shared DT assets. Users can synchronize their
private DT assets with external git repositories. In addition,
the asset repository transparently gets mapped to user workspaces
within which users can perform DT lifecycle operations.
There is also a [library microservice](../servers/lib/lib-ms.md) which
There is also a [library microservice](../../admin/servers/lib/npm.md) which
in the long-run will replace the file server.

Users can run DTs in their workspaces and also permit remote access
Expand Down

0 comments on commit 79febca

Please sign in to comment.