Skip to content

Commit 77c6c04

Browse files
authored
fix broken link (#1397)
Signed-off-by: Guenther Schmuelling <[email protected]>
1 parent a327f2b commit 77c6c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ model_proto, external_tensor_storage = tf2onnx.convert.from_keras(model,
306306
An ONNX model_proto and an external_tensor_storage dict.
307307
```
308308

309-
See [tutorials/keras-resnet50.ipynb](keras-resnet50) for an end to end example.
309+
See [tutorials/keras-resnet50.ipynb](tutorials/keras-resnet50) for an end to end example.
310310

311311
### from_function (tf-2.0 and newer)
312312
```

0 commit comments

Comments
 (0)