Skip to content

Commit a055dbc

Browse files
Merge pull request #2194 from tilakrayal:patch-14
PiperOrigin-RevId: 521683729
2 parents bfb6df2 + 0304e27 commit a055dbc

File tree

1 file changed

+1
-1
lines changed
  • site/en/r1/guide/extend

1 file changed

+1
-1
lines changed

site/en/r1/guide/extend/op.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ callers. The Python API may be kept compatible by careful changes in a
11891189
hand-written Python wrapper, by keeping the old signature except possibly adding
11901190
new optional arguments to the end. Generally incompatible changes may only be
11911191
made when TensorFlow changes major versions, and must conform to the
1192-
[`GraphDef` version semantics](../guide/version_compat.md#compatibility_of_graphs_and_checkpoints).
1192+
[`GraphDef` version semantics](../version_compat.md).
11931193
11941194
### GPU Support
11951195

0 commit comments

Comments
 (0)