aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-06-21 12:04:29 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-06-21 10:43:45 +0000
commit003f2ca5c777b90b81d9902168b615eee382481e (patch)
tree612edd48ad30072a2fd5dc7bf374969a86c573d8 /doc
parent31050ad6fcd95f80201acdce2969f3ca38b8e835 (diff)
Docs: Fix link target
Change-Id: I6e5f1d6b39682d708bab6c66ff9fd558996e5f1b Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-autotest.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc
index 094b4bb05a..2d5ba935cd 100644
--- a/doc/src/howto/creator-autotest.qdoc
+++ b/doc/src/howto/creator-autotest.qdoc
@@ -132,7 +132,7 @@
\QC creates the test in the specified project directory.
For more information about creating Google tests, see the
- \l{https://github.com/google/googletest/blob/master/googletest/docs/Primer.md}
+ \l{https://github.com/google/googletest/blob/master/googletest/docs/primer.md}
{Google Test Primer}.
\section1 Setting Up the Google C++ Testing Framework