Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af24d12

Browse files
author
Max Schaefer
committed
JavaScript: Fix link to restify in library tutorial.
1 parent 2817cf0 commit af24d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/learn-ql/javascript/introduce-libraries-js.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ HTTP framework libraries
808808

809809
The library ``semmle.javacript.frameworks.HTTP`` provides classes modeling common concepts from various HTTP frameworks.
810810

811-
Currently supported frameworks are `Express <https://expressjs.com/>`__, the standard Node.js ``http`` and ``https`` modules, `Connect <https://github.com/senchalabs/connect>`__, `Koa <https://koajs.com>`__, `Hapi <https://hapijs.com/>`__ and `Restify <https://restify.com/>`__.
811+
Currently supported frameworks are `Express <https://expressjs.com/>`__, the standard Node.js ``http`` and ``https`` modules, `Connect <https://github.com/senchalabs/connect>`__, `Koa <https://koajs.com>`__, `Hapi <https://hapijs.com/>`__ and `Restify <http://restify.com/>`__.
812812

813813
The most important classes include (all in module ``HTTP``):
814814

0 commit comments

Comments
 (0)