Skip to content

Commit 9e270a0

Browse files
Merge pull request #2182 from gaikwadrahul8:master
PiperOrigin-RevId: 507931680
2 parents 891f0ca + 0d98702 commit 9e270a0

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/1.16), 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)