Skip to content

Commit 88d074a

Browse files
authored
Update tutorial links (#26)
1 parent 5db4b47 commit 88d074a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h6>Documentation</h6>
3333
<h6>Hands On</h6>
3434
<ul class="nav flex-column">
3535
<li class="nav-item">
36-
<a class="nav-link" href="https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/master?filepath=tutorial%2F00%20-%20Introduction%20and%20Setup.ipynb">Tutorials</a>
36+
<a class="nav-link" href="https://mybinder.org/v2/gh/bokeh/tutorial/main?filepath=notebooks%2F01_introduction.ipynb">Tutorials</a>
3737
</li>
3838
<li class="nav-item">
3939
<a class="nav-link" href="https://demo.bokeh.org">Demos</a>

_includes/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</li>
2323

2424
<li class="nav-item flex-md-fill text-md-center">
25-
<a class="nav-link" href="https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/master?filepath=tutorial%2F00%20-%20Introduction%20and%20Setup.ipynb">Tutorials</a>
25+
<a class="nav-link" href="https://mybinder.org/v2/gh/bokeh/tutorial/main?filepath=notebooks%2F01_introduction.ipynb">Tutorials</a>
2626
</li>
2727

2828
<li class="nav-item flex-md-fill text-md-center">

_scenarios/eda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Bokeh works in both [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) a
88

99
Sophisticated interactive visualizations to use alongside your notebook explorations are only a call to `output_notebook` away&mdash;and that includes full embedded Bokeh server applications.
1010

11-
Try things out right now with the [live tutorial notebooks](https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/master?filepath=tutorial%2F00%20-%20Introduction%20and%20Setup.ipynb) hosted generously by [MyBinder](https://gke.mybinder.org/).
11+
Try things out right now with the [live tutorial notebooks](https://mybinder.org/v2/gh/bokeh/tutorial/main?filepath=notebooks%2F01_introduction.ipynb) hosted generously by [MyBinder](https://gke.mybinder.org/).

0 commit comments

Comments
 (0)