From c6842db40c1cc993ff910732ae056d438312e632 Mon Sep 17 00:00:00 2001 From: Rong Lu Date: Mon, 11 Dec 2017 17:02:37 -0800 Subject: [PATCH] updated links --- Documentation/Getting started.md | 4 ++-- Documentation/LanguageServer/IntelliSense engine.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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)