From d0b775c1b2dfa83e00b9e830e5d6e1e74b20c00d Mon Sep 17 00:00:00 2001 From: Francisco Diaz Date: Tue, 11 Feb 2025 18:30:35 -0300 Subject: [PATCH] Fix broken link in README.md The link was pointing to the old micro architecture site. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc5426b..4a4bfe9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Tuist Badge](https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true)](https://github.com/tuist) -This repository contains a modular Xcode project built using the [µfeatures](https://docs.tuist.io/building-at-scale/microfeatures/) approach. +This repository contains a modular Xcode project built using the [TMA](https://docs.tuist.io/guides/develop/projects/tma-architecture) approach. ## Setup 1. Git clone the repository: `git clone git@github.com:tuist/microfeatures-example.git`.