Skip to content

Commit 7f6e87c

Browse files
authored
Use HTTPS for profile site links (#850)
Use HTTPS profile links
1 parent 7dd23ad commit 7f6e87c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
2-
<a href="http://krot.name"><img src="./assets/profile-banner.svg" alt="krotname - Java developer, tools, infrastructure" width="100%" /></a>
2+
<a href="https://krot.name"><img src="./assets/profile-banner.svg" alt="krotname - Java developer, tools, infrastructure" width="100%" /></a>
33
</p>
44

55

66
[Russian](README.md)
77

88
<p align="center">
9-
<a href="http://krot.name"><img alt="Website" src="https://img.shields.io/badge/site-krot.name-2563eb?style=flat-square"></a>
9+
<a href="https://krot.name"><img alt="Website" src="https://img.shields.io/badge/site-krot.name-2563eb?style=flat-square"></a>
1010
<a href="https://github.com/krotname?tab=repositories"><img alt="Repositories" src="https://img.shields.io/badge/repos-public-16a34a?style=flat-square"></a>
1111
<img alt="Focus" src="https://img.shields.io/badge/focus-Java%20%7C%20tools%20%7C%20automation-f59e0b?style=flat-square">
1212
</p>
@@ -55,5 +55,5 @@ pie showData
5555

5656
## Contacts
5757

58-
- Site: [krot.name](http://krot.name)
58+
- Site: [krot.name](https://krot.name)
5959
- GitHub: [@krotname](https://github.com/krotname)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<a href="http://krot.name"><img src="./assets/profile-banner.svg" alt="krotname - Java developer, tools, infrastructure" width="100%" /></a>
2+
<a href="https://krot.name"><img src="./assets/profile-banner.svg" alt="krotname - Java developer, tools, infrastructure" width="100%" /></a>
33
</p>
44

55
[English](README.en.md)
66

77
<p align="center">
8-
<a href="http://krot.name"><img alt="Website" src="https://img.shields.io/badge/site-krot.name-2563eb?style=flat-square"></a>
8+
<a href="https://krot.name"><img alt="Website" src="https://img.shields.io/badge/site-krot.name-2563eb?style=flat-square"></a>
99
<a href="https://github.com/krotname?tab=repositories"><img alt="Repositories" src="https://img.shields.io/badge/repos-public-16a34a?style=flat-square"></a>
1010
<img alt="Focus" src="https://img.shields.io/badge/focus-Java%20%7C%20tools%20%7C%20automation-f59e0b?style=flat-square">
1111
</p>
@@ -54,5 +54,5 @@ pie showData
5454

5555
## Контакты
5656

57-
- Сайт: [krot.name](http://krot.name)
57+
- Сайт: [krot.name](https://krot.name)
5858
- GitHub: [@krotname](https://github.com/krotname)

0 commit comments

Comments
 (0)