Better ref link for CSS selectors list for HTTP parser node.

This commit is contained in:
dceejay 2015-01-30 10:00:08 +00:00
parent f451d0644a
commit 5e5a220f68
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<script type="text/x-red" data-help-name="html">
<p>Extracts elements from an html document held in <b>msg.payload</b> using a selector.</p>
<p>The selector uses <a href=="https://github.com/cheeriojs/cheerio/blob/master/Readme.md" target="_new">Cheerio</a>
which is a <b>subset</b> of the <a href="http://api.jquery.com/category/selectors/" target="_new">jQuery syntax</a>.</p>
which uses the <a href="https://github.com/fb55/CSSselect" target="_new">CSS selector</a> syntax.</p>
<p>The result is either a single message with a payload containing an array of the matched elements, or multiple
messages that each contain a matched element.</p>
</script>