File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ responsibilities and think about the kinds of information different parts of the
237237 {: .challenge}
238238
239239We have been developing our software using the ** Model-View-Controller** (MVC) architecture,
240- but MVC is just one of the common [ software architectural patterns] ( /software-architecture-extra/index.html )
240+ but MVC is just one of the common [ software architectural patterns] ( .. /software-architecture-extra/index.html)
241241and is not the only choice we could have made.
242242
243243### Model-View-Controller (MVC) Architecture
@@ -301,7 +301,7 @@ but the Model stores it using a `Date` object rather than its string representat
301301
302302> ## Reusable "Patterns" of Architecture
303303>
304- > [ Architectural] ( ( https://www.redhat.com/architect/14-software-architecture-patterns) ) and
304+ > [ Architectural] ( https://www.redhat.com/architect/14-software-architecture-patterns ) and
305305> [ programming patterns] ( https://refactoring.guru/design-patterns/catalog ) are reusable templates for
306306> software systems and code that provide solutions for some common software design challenges.
307307> MVC is one architectural pattern.
You can’t perform that action at this time.
0 commit comments