Skip to content

Commit 2e344a7

Browse files
committed
fix links
1 parent 76813ad commit 2e344a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/cpp/import-export-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ import // Always an identifier, never a keyword
112112
## See Also
113113
114114
[Overview of modules in C++](modules-cpp.md)\
115-
[Import the C++ standard library using modules](../../cpp/tutorial-import-stl-named-module.md)
115+
[Import the C++ standard library using modules](tutorial-import-stl-named-module.md)

docs/cpp/modules-cpp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ import "myheader.h";
183183

184184
## See also
185185

186-
[Import the C++ standard library using modules](../../cpp/tutorial-import-stl-named-module.md)\
187-
[Tutorial: Import the C++ standard library using modules from the command line](tutorial-import-stl-named-module)\
186+
[Import the C++ standard library using modules](tutorial-import-stl-named-module.md)\
188187
[`module`, `import`, `export`](import-export-module.md)\
189188
[Named modules tutorial](tutorial-named-modules-cpp.md)\
190189
[Compare header units, modules, and precompiled headers](../build/compare-inclusion-methods.md)

0 commit comments

Comments
 (0)