diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 528fc8959..d76374078 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ level of the source tree: All source code files longer than a few lines must begin with a header comment with the copyright and license. We use the [Apache 2.0 license](./LICENSE). -[clang-format]: https://releases.llvm.org/18.1.6/tools/clang/docs/ClangFormat.html +[clang-format]: https://clang.llvm.org/docs/ClangFormat.html [Pylint]: https://www.pylint.org [TensorFlow style]: https://www.tensorflow.org/community/contribute/code_style [yamllint]: https://github.com/adrienverge/yamllint diff --git a/requirements.in b/requirements.in index c350f9d7e..15fa788d1 100644 --- a/requirements.in +++ b/requirements.in @@ -35,4 +35,4 @@ pylint==3.3.3 nbformat==5.1.3 nbclient==0.6.5 tensorflow-docs -clang-format~=18.1.0 +clang-format