Skip to content

Commit 6d0d238

Browse files
author
romi2002
committed
Fixed cmake quickstart link
1 parent 2388bbf commit 6d0d238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/tools/cmake-installs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ int main() {
102102

103103
Our `CMakeLists.txt` for this local project needs to be slightly different than
104104
the one we used in the
105-
[CMake Quickstart](/docs/ccp/quickstart-cmake) -- we use
105+
[CMake Quickstart](/docs/cpp/quickstart-cmake) -- we use
106106
`find_package` to import Abseil's targets from our local `install` directory.
107107

108108
```

0 commit comments

Comments
 (0)