Skip to content

Commit 56f7d5a

Browse files
committed
examples => example
1 parent d0c3b3f commit 56f7d5a

20 files changed

+7
-7
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ codecov:
77

88
ignore:
99
- "benchmarks/cpp/asio/*"
10-
- "examples/*"
10+
- "example/*"
1111
- "tests/*"
1212
- "/usr/*"
1313
- "**/boost/*"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ if(BOOST_REDIS_MAIN_PROJECT AND BUILD_TESTING)
7474
add_subdirectory(benchmarks)
7575

7676
# Examples
77-
add_subdirectory(examples)
77+
add_subdirectory(example)
7878
endif()

doc/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path-constant this_dir : . ;
99
path-constant target_dir : html ;
1010
path-constant redis_root_dir : .. ;
1111
path-constant include_dir : ../include ;
12-
path-constant examples_dir : ../examples ;
12+
path-constant examples_dir : ../example ;
1313
path-constant readme : ../README.md ;
1414
path-constant layout_file : DoxygenLayout.xml ;
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)