Skip to content

Commit 369d7a7

Browse files
authored
Fix: #1 Get Started buttons on homepage not working
Fixed by adding href attributes with suggested url https://docs.stackstorm.com/overview.html.
1 parent acfdbf8 commit 369d7a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h2>StackStorm connects all your apps, services, and workflows.</h2>
286286
<a class="btn-secondary btn-large tve_evt_manager_listen tve_et_click" data-tcb-events="__TCB_EVENT_[{&quot;config&quot;:{&quot;s&quot;:&quot;youtube&quot;,&quot;p&quot;:{&quot;a&quot;:false,&quot;hrv&quot;:true,&quot;hyl&quot;:true,&quot;id&quot;:&quot;MtPw1WC9pxA&quot;,&quot;url&quot;:&quot;https://www.youtube.com/watch?v=MtPw1WC9pxA&quot;}},&quot;a&quot;:&quot;thrive_video&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__">
287287
<i class="fa fa-play-circle" aria-hidden="true"></i> Why StackStorm?
288288
</a>
289-
<a class="btn-primary btn-large tve_btnLink tve_evt_manager_listen ttfm2 tve_et_click" data-tcb-events="__TCB_EVENT_[{&quot;t&quot;:&quot;click&quot;,&quot;a&quot;:&quot;thrive_leads_2_step&quot;,&quot;config&quot;:{&quot;l_id&quot;:&quot;6485&quot;},&quot;elementType&quot;:&quot;a&quot;}]_TNEVE_BCT__">Get Started</a>
289+
<a class="btn-primary btn-large tve_btnLink tve_evt_manager_listen ttfm2 tve_et_click" data-tcb-events="__TCB_EVENT_[{&quot;t&quot;:&quot;click&quot;,&quot;a&quot;:&quot;thrive_leads_2_step&quot;,&quot;config&quot;:{&quot;l_id&quot;:&quot;6485&quot;},&quot;elementType&quot;:&quot;a&quot;}]_TNEVE_BCT__" href="https://docs.stackstorm.com/overview.html">Get Started</a>
290290
</div> <!-- btn-group -->
291291
</div> <!-- hero-container -->
292292
</div>
@@ -977,7 +977,7 @@ <h3>Automated Security Response</h3>
977977
</div> <!-- stacked-content -->
978978
</div> <!-- stacked-container -->
979979
<div class="btn-group">
980-
<a class="btn-primary btn-large tve_btnLink tve_evt_manager_listen ttfm2 tve_et_click" data-tcb-events="__TCB_EVENT_[{&quot;t&quot;:&quot;click&quot;,&quot;a&quot;:&quot;thrive_leads_2_step&quot;,&quot;config&quot;:{&quot;l_id&quot;:&quot;6485&quot;},&quot;elementType&quot;:&quot;a&quot;}]_TNEVE_BCT__">Get Started</a>
980+
<a class="btn-primary btn-large tve_btnLink tve_evt_manager_listen ttfm2 tve_et_click" data-tcb-events="__TCB_EVENT_[{&quot;t&quot;:&quot;click&quot;,&quot;a&quot;:&quot;thrive_leads_2_step&quot;,&quot;config&quot;:{&quot;l_id&quot;:&quot;6485&quot;},&quot;elementType&quot;:&quot;a&quot;}]_TNEVE_BCT__" href="https://docs.stackstorm.com/overview.html">Get Started</a>
981981
</div> <!-- btn-group -->
982982
</div> <!-- content-container -->
983983
<!------------------- BUSINESS APPLICATIONS ------------------->
@@ -1405,4 +1405,4 @@ <h4>Privacy Overview</h4> <div class="cli-privacy-content">
14051405
<script type="text/javascript">var tcb_post_lists=JSON.parse('[]');</script>
14061406
</div>
14071407
</body>
1408-
</html>
1408+
</html>

0 commit comments

Comments
 (0)