Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some minor incorrect anchor links #18348

Merged
merged 3 commits into from
Jun 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions tensorflow/docs_src/install/install_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ or
[macOS](#PrepareMac)


<a name="#PrepareLinux"></a>
<a name="PrepareLinux"></a>
## Prepare environment for Linux

Before building TensorFlow on Linux, install the following build
Expand Down Expand Up @@ -395,9 +395,9 @@ The installation problems you encounter typically depend on the
operating system. See the "Common installation problems" section
of one of the following guides:

* @{$install_linux#CommonInstallationProblems$Installing TensorFlow on Linux}
* @{$install_mac#CommonInstallationProblems$Installing TensorFlow on Mac OS}
* @{$install_windows#CommonInstallationProblems$Installing TensorFlow on Windows}
* @{$install_linux#common_installation_problems$Installing TensorFlow on Linux}
* @{$install_mac#common_installation_problems$Installing TensorFlow on Mac OS}
* @{$install_windows#common_installation_problems$Installing TensorFlow on Windows}

Beyond the errors documented in those two guides, the following table
notes additional errors specific to building TensorFlow. Note that we
Expand Down