Skip to content

Commit 4053b73

Browse files
authored
Fix link (#42557)
1 parent 1f53567 commit 4053b73

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/keywords

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/keywords/extern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `extern` keyword can also define an external assembly alias, which makes it
2323

2424
It is an error to use the [abstract](abstract.md) and `extern` modifiers together to modify the same member. Using the `extern` modifier means that the method is implemented outside the C# code, whereas using the `abstract` modifier means that the method implementation is not provided in the class.
2525

26-
The extern keyword has more limited uses in C# than in C++. To compare the C# keyword with the C++ keyword, see [Using extern to Specify Linkage](/cpp/cpp/extern-cpp.md#extern-c-and-extern-c-function-declarations) in the C++ Language Reference.
26+
The extern keyword has more limited uses in C# than in C++. To compare the C# keyword with the C++ keyword, see [Using extern to Specify Linkage](/cpp/cpp/extern-cpp#extern-c-and-extern-c-function-declarations) in the C++ Language Reference.
2727

2828
## Example 1
2929

0 commit comments

Comments
 (0)