@@ -56,7 +56,7 @@ $ pip install tensorflow
5656```
5757
5858Other devices (DirectX and MacOS-metal) are supported using
59- [ Device plugins ] ( https://www.tensorflow.org/install/gpu_plugins#available_devices ) .
59+ [ Device Plugins ] ( https://www.tensorflow.org/install/gpu_plugins#available_devices ) .
6060
6161A smaller CPU-only package is also available:
6262
@@ -87,16 +87,16 @@ b'Hello, TensorFlow!'
8787```
8888
8989For more examples, see the
90- [ TensorFlow tutorials ] ( https://www.tensorflow.org/tutorials/ ) .
90+ [ TensorFlow Tutorials ] ( https://www.tensorflow.org/tutorials/ ) .
9191
9292## Contribution guidelines
9393
9494** If you want to contribute to TensorFlow, be sure to review the
95- [ contribution guidelines ] ( CONTRIBUTING.md ) . This project adheres to TensorFlow's
96- [ code of conduct ] ( CODE_OF_CONDUCT.md ) . By participating, you are expected to
95+ [ Contribution Guidelines ] ( CONTRIBUTING.md ) . This project adheres to TensorFlow's
96+ [ Code of Conduct ] ( CODE_OF_CONDUCT.md ) . By participating, you are expected to
9797uphold this code.**
9898
99- ** We use [ GitHub issues ] ( https://github.com/tensorflow/tensorflow/issues ) for
99+ ** We use [ GitHub Issues ] ( https://github.com/tensorflow/tensorflow/issues ) for
100100tracking requests and bugs, please see
101101[ TensorFlow Forum] ( https://discuss.tensorflow.org/ ) for general questions and
102102discussion, and please direct specific questions to
@@ -110,9 +110,9 @@ open-source software development.
110110Follow these steps to patch a specific version of TensorFlow, for example, to
111111apply fixes to bugs or security vulnerabilities:
112112
113- * Clone the TensorFlow repo and switch to the corresponding branch for your
114- desired TensorFlow version, for example, branch ` r2.8 ` for version 2.8.
115- * Apply (that is , cherry-pick) the desired changes and resolve any code
113+ * Clone the TensorFlow repository and switch to the appropriate branch for
114+ your desired version— for example, ` r2.8 ` for version 2.8.
115+ * Apply the desired changes (i.e. , cherry-pick them) and resolve any code
116116 conflicts.
117117* Run TensorFlow tests and ensure they pass.
118118* [ Build] ( https://www.tensorflow.org/install/source ) the TensorFlow pip
@@ -121,7 +121,7 @@ apply fixes to bugs or security vulnerabilities:
121121## Continuous build status
122122
123123You can find more community-supported platforms and configurations in the
124- [ TensorFlow SIG Build community builds table ] ( https://github.com/tensorflow/build#community-supported-tensorflow-builds ) .
124+ [ TensorFlow SIG Build Community Builds Table ] ( https://github.com/tensorflow/build#community-supported-tensorflow-builds ) .
125125
126126### Official Builds
127127
@@ -159,8 +159,8 @@ Build Type | Status
159159* [ TensorFlow Code Search] ( https://cs.opensource.google/tensorflow/tensorflow )
160160
161161Learn more about the
162- [ TensorFlow community ] ( https://www.tensorflow.org/community ) and how to
163- [ contribute ] ( https://www.tensorflow.org/community/contribute ) .
162+ [ TensorFlow Community ] ( https://www.tensorflow.org/community ) and how to
163+ [ Contribute ] ( https://www.tensorflow.org/community/contribute ) .
164164
165165## Courses
166166
0 commit comments