From a3acc7585ebb4e5d693149825ac45063e2ca3af1 Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Sat, 5 Oct 2019 13:49:56 -0700 Subject: [PATCH] Fix links to source code in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e02351f5..ea7b1415 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ccls, which originates from [cquery](https://github.com/cquery-project/cquery), * formatting * hierarchies: [call (caller/callee) hierarchy](src/messages/ccls_call.cc), [inheritance (base/derived) hierarchy](src/messages/ccls_inheritance.cc), [member hierarchy](src/messages/ccls_member.cc) * [symbol rename](src/messages/textDocument_rename.cc) - * [document symbols](src/messages/textDocument_documentSymbol.cc) and approximate search of [workspace symbol](src/messages/workspace_symbol.cc) + * [document symbols](src/messages/textDocument_document.cc) and approximate search of [workspace symbol](src/messages/workspace.cc) * [hover information](src/messages/textDocument_hover.cc) * diagnostics and code actions (clang FixIts) * semantic highlighting and preprocessor skipped regions