Skip to content

Commit 0d98702

Browse files
authored
Fix NumPy link in TensorFlow NumPy guide
1 parent b820fb2 commit 0d98702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/tf_numpy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"source": [
7171
"## Overview\n",
7272
"\n",
73-
"TensorFlow implements a subset of the [NumPy API](https://numpy.org/doc/stable/reference/index.html), available as `tf.experimental.numpy`. This allows running NumPy code, accelerated by TensorFlow, while also allowing access to all of TensorFlow's APIs."
73+
"TensorFlow implements a subset of the [NumPy API](https://numpy.org/doc/stable/index.html), available as `tf.experimental.numpy`. This allows running NumPy code, accelerated by TensorFlow, while also allowing access to all of TensorFlow's APIs."
7474
]
7575
},
7676
{

0 commit comments

Comments
 (0)