Skip to content

Commit 0c6dfb6

Browse files
committed
Links fixed
1 parent 031beeb commit 0c6dfb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

module1/presentation_oop_intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ___
1010

1111
## SHM — Symulator Handlu Morskiego
1212

13-
<img height="500" data-src="img/statek.png" alt="Statek" class="plain">
13+
<img height="500" data-src="https://github.com/coders-school/object-oriented-programming/raw/master/module1/img/statek.png" alt="Statek" class="plain">
1414

1515
___
1616
<!-- .slide: data-background="#eeeeee" -->
1717

1818
## SHM - Diagram UML
1919

20-
<a href="../shm-uml.svg">
21-
<img height="500" data-src="../shm-uml.svg" alt="Diagram klas - SHM" class="plain">
20+
<a href="https://raw.githubusercontent.com/coders-school/object-oriented-programming/master/shm-uml.svg">
21+
<img height="500" data-src="https://raw.githubusercontent.com/coders-school/object-oriented-programming/master/shm-uml.svg" alt="Diagram klas - SHM" class="plain">
2222
</a>
2323

2424
___
@@ -109,7 +109,7 @@ ___
109109

110110
## Diagram klas - kompozycja, agregacja
111111

112-
<img height="250" data-src="img/composition_aggregation.png" alt="Statek" class="plain">
112+
<img height="250" data-src="https://github.com/coders-school/object-oriented-programming/raw/master/module1/img/composition_aggregation.png" alt="Kompozycja i agregacja" class="plain">
113113

114114
* <!-- .element: class="fragment fade-in" --> Kompozycja: Samochód (Car) zawiera dokładnie 1 Gaźnik (Carburetor). Gaźnik jest częścią dokładnie jednego samochodu. Bez samochodu gaźnik nic nie robi, nie może więc działać bez niego.
115115
* <!-- .element: class="fragment fade-in" --> Agregacja: Staw (Pond) może zawierać dowolną liczbę (0..*) Kaczek (Duck). Kaczka może być w danej chwili tylko w jednym stawie lub w żadnych (0..1). Kaczka może żyć poza stawem.

0 commit comments

Comments
 (0)