diff --git a/Documentation/Getting started.md b/Documentation/Getting started.md index 6d923fe343..93abd17d9c 100644 --- a/Documentation/Getting started.md +++ b/Documentation/Getting started.md @@ -50,7 +50,7 @@ This indicates that the IntelliSense engine has got the include paths resolved s ## See Also -[IntelliSense engines](https://github.com/Microsoft/vscode-cpptools/blob/ronglu-edit/Documentation/LanguageServer/IntelliSense%20engine.md) +[IntelliSense engines](https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/IntelliSense%20engine.md) -[c_cpp_properties.json reference guide](https://github.com/Microsoft/vscode-cpptools/blob/ronglu-edit/Documentation/LanguageServer/c_cpp_properties.json.md) +[c_cpp_properties.json reference guide](https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/c_cpp_properties.json.md) diff --git a/Documentation/LanguageServer/IntelliSense engine.md b/Documentation/LanguageServer/IntelliSense engine.md index e932f55bd9..2b2e83820d 100644 --- a/Documentation/LanguageServer/IntelliSense engine.md +++ b/Documentation/LanguageServer/IntelliSense engine.md @@ -35,6 +35,6 @@ We recommend using the "Default" engine for the best IntelliSense experience. Ho * `"Tag Parser"` - use the "fuzzy" IntelliSense engine #### See Also -[Configuring includePath for better IntelliSense results](https://github.com/Microsoft/vscode-cpptools/blob/ronglu-edit/Documentation/Getting%20started.md) +[Configuring includePath for better IntelliSense results](https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/Getting%20started.md) -[c_cpp_properties.json reference guide](https://github.com/Microsoft/vscode-cpptools/blob/ronglu-edit/Documentation/LanguageServer/c_cpp_properties.json.md) +[c_cpp_properties.json reference guide](https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/c_cpp_properties.json.md)