Skip to content

Commit bfa84d3

Browse files
committed
Fix broken links in README
1 parent 3e962fa commit bfa84d3

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# List of untracked files to ignore
2+
3+
# Autosave files
4+
*.asv
5+
*.m~
6+
*.autosave
7+
*.slx.r*
8+
*.mdl.r*
9+
10+
# Derived content-obscured files
11+
*.p
12+
13+
# Compiled MEX files
14+
*.mex*
15+
16+
# Packaged app and toolbox files
17+
*.mlappinstall
18+
*.mltbx
19+
20+
# Deployable archives
21+
*.ctf
22+
23+
# Generated helpsearch folders
24+
helpsearch*/
25+
26+
# Code generation folders
27+
slprj/
28+
sccprj/
29+
codegen/
30+
31+
# Cache files
32+
*.slxc
33+
34+
# Cloud based storage dotfile
35+
.MATLABDriveTag

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The solutions are available upon instructor request. If you would like to reques
2323
</tr>
2424
<tr>
2525
<td>
26-
<b>1. Global Temperature</b> [![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/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=GlobalTemperature.mlx)<br><br>
26+
<b>1. Global Temperature</b> <a href="https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=GlobalTemperature.mlx"><img src="https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg" alt="Open in MATLAB Online"></a><br><br>
2727
<img width="400" src="https://user-images.githubusercontent.com/81383420/163450817-5ab4b4df-2e12-418a-aca3-4aedf6f60c70.png" style="margin:10px" >
2828
</td>
2929
<td>
@@ -37,7 +37,7 @@ The solutions are available upon instructor request. If you would like to reques
3737
</tr>
3838
<tr>
3939
<td>
40-
<b>2. Arctic Sea Ice</b> [![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/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=ArcticSeaIce.mlx)<br><br>
40+
<b>2. Arctic Sea Ice</b> <a href="https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=ArcticSeaIce.mlx"><img src="https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg" alt="Open in MATLAB Online"></a><br><br>
4141
<img width="400" src="https://user-images.githubusercontent.com/81383420/163451386-f21ef78a-140d-4d7b-84cd-4901d16b4c18.png" style="margin:10px" >
4242
</td>
4343
<td>
@@ -51,7 +51,7 @@ The solutions are available upon instructor request. If you would like to reques
5151
</tr>
5252
<tr>
5353
<td>
54-
<b>3. Multispectral Imaging</b> [![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/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=MultispectralImaging.mlx)<br><br>
54+
<b>3. Multispectral Imaging</b> <a href="https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=MultispectralImaging.mlx"><img src="https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg" alt="Open in MATLAB Online"></a><br><br>
5555
<img width="400" src="https://user-images.githubusercontent.com/81383420/163451224-17921d42-74f1-4bf3-8a7b-4b72410c188d.png" style="margin:10px" >
5656
</td>
5757
<td>
@@ -65,7 +65,7 @@ The solutions are available upon instructor request. If you would like to reques
6565
</tr>
6666
<tr>
6767
<td>
68-
<b>4. Multispectral Indices</b> [![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/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=MultispectralIndices.mlx)<br><br>
68+
<b>4. Multispectral Indices</b> <a href="https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Climate-Data-Visualization-and-Analysis&project=ClimateVis.prj&file=MultispectralIndices.mlx"><img src="https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg" alt="Open in MATLAB Online"></a><br><br>
6969
<img width="400" src="https://user-images.githubusercontent.com/81383420/163451065-c0a18a12-1132-411e-a70a-73d6744cdc60.png" style="margin:10px" >
7070
</td>
7171
<td>

0 commit comments

Comments
 (0)