Skip to content

Commit

Permalink
[docs] update github link to webterm
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Jan 19, 2024
1 parent c06f1c1 commit b31e36f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/admin_doc/install_doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@ An optional web terminal can be used with INGInious to load the remote SSH debug
To install this tool :
::

$ git clone https://github.com/UCL-INGI/INGInious-xterm
$ cd INGInious-xterm && npm install
$ git clone https://github.com/INGInious/xterm
$ cd xterm && npm install

You can then launch the tool by running:
::
Expand All @@ -690,5 +690,5 @@ the debug paramaters on the local (see :ref:`ConfigReference`) or remote (see :r
To make the INGInious frontend aware of that application, update your configuration file by setting the ``webterm``
field to ``http://bind_hostname:bind_port`` (see :ref:`ConfigReference`).

For more information on this tool, please see `INGInious-xterm <https://github.com/UCL-INGI/INGInious-xterm>`_. Please
For more information on this tool, please see `INGInious-xterm <https://github.com/INGInious/xterm>`_. Please
note that INGInious-xterm must be launched using SSL if the frontend is launched using SSL.

0 comments on commit b31e36f

Please sign in to comment.