Skip to content

Commit 78c6ecd

Browse files
committed
Fix links in readme
1 parent 4335756 commit 78c6ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The starting offset of the array view.
8080
Defaults to 0.
8181

8282
- `order` _Optional_
83-
Ordering method for storing data. See [ordering methods](#ordering_methods) section for more information.
83+
Ordering method for storing data. See [ordering methods](#ordering-methods) section for more information.
8484
Available values:
8585
* `MultiArray.C_ORDER` — Row-major order (C-style)
8686
* `MultiArray.F_ORDER` — Column-major (Fortran-style)
@@ -122,7 +122,7 @@ The starting offset of the array view.
122122
Defaults to 0.
123123

124124
- `order` _Optional_
125-
Ordering method for storing data. See [ordering methods](#ordering_methods) section for more information.
125+
Ordering method for storing data. See [ordering methods](#ordering-methods) section for more information.
126126
Available values:
127127
* `MultiArray.C_ORDER` — Row-major order (C-style)
128128
* `MultiArray.F_ORDER` — Column-major (Fortran-style)

0 commit comments

Comments
 (0)