Skip to content

Commit 6073212

Browse files
Update README.md
Adding link to technical article.
1 parent 82c5244 commit 6073212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![View <Developing MATLAB Apps Using the Model-View-Controller Pattern> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/)
44

5-
This repository contains the MATLAB® code for the technical article [Developing MATLAB Apps Using the Model-View-Controller (MVC) Pattern](https://www.mathworks.com/company/newsletters/articles/). The article provides a step-by-step guide for building a small MVC application. You can inspect the source code and modify it to suit your own application needs.
5+
This repository contains the MATLAB® code for the technical article [Developing MATLAB Apps Using the Model-View-Controller (MVC) Pattern](https://www.mathworks.com/company/newsletters/articles/developing-matlab-apps-using-the-model-view-controller-pattern.html). The article provides a step-by-step guide for building a small MVC application. You can inspect the source code and modify it to suit your own application needs.
66

77
Developing an application using MVC can help address the following common development concerns when creating large-scale applications:
88
<ul>

0 commit comments

Comments
 (0)