Skip to content

Commit 284379b

Browse files
committed
Fixed README.md- using raw link to images
1 parent f1fae2b commit 284379b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Ciphertext: QEB NRFZH YOLTK CLU GRJMP LSBO QEB IXWV ALD <br/>
3030

3131
<div align="center">
3232
<!-- <img src="/images/caesar_cipher_left_shift_of_3.png" -->
33-
<img src="https://github.com/statogale/caesar-cipher/blob/main/images/caesar_cipher_left_shift_of_3.png"
33+
<img src="https://raw.githubusercontent.com/statogale/caesar-cipher/main/images/caesar_cipher_left_shift_of_3.png"
3434
width="400"
3535
align="center"
3636
margin="100"
@@ -48,7 +48,7 @@ Source: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Caesa
4848
<br />
4949
<div align="center">
5050
<!-- <img src="/images/alberti_cipher_disk.png" -->
51-
<img src="https://github.com/statogale/caesar-cipher/blob/main/images/alberti_cipher_disk.png"
51+
<img src="https://raw.githubusercontent.com/statogale/caesar-cipher/main/images/alberti_cipher_disk.png"
5252
width="400"
5353
align="center"
5454
margin="100"
@@ -68,7 +68,7 @@ Source: <a href="https://upload.wikimedia.org/wikipedia/commons/b/b5/CipherDisk2
6868
<div align="center">
6969
<br>
7070
<!-- <img src="/images/cipher_disk_shift_0.png" -->
71-
<img src="https://github.com/statogale/caesar-cipher/blob/main/images/cipher_disk_shift_0.png"
71+
<img src="https://raw.githubusercontent.com/statogale/caesar-cipher/main/images/cipher_disk_shift_0.png"
7272
width="300"
7373
align="center"
7474
margin="100"
@@ -77,7 +77,7 @@ Source: <a href="https://upload.wikimedia.org/wikipedia/commons/b/b5/CipherDisk2
7777
/>
7878
<div align="center">CipherDisk in 0 position 0 Shift</div>
7979
<br>
80-
<img src="https://github.com/statogale/caesar-cipher/blob/main/images/cipher_disk_shift_3.png"
80+
<img src="https://raw.githubusercontent.com/statogale/caesar-cipher/main/images/cipher_disk_shift_3.png"
8181
width="300"
8282
align="center"
8383
margin="100"

0 commit comments

Comments
 (0)