Skip to content

Commit 696eb27

Browse files
author
Arie Bregman
authored
Sync devel to master (bregman-arie#215)
* Add a couple of exercises Also fixed the link for kubernetes exercises. * Fix kubernetes images Also fixed the link to containers exercises.
1 parent 47aa28a commit 696eb27

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</tr>
6363
<tr>
6464
<td align="center"><a href="#certificates"><img src="images/certificates.png" width="75px;" height="75px;" alt="Certificates"/><br /><b>Certificates</b></a></td>
65-
<td align="center"><a href="#containers"><img src="images/containers.png" width="70px;" height="75px;" alt="Containers"/><br /><b>Containers</b></a></td>
65+
<td align="center"><a href="exercises/containers/README.md"><img src="images/containers.png" width="70px;" height="75px;" alt="Containers"/><br /><b>Containers</b></a></td>
6666
<td align="center"><a href="#sql"><img src="images/sql.png" width="75px;" height="75px;" alt="sql"/><br /><b>SQL</b></a></td>
6767
<td align="center"><a href="exercises/openshift/README.md"><img src="images/openshift.png" width="75px;" height="75px;" alt="OpenShift"/><br /><b>OpenShift</b></a></td>
6868
<td align="center"><a href="#storage"><img src="images/storage.png" width="75px;" height="75px;" alt="Storage"/><br /><b>Storage</b></a></td>

exercises/kubernetes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ False. A Kubernetes cluster consists of at least 1 master and can have 0 workers
137137

138138
<details>
139139
<summary>Place the components on the right side of the image in the right place in the drawing<br>
140-
<img src="images/kubernetes/kubernetes_components.png" height="300px" width="300px"/>
140+
<img src="images/kubernetes_components.png"/>
141141
</summary><br><b>
142-
<img src="images/kubernetes/kubernetes_components_solution.png" height="300px" width="300px"/>
142+
<img src="images/kubernetes_components_solution.png"/>
143143
</b></details>
144144

145145
<details>

0 commit comments

Comments
 (0)