Skip to content

Commit 42cc2a2

Browse files
committed
point to www.computo-journal.org waiting for DNS to propagate
1 parent 242ca50 commit 42cc2a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/bib.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<a href="{{ entry.url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">HTML</a>
4545
{% else %}
4646
{% if entry.repository %}
47-
<a href="https://computo-journal.org/{{ entry.repository }}" class="btn btn-sm z-depth-0" role="button"
47+
<a href="https://www.computo-journal.org/{{ entry.repository }}" class="btn btn-sm z-depth-0" role="button"
4848
target="_blank">HTML</a>
49-
<a href="https://computo-journal.org/{{ entry.repository }}/{{ entry.repository }}.pdf"
49+
<a href="https://www.computo-journal.org/{{ entry.repository }}/{{ entry.repository }}.pdf"
5050
class="btn btn-sm z-depth-0" role="button" target="_blank">PDF</a>
5151
<a href="https://github.com/computorg/{{ entry.repository }}" class="btn btn-sm z-depth-0" role="button"
5252
target="_blank">git repo</a>
@@ -56,7 +56,7 @@
5656
{% endif %}
5757
<a href="https://github.com/computorg/{{ entry.repository }}/issues?q=is%3Aopen+is%3Aissue+label%3Areview"
5858
class="btn btn-sm z-depth-0" role="button" target="_blank">Review</a>
59-
<a href="https://computo-journal.org/{{ entry.repository }}/#citation" class="btn btn-sm z-depth-0" role="button"
59+
<a href="https://www.computo-journal.org/{{ entry.repository }}/#citation" class="btn btn-sm z-depth-0" role="button"
6060
target="_blank">Bib</a>
6161
{% endif %}
6262
</div>

0 commit comments

Comments
 (0)