Skip to content

Commit a89035d

Browse files
Features
1 parent bac3ff1 commit a89035d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ <h3>ThingsBoard Features</h3>
245245
<div class="col-lg-6">
246246
<div class="block"><img src="/images/scalability-icon.svg">
247247
<div>
248-
<a class="title" href="/docs/reference/architecture/#clustering-mode">Horizontal scalability</a>
248+
<a class="title" href="/docs/reference/#thingsboard-services">Horizontal scalability</a>
249249
<p>Amount of supported server-side requests and devices increase linearly as new thingsboard servers are added in clustering mode. No downtime, server restarts or application errors.</p>
250250
</div>
251251
</div>
@@ -261,7 +261,7 @@ <h3>ThingsBoard Features</h3>
261261
<div class="col-lg-6">
262262
<div class="block"><img src="/images/tolerance-icon.svg">
263263
<div>
264-
<a class="title" href="/docs/reference/architecture/#service-discovery">Fault-tolerance</a>
264+
<a class="title" href="/docs/reference/#thingsboard-services">Fault-tolerance</a>
265265
<p>All thingsboard servers are identical. No master-workers or hot standby. Node failure is automatically detected. Failed nodes can be replaced without downtime. Persisted data is replicated using reliable NoSQL database.</p>
266266
</div>
267267
</div>
@@ -277,7 +277,7 @@ <h3>ThingsBoard Features</h3>
277277
<div class="col-lg-6">
278278
<div class="block"><img src="/images/security-icon.svg">
279279
<div>
280-
<a class="title" href="/docs/reference/architecture/#security">Security</a>
280+
<a class="title" href="/docs/user-guide/device-credentials/">Security</a>
281281
<p>Supports transport encryption for both MQTT and HTTP(s) protocols. Supports device authentication and device credentials management.</p>
282282
</div>
283283
</div>
@@ -293,7 +293,7 @@ <h3>ThingsBoard Features</h3>
293293
<div class="col-lg-6">
294294
<div class="block"><img src="/images/integration-icon.svg">
295295
<div>
296-
<a class="title" href="/docs/user-guide/customization/">Customization and Integration</a>
296+
<a class="title" href="/docs/user-guide/contribution/how-to-contribute/">Customization and Integration</a>
297297
<p>Extend default platform functionality using customizable <a href="/docs/user-guide/rule-engine-2-0/re-getting-started/">rule chains</a>, <a href="/docs/user-guide/ui/widget-library/">widgets</a> and <a href="/docs/reference/protocols/">transport implementations</a>. In addition to MQTT, CoAP and HTTP support, ThingsBoard users can use their own transport implementations or customize behaviour of existing protocols.</p>
298298
</div>
299299
</div>

0 commit comments

Comments
 (0)