8000 Merge pull request #4448 from sviterok/fix_broadcasting_doc · numpy/numpy@fea6079 · GitHub
[go: up one dir, main page]

Skip to content

Commit fea6079

Browse files
committed
Merge pull request #4448 from sviterok/fix_broadcasting_doc
DOC: Update link to EricsBroadcastingDoc
2 parents 30b2445 + 9b68fe7 commit fea6079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/doc/broadcasting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
making it a two-dimensional ``4x1`` array. Combining the ``4x1`` array
172172
with ``b``, which has shape ``(3,)``, yields a ``4x3`` array.
173173
174-
See `this article <http://www.scipy.org/EricsBroadcastingDoc>`_
174+
See `this article <http://wiki.scipy.org/EricsBroadcastingDoc>`_
175175
for illustrations of broadcasting concepts.
176176
177177
"""

0 commit comments

Comments
 (0)
0