Skip to content

Commit 8870757

Browse files
authored
Fixes links
1 parent 4afe817 commit 8870757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/32-software-architecture-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ responsibilities and think about the kinds of information different parts of the
237237
{: .challenge}
238238

239239
We 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)
241241
and 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.

0 commit comments

Comments
 (0)