Fix broken link in doc for install_c.md
authorYong Tang <yong.tang.github@outlook.com>
Mon, 9 Apr 2018 02:00:47 +0000 (02:00 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Mon, 9 Apr 2018 02:00:47 +0000 (02:00 +0000)
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 <yong.tang.github@outlook.com>
tensorflow/docs_src/install/install_c.md

index a3eca4b..274413e 100644 (file)
@@ -113,6 +113,6 @@ If executing `a.out` fails, ask yourself the following questions:
   * Did you export those environment variables?
 
 If you are still seeing build or execution error messages, search (or post to)
-[StackOverflow](www.stackoverflow.com/questions/tagged/tensorflow) for
+[StackOverflow](https://stackoverflow.com/questions/tagged/tensorflow) for
 possible solutions.