Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit a34ac49

Browse files
committed
Release script
1 parent b27534f commit a34ac49

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_includes/upgrade-instructions-table.liquid

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@
9292

9393
<div class="releases-table-content-item upgrade-instructions">
9494
<a href="/docs/{{ docsPrefix }}user-guide/install/upgrade-instructions/ubuntu/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Ubuntu Instructions">
95-
<img src="/images/ubuntu.svg" alt="Upgrade Ubuntu Instructions">
95+
<img src="https://img.thingsboard.io/ubuntu.svg" alt="Upgrade Ubuntu Instructions">
9696
</a>
9797
<a href="/docs/{{ docsPrefix }}user-guide/install/upgrade-instructions/centos/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="CentOS Instructions">
98-
<img src="/images/centos.svg" alt="Upgrade CentOS Instructions">
98+
<img src="https://img.thingsboard.io/centos.svg" alt="Upgrade CentOS Instructions">
9999
</a>
100100
<a href="/docs/{{ docsPrefix }}user-guide/install/upgrade-instructions/windows/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Windows Instructions">
101-
<img src="/images/windows.svg" alt="Upgrade Windows Instructions">
101+
<img src="https://img.thingsboard.io/windows.svg" alt="Upgrade Windows Instructions">
102102
</a>
103103
<a href="/docs/{{ docsPrefix }}user-guide/install/upgrade-instructions/docker/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Docker Instructions">
104-
<img src="/images/docker.svg" alt="Upgrade Docker Instructions">
104+
<img src="https://img.thingsboard.io/docker.svg" alt="Upgrade Docker Instructions">
105105
</a>
106106
<a class="right-link" href="/docs/{{ docsPrefix }}user-guide/install/upgrade-instructions/docker-compose/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Docker Compose Instructions">
107-
<img width="24" height="24" src="/images/install/cluster/docker-compose.svg" alt="Docker Compose Instructions">
107+
<img width="24" height="24" src="https://img.thingsboard.io/install/cluster/docker-compose.svg" alt="Docker Compose Instructions">
108108
</a>
109109
</div>
110110
</div>

0 commit comments

Comments
 (0)