Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion front/lib/front_web/templates/job/_ssh_popup.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>
</div>
<div>
Paste this to your terminal to access the job via SSH. Read more at: <a href="https://<%= Application.fetch_env!(:front, :docs_domain) %>/article/75-debugging-with-ssh-access" target="_blank" rel="noopener">Docs: Debugging with SSH</a>
Paste this to your terminal to access the job via SSH. Read more at: <a href="https://<%= Application.fetch_env!(:front, :docs_domain) %>/getting-started/tour/continuous-integration#ssh" target="_blank" rel="noopener">Docs: Debugging with SSH</a>
</div>

<%= render FrontWeb.SharedView, "_connect_cli_instructions.html", organization: @organization, user: @user %>
Expand Down