diff --git a/README.md b/README.md index d514d1d45..ca5b31c41 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The main debugging interface is available at [localhost:9999](http://localhost:9 ### Architecture Decision Records -https://github.com/QuesmaOrg/poc-elk-mitmproxy/tree/main/quesma/adr +https://github.com/QuesmaOrg/poc-elk-mitmproxy/tree/main/adr ### Quesma diff --git a/quesma/adr/0_template.md b/adr/0_template.md similarity index 100% rename from quesma/adr/0_template.md rename to adr/0_template.md diff --git a/quesma/adr/1_disallow_multiple_source_search.md b/adr/1_disallow_multiple_source_search.md similarity index 100% rename from quesma/adr/1_disallow_multiple_source_search.md rename to adr/1_disallow_multiple_source_search.md diff --git a/quesma/adr/2_end_to_end_testing.md b/adr/2_end_to_end_testing.md similarity index 100% rename from quesma/adr/2_end_to_end_testing.md rename to adr/2_end_to_end_testing.md diff --git a/docker/qa/README.md b/docker/qa/README.md index a65084841..7699659c2 100644 --- a/docker/qa/README.md +++ b/docker/qa/README.md @@ -2,7 +2,7 @@ Quesma has end-to-end tests which rely on recording and replaying HTTP requests. -See [Architectural decision record](../../quesma/adr/2_end_to_end_testing.md) for background. +See [Architectural decision record](../../adr/2_end_to_end_testing.md) for background. ### Running end-to-end tests From top folder: