diff --git a/episodes/11-using-arrays-transformations.md b/episodes/11-using-arrays-transformations.md index 4771b5a7..746eb3a4 100644 --- a/episodes/11-using-arrays-transformations.md +++ b/episodes/11-using-arrays-transformations.md @@ -62,7 +62,7 @@ Arrays can be sorted, de-duplicated, and manipulated in other ways in GREL expre `"crystal structure|clozapinium|crystal structure|molecular configuration|hydrogen bonding|supramolecular assembly|Chemistry|QD1-999"` -This can be transformed into an array using the `split` function specifying the pipe character ( | ) as the separating character. Recall the cautionary note about separator choice from [Working with Data](https://librarycarpentry.org/lc-open-refine/03-working-with-data). +This can be transformed into an array using the `split` function specifying the pipe character ( | ) as the separating character. Recall the cautionary note about separator choice from [Working with Data](03-working-with-data.md#choosing-a-good-separator). ``` value.split("|")