File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22Theia IDE
33=========
44
5- `Theia <https://www. theia-ide.org/ >`_ is a configurable web based IDE
5+ `Theia <https://theia-ide.org/ >`_ is a configurable web based IDE
66built with components from `Visual Studio Code <https://code.visualstudio.com/ >`_.
77
88This package is a plugin for `jupyter-server-proxy <https://jupyter-server-proxy.readthedocs.io/ >`_
@@ -12,12 +12,12 @@ in a JupyterHub / Binder environment.
1212Installing Theia
1313================
1414
15- #. `Install the ``yarn `` package manager <https://yarnpkg.com/lang/ en/docs/install/#alternatives-stable >`_
15+ #. `Install the ``yarn `` package manager <https://classic. yarnpkg.com/en/docs/install/>`_
1616 with one of the available methods.
1717
1818#. Theia is highly configurable, so you need to decide which features you want
1919 in your theia install. Make a ``package.json `` with the list of extensions you want,
20- following `the instructions here <https://www. theia-ide.org/doc/Composing_Applications.html >`_.
20+ following `the instructions here <https://theia-ide.org/docs/composing_applications/ >`_.
2121
2222 Here is an example:
2323
Original file line number Diff line number Diff line change 44Making a new convenience package
55================================
66
7- There is a `cookiecutter <https://github.com/audreyr /cookiecutter >`_
7+ There is a `cookiecutter <https://github.com/cookiecutter /cookiecutter >`_
88template provided in this repo that can be used to make new packages.
99
1010.. code :: bash
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ if we want tighter control over what process is spawned.
234234 }
235235 }
236236
237- This will start `OpenRefine <http ://openrefine.org/ >`_ with the
237+ This will start `OpenRefine <https ://openrefine.org/ >`_ with the
238238 ``refine `` command (which must be in $PATH) on a randomly
239239 generated port, and make it available under ``/openrefine ``
240240 in your notebook url. The URL path is specified by the key,
You can’t perform that action at this time.
0 commit comments