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 efa4c8f commit 0304e27Copy full SHA for 0304e27
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](https://github.com/tensorflow/docs/blob/master/site/en/r1/guide/version_compat.md).
+[`GraphDef` version semantics](../version_compat.md).
1193
1194
### GPU Support
1195
0 commit comments