From a03699ccfbc1a55e792d29b81ae34733da002d7c Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Tue, 15 Aug 2017 09:19:23 -0700 Subject: [PATCH] fix cross-ref link --- notebooks/03.05-Hierarchical-Indexing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/03.05-Hierarchical-Indexing.ipynb b/notebooks/03.05-Hierarchical-Indexing.ipynb index fcd7510..43e3475 100644 --- a/notebooks/03.05-Hierarchical-Indexing.ipynb +++ b/notebooks/03.05-Hierarchical-Indexing.ipynb @@ -1347,7 +1347,7 @@ "editable": true }, "source": [ - "Partial slicing is available as well, as long as the ``MultiIndex`` is sorted (see discussion in [Sorted and Unsorted Indices](#Sorted-and-Unsorted-Indices)):" + "Partial slicing is available as well, as long as the ``MultiIndex`` is sorted (see discussion in [Sorted and Unsorted Indices](#Sorted-and-unsorted-indices)):" ] }, {