Skip to content

Commit

Permalink
Fixes links
Browse files Browse the repository at this point in the history
  • Loading branch information
anenadic authored Oct 11, 2024
1 parent 4afe817 commit 8870757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/32-software-architecture-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ responsibilities and think about the kinds of information different parts of the
{: .challenge}

We have been developing our software using the **Model-View-Controller** (MVC) architecture,
but MVC is just one of the common [software architectural patterns](/software-architecture-extra/index.html)
but MVC is just one of the common [software architectural patterns](../software-architecture-extra/index.html)
and is not the only choice we could have made.

### Model-View-Controller (MVC) Architecture
Expand Down Expand Up @@ -301,7 +301,7 @@ but the Model stores it using a `Date` object rather than its string representat

> ## Reusable "Patterns" of Architecture
>
> [Architectural]((https://www.redhat.com/architect/14-software-architecture-patterns)) and
> [Architectural](https://www.redhat.com/architect/14-software-architecture-patterns) and
> [programming patterns](https://refactoring.guru/design-patterns/catalog) are reusable templates for
> software systems and code that provide solutions for some common software design challenges.
> MVC is one architectural pattern.
Expand Down

0 comments on commit 8870757

Please sign in to comment.