Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link in live dev mode to docs #5856

Merged
merged 1 commit into from
Aug 14, 2024
Merged
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
4 changes: 2 additions & 2 deletions templates/webapi/test/live.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@
<div class="developer-mode-element" data-visible-on="isConnecting">
<i class="fa fa-spinner fa-spin fa-lg"></i> <span id="developer-loading-info">establishing connection to backend ...</span>
<p>
See <a href="http://open.qa/docs/#_steps_to_debug_developer_mode_setup" target="blank">steps to debug developer mode setup</a> if the connection can
See <a href="http://open.qa/docs/#debugdevelmode" target="blank">steps to debug developer mode setup</a> if the connection can
not be established in a reasonable time.
</p>
</div>
<div id="developer-config-issue-note" class="developer-mode-element" data-visible-on="badConfiguration">
The developer mode is not available because of a configuration issue.
See <a href="http://open.qa/docs/#_steps_to_debug_developer_mode_setup" target="blank">steps to debug developer mode setup</a>.
See <a href="http://open.qa/docs/#debugdevelmode" target="blank">steps to debug developer mode setup</a>.
</div>
</div>
</div>
Expand Down
Loading