Skip to content

Commit 5396b6a

Browse files
committed
docs: update links for the new linkcheck test
1 parent dd63f2a commit 5396b6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contrib/theia/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theia 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
66
built with components from `Visual Studio Code <https://code.visualstudio.com/>`_.
77

88
This package is a plugin for `jupyter-server-proxy <https://jupyter-server-proxy.readthedocs.io/>`_
@@ -12,12 +12,12 @@ in a JupyterHub / Binder environment.
1212
Installing 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

docs/convenience/new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Making 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>`_
88
template provided in this repo that can be used to make new packages.
99

1010
.. code:: bash

docs/server-process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)