Skip to content

Commit 9e65fac

Browse files
authored
Fix broken link
1 parent 50306e1 commit 9e65fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This demonstrates a number of MATLAB features, including:
3838
* Code Issue detection using [Code Analyzer](https://www.mathworks.com/help/matlab/matlab_prog/check-code-for-errors-and-warnings.html) and [Code Issues](https://www.mathworks.com/help/matlab/ref/codeissues.html)
3939
* [Unit Tests](https://www.mathworks.com/help/matlab/matlab-unit-test-framework.html)
4040
* [Code Coverage using Cobertura report format](https://www.mathworks.com/help/matlab/ref/matlab.unittest.plugins.codecoverage.coberturaformat-class.html)
41-
* [Mocking Framework](https://www.mathworks.com/help/matlab/mocking-framework.html)
41+
* [Mocking Framework](https://www.mathworks.com/help/matlab/mock-dependencies-in-tests.html)
4242
* [Parameters in Unit Tests](https://www.mathworks.com/help/matlab/matlab_prog/use-parameters-in-class-based-tests.html)
4343
* [MATLAB Classes](https://www.mathworks.com/help/matlab/object-oriented-programming.html)
4444
* [Static Methods](https://www.mathworks.com/help/matlab/matlab_oop/static-methods.html)

0 commit comments

Comments
 (0)