JavaScript: Fix link to restify in library tutorial.

(cherry picked from commit af24d125388ed89dcd364697d955026a1f46fd33)
This commit is contained in:
Max Schaefer
2019-09-10 09:06:00 +01:00
committed by james
parent f1588b2622
commit fa4db5a841

View File

@@ -808,7 +808,7 @@ HTTP framework libraries
The library ``semmle.javacript.frameworks.HTTP`` provides classes modeling common concepts from various HTTP frameworks.
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/>`__.
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/>`__.
The most important classes include (all in module ``HTTP``):