Commit 9779d056 authored by Alex Wang's avatar Alex Wang

Fix the broken link to the section about chord recognition

parent 9e03dc6b
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head><meta charset="utf-8" /> <head><meta charset="utf-8" />
<title>index</title> <title>index</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<style type="text/css"> <style type="text/css">
...@@ -11930,7 +11928,7 @@ div#notebook { ...@@ -11930,7 +11928,7 @@ div#notebook {
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<ol> <ol>
<li><a href="notebooks/tonal.ipynb">Tonal Descriptors: Pitch and Chroma</a></li> <li><a href="tonal.html">Tonal Descriptors: Pitch and Chroma</a> (<a href="tonal.ipynb">ipynb</a>)</li>
</ol> </ol>
</div> </div>
...@@ -12043,4 +12041,8 @@ div#notebook { ...@@ -12043,4 +12041,8 @@ div#notebook {
</div> </div>
</div> </div>
</body> </body>
</html> </html>
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"1. [Tonal Descriptors: Pitch and Chroma](notebooks/tonal.ipynb)\n", "1. [Tonal Descriptors: Pitch and Chroma](tonal.html) ([ipynb](tonal.ipynb))\n",
"\n", "\n",
"\n" "\n"
] ]
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment