Skip to content

Commit 13bf460

Browse files
authored
fix: omit href backslash (#1532)
1 parent 887a082 commit 13bf460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/recipe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>{{ site.data.tutorials[page.static_data].title }}</h1>
7070
<div class="example-content">
7171
<div class="text">
7272
{{ site.data.tutorials[page.static_data].introduction }}
73-
<BR><BR>To see this tutorial in action, <a href="https://www.confluent.io/confluent-cloud/tryfree/\?next=tutorials/ksql-recipe-{{ page.static_data }}">click here</a> to launch it now. It will pre-populate the ksqlDB code in the Confluent Cloud Console and provide mock data or stubbed out code to connect to a real data source. For more detailed instructions, follow the steps below.
73+
<BR><BR>To see this tutorial in action, <a href="https://www.confluent.io/confluent-cloud/tryfree/?next=tutorials/ksql-recipe-{{ page.static_data }}">click here</a> to launch it now. It will pre-populate the ksqlDB code in the Confluent Cloud Console and provide mock data or stubbed out code to connect to a real data source. For more detailed instructions, follow the steps below.
7474
</div>
7575
{% if site.data.tutorials[page.static_data].introduction-media %}
7676
<img class="image" src="{{ site.data.tutorials[page.static_data].introduction-media | relative_url }}" />

0 commit comments

Comments
 (0)