From: Eduardo Ramos Testillano Date: Sat, 8 Apr 2017 12:26:59 +0000 (+0200) Subject: Fix broken link to w3 URL. Add alternative xpath resources (courtesy of whom we reali... X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=89d6de603fefa7ef5595026cbf0223312e645f83 Fix broken link to w3 URL. Add alternative xpath resources (courtesy of whom we realized the problem) --- 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: