We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1117d66 commit 933d43fCopy full SHA for 933d43f
5 files changed
_includes/header.html
@@ -22,8 +22,8 @@
22
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.link_title or page.title }}</a>
23
{% endif %}
24
{% endfor %}
25
- <a class="page-link" href="/protocol.html">Protocol</a>
26
- <a class="page-link" href="/protocol-v2.html">Protocol v2-draft</a>
+ <a class="page-link" href="/protocol-v1.html">Protocol v1</a>
+ <a class="page-link" href="/protocol.html">Protocol v2</a>
27
<a class="page-link" href="https://bridge.simplefin.org">Bridge</a>
28
<a class="page-link" href="/ecosystem.html">Apps</a>
29
</div>
0 commit comments