We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5b8b0 commit efa4c8fCopy full SHA for efa4c8f
site/en/r1/guide/extend/op.md
@@ -1189,7 +1189,7 @@ callers. The Python API may be kept compatible by careful changes in a
1189
hand-written Python wrapper, by keeping the old signature except possibly adding
1190
new optional arguments to the end. Generally incompatible changes may only be
1191
made when TensorFlow changes major versions, and must conform to the
1192
-[`GraphDef` version semantics](../guide/version_compat.md#compatibility_of_graphs_and_checkpoints).
+[`GraphDef` version semantics](https://github.com/tensorflow/docs/blob/master/site/en/r1/guide/version_compat.md).
1193
1194
### GPU Support
1195
0 commit comments