From 89d6de603fefa7ef5595026cbf0223312e645f83 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Sat, 8 Apr 2017 14:26:59 +0200 Subject: [PATCH] Fix broken link to w3 URL. Add alternative xpath resources (courtesy of whom we realized the problem) --- include/anna/xml/XPath.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/anna/xml/XPath.hpp b/include/anna/xml/XPath.hpp index a374862..7de0950 100644 --- a/include/anna/xml/XPath.hpp +++ b/include/anna/xml/XPath.hpp @@ -27,7 +27,8 @@ namespace xml { /** XPath es un lenguaje para encontrar informaciĆ³n dentro de un documento XML. - \see http://www.w3schools.com/xpath/default.asp + \see https://www.w3schools.com/xml/xpath_intro.asp + \see http://www.whoishostingthis.com/resources/xpath */ class XPath : Parser { public: -- 2.20.1