diff --git a/assets/adr/message-queue-stats.png b/assets/adr/message_queue_stats.png similarity index 100% rename from assets/adr/message-queue-stats.png rename to assets/adr/message_queue_stats.png diff --git a/assets/adr/tideways-benchmark.png b/assets/adr/tideways_benchmark.png similarity index 100% rename from assets/adr/tideways-benchmark.png rename to assets/adr/tideways_benchmark.png diff --git a/resources/references/adr/2021-11-09-increment-pattern.md b/resources/references/adr/2021-11-09-increment-pattern.md index 89ff06c43..eb72a4669 100644 --- a/resources/references/adr/2021-11-09-increment-pattern.md +++ b/resources/references/adr/2021-11-09-increment-pattern.md @@ -37,7 +37,7 @@ So we implement a new gateway with the following methods: This then enables the following functional flow: -![](../../../assets/adr/message-queue-stats.png "Message queue stats gateway") +![](../../../assets/adr/message_queue_stats.png "Message queue stats gateway") Furthermore, it should also be possible to completely disable the message queue stats or any pool via config file. diff --git a/resources/references/adr/2022-03-25-profiler-integrations.md b/resources/references/adr/2022-03-25-profiler-integrations.md index 260776129..f429cac78 100644 --- a/resources/references/adr/2022-03-25-profiler-integrations.md +++ b/resources/references/adr/2022-03-25-profiler-integrations.md @@ -116,7 +116,7 @@ class CartCalculator ``` These spans are then displayed in the timeline of the corresponding profilers: -![](../../../assets/adr/tideways-benchmark.png "Tideways benchmark") +![](../../../assets/adr/tideways_benchmark.png "Tideways benchmark") Which profiler should be used in the system can be configured via `config/packages/*.yaml`: