File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1212 }
1313
1414 let hash = window . location . hash . substring ( 1 ) ;
15- if ( hash ) {
16- window . location . replace ( anchorMap [ hash ] ) ;
15+ if ( hash && hash in anchorMap ) {
16+ window . location . replace ( anchorMap [ hash ] ) ;
1717 }
1818} ) ( ) ;
Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ Release notes
1515 # .. warning::
1616 # Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
1717
18+ .. _release_2.14.1 :
19+
20+ 2.14.1
21+ ------
22+
23+ Documentation
24+ ~~~~~~~~~~~~~
25+
26+ * Fix API links.
27+ By :user: `Josh Moore <joshmoore> ` :issue: `1346 `.
28+
29+ * Fix unit tests which prevented the conda-forge release.
30+ By :user: `Josh Moore <joshmoore> ` :issue: `1348 `.
31+
1832.. _release_2.14.0 :
1933
20342.14.0
You can’t perform that action at this time.
0 commit comments