added ids to header elements in cloud support block, resolves #714
parent
6d3925893c
commit
d9f8711383
|
@ -2,15 +2,15 @@
|
|||
{{ $cloudNameShort := .Site.Data.products.cloud.shortname }}
|
||||
<hr/>
|
||||
<div class="feedback block">
|
||||
<h4>{{ $cloudName }} Support</h4>
|
||||
<h4 id="cloud-support">{{ $cloudName }} Support</h4>
|
||||
<p>
|
||||
The following resources are available when you need help with {{ $cloudNameShort }}:
|
||||
</p>
|
||||
<h5>Free Plan</h5>
|
||||
<h5 id="free-plan">Free Plan</h5>
|
||||
<ul>
|
||||
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
|
||||
</ul>
|
||||
<h5>Usage-based Plan</h5>
|
||||
<h5 id="usage-based-plan">Usage-based Plan</h5>
|
||||
<ul>
|
||||
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
|
||||
<li>Contact <a href="mailto:support@influxdata.com" target="_blank">InfluxData Support</a>.</li>
|
||||
|
|
Loading…
Reference in New Issue