Skip to content

Commit ae6562b

Browse files
committed
Fixed cmake quickstart link
1 parent 2388bbf commit ae6562b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cpp/tools/cmake-installs.md

Lines changed: 1 addition & 1 deletion
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)