Skip to content

Commit 193a43f

Browse files
authored
TF Create Op - use relative link
1 parent 080f8b0 commit 193a43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/create_op.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To incorporate your custom op you'll need to:
5656
* Some familiarity with C++.
5757
* Must have installed the
5858
[TensorFlow binary](https://github.com/tensorflow/docs/blob/master/site/en/install), or must have
59-
[downloaded TensorFlow source](https://github.com/tensorflow/docs/blob/master/site/en/install/source.md),
59+
[downloaded TensorFlow source](../../install/source.md),
6060
and be able to build it.
6161

6262
## Define the op interface

0 commit comments

Comments
 (0)