Skip to content

Commit b5626e4

Browse files
committed
Fix broken link in doc for install_c.md
This fix adds `https://` to stackoverflow link. Without `https://` the link is rendered as: ``` https://www.tensorflow.org/install/www.stackoverflow.com/questions/tagged/tensorflow ``` in the current page and is broken. Signed-off-by: Yong Tang <[email protected]>
1 parent 7342fa1 commit b5626e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install_c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ If executing `a.out` fails, ask yourself the following questions:
113113
* Did you export those environment variables?
114114

115115
If you are still seeing build or execution error messages, search (or post to)
116-
[StackOverflow](www.stackoverflow.com/questions/tagged/tensorflow) for
116+
[StackOverflow](https://stackoverflow.com/questions/tagged/tensorflow) for
117117
possible solutions.
118118

0 commit comments

Comments
 (0)