Skip to content

Commit ebc4024

Browse files
fix: typo on path to colab notebook (#129)
1 parent 7fa9a41 commit ebc4024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% block content %}
1111
{% if page.nb_url %}
1212
<div data-md-component="latest-only" style="display: none;">
13-
<a target="_blank" href="https://colab.research.google.com/github/NVIDIA-NeMo/DataDesigner/tree/main/docs/colab_notebooks/{{ page.nb_url.split('/')[-1] }}">
13+
<a target="_blank" href="https://colab.research.google.com/github/NVIDIA-NeMo/DataDesigner/blob/main/docs/colab_notebooks/{{ page.nb_url.split('/')[-1] }}">
1414
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
1515
</a>
1616
<script>

0 commit comments

Comments
 (0)