removed v2 from influxdb url modal per PR feedback
parent
f5c849a1e9
commit
463b8021b0
|
@ -6,7 +6,7 @@
|
|||
<a id="modal-close"href="#"><span class="icon-ui-remove"></span></a>
|
||||
<div class="modal-content">
|
||||
<h3>Where are you running InfluxDB?</h3>
|
||||
<p>Select where you're using <strong>InfluxDB Cloud</strong> or <strong>InfluxDB v2 OSS</strong> and we'll customize code examples with your <strong>InfluxDB URL</strong>.</p>
|
||||
<p>Select where you're using <strong>InfluxDB Cloud</strong> or <strong>InfluxDB OSS</strong> and we'll customize code examples with your <strong>InfluxDB URL</strong>.</p>
|
||||
<div class="products">
|
||||
{{ range sort .Site.Data.influxdb_urls "product" "desc" }}
|
||||
<div class="product">
|
||||
|
|
Loading…
Reference in New Issue