From 46e128da2059eaf1a6bfc71ddaeb38d11fd75d1f Mon Sep 17 00:00:00 2001 From: Rajko Winkler Date: Tue, 5 Jan 2016 14:51:26 +0100 Subject: [PATCH 1/4] Update link to wiki Helped me first time using the xpath feature, however took a moment to find it in the wiki. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48fae4f..79cb15a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This extension provides additional XML support to [VS Code](https://code.visuals ## Features * XML Formatting (Indent and Linearize) -* XPath Evaluation +* XPath Evaluation [wiki](./wiki/How-To:-Evaluate-XPath-Queries) ## Roadmap * XPath Builder -* View XML as Tree \ No newline at end of file +* View XML as Tree From ac782541437bd2bad53e54dd62600d8838fe769d Mon Sep 17 00:00:00 2001 From: Rajko Winkler Date: Tue, 5 Jan 2016 14:55:14 +0100 Subject: [PATCH 2/4] Update README.md Fixed relative path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79cb15a..f03f35e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This extension provides additional XML support to [VS Code](https://code.visuals ## Features * XML Formatting (Indent and Linearize) -* XPath Evaluation [wiki](./wiki/How-To:-Evaluate-XPath-Queries) +* XPath Evaluation [wiki](../..//wiki/How-To:-Evaluate-XPath-Queries) ## Roadmap * XPath Builder From 7a09abf0a9c23f2589819725d81c1cf325964a81 Mon Sep 17 00:00:00 2001 From: Rajko Winkler Date: Tue, 5 Jan 2016 14:55:37 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f03f35e..f0a3b87 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This extension provides additional XML support to [VS Code](https://code.visuals ## Features * XML Formatting (Indent and Linearize) -* XPath Evaluation [wiki](../..//wiki/How-To:-Evaluate-XPath-Queries) +* XPath Evaluation ([Wiki](../..//wiki/How-To:-Evaluate-XPath-Queries)) ## Roadmap * XPath Builder From 5c348cec77fc203612181e3028890b1b49fcfb29 Mon Sep 17 00:00:00 2001 From: Rajko Winkler Date: Tue, 5 Jan 2016 22:38:45 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a3b87..743798e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This extension provides additional XML support to [VS Code](https://code.visuals ## Features * XML Formatting (Indent and Linearize) -* XPath Evaluation ([Wiki](../..//wiki/How-To:-Evaluate-XPath-Queries)) +* XPath Evaluation ([Wiki](https://github.com/DotJoshJohnson/vscode-xml/wiki/How-To:-Evaluate-XPath-Queries)) ## Roadmap * XPath Builder