Skip to content

Commit cf9e873

Browse files
author
Break Yang
committed
Correct the link to internal-only namespaces
1 parent 35572e5 commit cf9e873

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.#*
2+
*~

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ them by hand.
9292
* Sometimes you may want to expose internal functions or
9393
variables just for testing purpose. In this case it is better
9494
to declare them in
95-
[internal-only namespaces](csaes/internal_only_namespaces.md).
95+
[internal-only namespaces](cases/internal_only_namespaces.md).
9696
2. Never do **using namespace foo;**
9797

9898
* This pollutes the namespace, and can lead to hard-to-resolve

0 commit comments

Comments
 (0)