Skip to content

Commit 0b1ac1a

Browse files
authored
Fix getting started doc (#482)
1 parent 80dad96 commit 0b1ac1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor-guide/modules/ROOT/pages/superproject/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Official repository: https://github.com/boostorg/website-v2-docs
99
= Getting Started with the Super-Project
1010
:navtitle: Getting Started
1111

12-
Boost libraries reside in subdirectories under the `libs` directory. For example, the contents of the boost:filesystem[] library are in `libs/filesystem.` This includes the build scripts (in l`ibs/filesystem/build`), the source files (in `libs/filesystem/src`), the tests (in `libs/filesystem/test`), the documentation (in `libs/filesystem/doc`), and so on.
12+
Boost libraries reside in subdirectories under the `libs` directory. For example, the contents of the boost:filesystem[] library are in `libs/filesystem.` This includes the build scripts (in `libs/filesystem/build`), the source files (in `libs/filesystem/src`), the tests (in `libs/filesystem/test`), the documentation (in `libs/filesystem/doc`), and so on.
1313

1414
In the past, when Boost used SVN as its version control system, the header files were an exception. The header files of all libraries resided in the `boost` subdirectory, and it wasn't possible to accurately determine which header belonged to which library.
1515

0 commit comments

Comments
 (0)