diff --git a/radar/2018-03-01/micro-frontends.md b/radar/2018-03-01/microfrontends.md similarity index 100% rename from radar/2018-03-01/micro-frontends.md rename to radar/2018-03-01/microfrontends.md diff --git a/radar/2019-11-01/micro-frontends.md b/radar/2019-11-01/microfrontends.md similarity index 100% rename from radar/2019-11-01/micro-frontends.md rename to radar/2019-11-01/microfrontends.md diff --git a/radar/2021-07-01/micro-frontends.md b/radar/2021-07-01/microfrontends.md similarity index 100% rename from radar/2021-07-01/micro-frontends.md rename to radar/2021-07-01/microfrontends.md diff --git a/radar/2021-07-01/page-composing.md b/radar/2021-07-01/page-composing.md index 2122118..27c272d 100644 --- a/radar/2021-07-01/page-composing.md +++ b/radar/2021-07-01/page-composing.md @@ -6,7 +6,7 @@ tags: [architecture] --- Page composing is a way to aggregate multiple independent page fragments into one combined web page. -As an implementation of [Micro Frontends](methods-and-patterns/micro-frontends.html), this approach supports to deploy and run services agnostic to the technologies used per team. +As an implementation of [Micro Frontends](methods-and-patterns/microfrontends.html), this approach supports to deploy and run services agnostic to the technologies used per team. The concept builds upon the fact that all involved services deliver valid HTML as their output. Our solution is a small application which takes care of gathering the page fragments from all services and composing each into a defined HTML template. @@ -14,4 +14,4 @@ A configuration layer further allows controlling which fragment gets pulled from With such a page composing application in place, teams can autonomously develop, deploy and operate their service with the freedom of choosing technologies and release strategies. -Martin Fowler et al. described this as [Server-side template composition](https://martinfowler.com/articles/micro-frontends.html#Server-sideTemplateComposition). \ No newline at end of file +Martin Fowler et al. described this as [Server-side template composition](https://martinfowler.com/articles/micro-frontends.html#Server-sideTemplateComposition). diff --git a/radar/2023-11-01/micro-frontends.md b/radar/2023-11-01/microfrontends.md similarity index 100% rename from radar/2023-11-01/micro-frontends.md rename to radar/2023-11-01/microfrontends.md