You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webcompat/templates/thanks.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
<h2>Thank you.</h2>
7
7
<p>You're helping us make the web a better place to work and play.</p>
8
8
{% if config['PRODUCTION'] %}
9
-
<p>Check the status of your bug here: <ahref="http://webcompat.com/issues/{{ number }}">http://webcompat.com/issues/{{ number }}</a></p>
9
+
<p>Check the status of your bug here: <ahref="https://webcompat.com/issues/{{ number }}">https://webcompat.com/issues/{{ number }}</a></p>
10
10
{% else %}
11
-
<p>Check the status of your bug here: <ahref="http://github.com/{{ config['ISSUES_REPO_URI'] }}/{{ number }}">http://github.com/{{ config['ISSUES_REPO_URI'] }}/{{ number }}</a></p>
11
+
<p>Check the status of your bug here: <ahref="https://github.com/{{ config['ISSUES_REPO_URI'] }}/{{ number }}">https://github.com/{{ config['ISSUES_REPO_URI'] }}/{{ number }}</a></p>
12
12
{% endif %}
13
13
<p><ahref="{{ url_for("index") }}">Return back home</a>.</p>
14
14
<aclass="Button Button--action" href="https://facebook.com/sharer/sharer.php?u={{ encoded_issue }}" target="_blank">Share on Facebook</a>
0 commit comments