Skip to content

Commit efa4c8f

Browse files
authored
Update op.md
1 parent 9b5b8b0 commit efa4c8f

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](https://github.com/tensorflow/docs/blob/master/site/en/r1/guide/version_compat.md).
11931193
11941194
### GPU Support
11951195

0 commit comments

Comments
 (0)