From 7421f0e0886c5bd97a04c94036b83cba3fde1f6b Mon Sep 17 00:00:00 2001 From: Sven van der Burg Date: Fri, 15 Nov 2024 19:33:36 +0100 Subject: [PATCH] Change github to gitlab in section 3 --- _episodes/32-software-architecture-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/32-software-architecture-design.md b/_episodes/32-software-architecture-design.md index bbf8733b..09b9dba1 100644 --- a/_episodes/32-software-architecture-design.md +++ b/_episodes/32-software-architecture-design.md @@ -266,7 +266,7 @@ It accepts input from the View and performs the corresponding action on the Model (changing the state of the model) and then updates the View accordingly. For example, on user request, -Controller updates a picture on a user's GitHub profile +Controller updates a picture on a user's GitLab profile and then modifies the View by displaying the updated profile back to the user. ### Limitations to Architectural Design