We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
master
1 parent 43b28a3 commit 5e818f1Copy full SHA for 5e818f1
onlinejudge_verify_resources/_includes/document_header.html
@@ -3,7 +3,7 @@ <h1>{{ page.data._verificationStatusIcon }} {{ page.title }}
3
</h1>
4
5
<ul>
6
- <li><a href="{{ site.github.repository_url }}/blob/master/{{ page.data.path }}">View this file on GitHub</a></li>
+ <li><a href="{{ site.github.repository_url }}/blob/{{ site.github.default_branch }}/{{ page.data.path }}">View this file on GitHub</a></li>
7
<li>Last update: {{ page.data.timestamp }}</li>
8
{% if page.data.attributes.PROBLEM %}
9
<li>Problem: <a href="{{ page.data.attributes.PROBLEM }}">{{ page.data.attributes.PROBLEM }}</a></li>
0 commit comments