fix: Remove double slash

pull/5854/head
Jason Stirnaman 2025-02-24 13:36:28 -06:00
parent 01236c6791
commit 733bd673d6
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{{- $product := index $productPathData 2 -}}
{{- $isDistributed := in (slice "cloud-dedicated" "cloud-serverless" "clustered") $product -}}
{{- if $isDistributed -}}
<a href="/influxdb3/{{ $product }}//reference/sample-data/#get-started-home-sensor-data">Get started home sensor sample data</a>
<a href="/influxdb3/{{ $product }}/reference/sample-data/#get-started-home-sensor-data">Get started home sensor sample data</a>
{{- else -}}
<a href="/influxdb3/{{ $product }}//reference/sample-data/#home-sensor-data">Home sensor sample data</a>
<a href="/influxdb3/{{ $product }}/reference/sample-data/#home-sensor-data">Home sensor sample data</a>
{{- end -}}