Skip to content

Commit

Permalink
Update links to googletest documentation
Browse files Browse the repository at this point in the history
Update links to googletest documentation
No automatic tests, but local manual test: i click it, it opens the googletest documentation.

Reviewed By: sylvestre.ledru

Differential Revision: https://reviews.llvm.org/D136424
  • Loading branch information
sylvestre committed Oct 21, 2022
1 parent fb8886d commit b814d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -17,7 +17,7 @@ namespace google {
namespace readability {

// Check for underscores in the names of googletest tests, per
// https://github.com/google/googletest/blob/master/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
// https://google.github.io/googletest/faq.html#why-should-test-suite-names-and-test-names-not-contain-underscore
///
/// For the user-facing documentation see:
/// http://clang.llvm.org/extra/clang-tidy/checks/google/readability-avoid-underscore-in-googletest-name.html
Expand Down
Expand Up @@ -30,5 +30,5 @@ still checked.

This check does not propose any fixes.

.. _Underscores are not allowed: https://github.com/google/googletest/blob/master/googletest/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
.. _disable individual tests: https://github.com/google/googletest/blob/master/googletest/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
.. _Underscores are not allowed: https://google.github.io/googletest/faq.html#why-should-test-suite-names-and-test-names-not-contain-underscore
.. _disable individual tests: https://google.github.io/googletest/advanced.html#temporarily-disabling-tests

1 comment on commit b814d85

@sylvestre
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The real author is Jan Kasper
I forgot to update the author ...

Please sign in to comment.