Skip to content

Commit 0e8a6d0

Browse files
committed
make cpp link relative
1 parent adc3978 commit 0e8a6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
{%- endif %}
175175

176176
{%- include "searchbox.html" %}
177-
<div class="cpplink"><a href="https://api.binary.ninja/cpp/">C++ Documentation</a></div>
177+
<div class="cpplink"><a href="./cpp/index.html">C++ Documentation</a></div>
178178

179179
{%- endblock %}
180180
</div>

0 commit comments

Comments
 (0)