Skip to content

Commit

Permalink
fix broken app links by appending a / to the url (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Jul 18, 2023
1 parent b890cc2 commit e3d6212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Some helpful resources on using Apache Spark in a Jupyter notebook:

<%- if spark_version.to_s >= '3.4.1' -%>
<div class="col-md-<%= tutorials_root.blank? ? "6" : "4" %>">
<a class="btn btn-primary" target="_blank" href="/rnode/<%= spark_master_host %>/<%= spark_master_webui_port %>">
<a class="btn btn-primary" target="_blank" href="/rnode/<%= spark_master_host %>/<%= spark_master_webui_port %>/">
<i class="fa fa-star"></i> Connect to Spark WebUI
</a>
</div>
Expand Down

0 comments on commit e3d6212

Please sign in to comment.