Skip to content

Commit 93745cc

Browse files
committed
updated ProjectStartupApp and README
1 parent 6f2abb9 commit 93745cc

5 files changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

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

88
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/180661-computer-vision-basics) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Computer-Vision-Basics&project=ComputerVisionBasics.prj&file=README.mlx)
99

10-
[![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https://mathworks-teaching-resources.github.io/computer-vision-basics/TestedWith.json)](https://MathWorks-Teaching-Resources.github.io/computer-vision-basics)
10+
[![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https://mathworks-teaching-resources.github.io/Computer-Vision-Basics/TestedWith.json)](https://MathWorks-Teaching-Resources.github.io/Computer-Vision-Basics)
1111

1212
**Curriculum Module**
1313

Utilities/ProjectStartupApp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
properties (Access = private)
2525
GitHubOrganization = "MathWorks-Teaching-Resources"; % Description
2626
GitHubRepository = "Computer-Vision-Basics";
27-
ImagePath {mustBeFile} = fullfile("Images","image_3.png");
27+
ImagePath {mustBeFile} = fullfile(currentProject().RootFolder,"Images","image_3.png");
2828
end
2929

3030
properties (Access = private)

Utilities/SurveyLinks.mat

-977 Bytes
Binary file not shown.

resources/project/iMwdHOXOBiBXhnA_li8gtEJVTjc/-moahkEd83A2c2ICzp9d5DxsQZAd.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

resources/project/iMwdHOXOBiBXhnA_li8gtEJVTjc/-moahkEd83A2c2ICzp9d5DxsQZAp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)