Skip to content

Commit 1a33e4d

Browse files
authored
Fix Advanced Annotation Vectors broken links Fixed #431 (#432)
The Advanced Annotation Vectors Tutorial references the previous tutorial, Annotation Vectors Tutorial in it, but the links are broken. The links should include .html at the end to work. This was added.
1 parent f9a2c4c commit 1a33e4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Tutorial_Advanced_Annotation_Vectors.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"source": [
88
"# Advanced Annotation Vectors\n",
99
"\n",
10-
"This tutorial is a continuation of [Annotation Vectors](https://stumpy.readthedocs.io/en/latest/Tutorial_Annotation_Vectors) and it summarizes the findings of the [Matrix Profile V](https://www.cs.ucr.edu/~eamonn/guided-motif-KDD17-new-format-10-pages-v005.pdf) paper and replicates the presented case studies.\n",
10+
"This tutorial is a continuation of [Annotation Vectors](https://stumpy.readthedocs.io/en/latest/Tutorial_Annotation_Vectors.html) and it summarizes the findings of the [Matrix Profile V](https://www.cs.ucr.edu/~eamonn/guided-motif-KDD17-new-format-10-pages-v005.pdf) paper and replicates the presented case studies.\n",
1111
"\n",
12-
"In [Annotation Vectors](https://stumpy.readthedocs.io/en/latest/Tutorial_Annotation_Vectors), we were introduced to the concept of **Guided Motif Search** and **Annotation Vectors**. In this tutorial, we will explore the use of annotation vectors in tackling **Stop-Word Motif Bias** and **Simplicity Bias.**"
12+
"In [Annotation Vectors](https://stumpy.readthedocs.io/en/latest/Tutorial_Annotation_Vectors.html), we were introduced to the concept of **Guided Motif Search** and **Annotation Vectors**. In this tutorial, we will explore the use of annotation vectors in tackling **Stop-Word Motif Bias** and **Simplicity Bias.**"
1313
]
1414
},
1515
{
@@ -880,7 +880,7 @@
880880
"\n",
881881
"[Matrix Profile V](https://www.cs.ucr.edu/~eamonn/guided-motif-KDD17-new-format-10-pages-v005.pdf)\n",
882882
"\n",
883-
"[Annotation Vectors](https://stumpy.readthedocs.io/en/latest/Tutorial_Annotation_Vectors)\n",
883+
"[Annotation Vectors](https://stumpy.readthedocs.io/en/latest/Tutorial_Annotation_Vectors.html)\n",
884884
"\n",
885885
"[A Complexity-Invariant Distance Measure for Time Series](https://link.springer.com/article/10.1007/s10618-013-0312-3)"
886886
]

0 commit comments

Comments
 (0)