Marcus Folkesson <marcus.folkesson@xxxxxxxxx> writes: > The reference undeniably points to something unrelated nowadays. > Remove it. > > Signed-off-by: Marcus Folkesson <marcus.folkesson@xxxxxxxxx> > --- > Documentation/input/devices/pxrc.rst | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/Documentation/input/devices/pxrc.rst b/Documentation/input/devices/pxrc.rst > index ca11f646bae8..5a86df4ad079 100644 > --- a/Documentation/input/devices/pxrc.rst > +++ b/Documentation/input/devices/pxrc.rst > @@ -5,7 +5,7 @@ pxrc - PhoenixRC Flight Controller Adapter > :Author: Marcus Folkesson <marcus.folkesson@xxxxxxxxx> > > This driver let you use your own RC controller plugged into the > -adapter that comes with PhoenixRC [1]_ or other compatible adapters. > +adapter that comes with PhoenixRC or other compatible adapters. > > The adapter supports 7 analog channels and 1 digital input switch. > > @@ -41,7 +41,7 @@ Manual Testing > ============== > > To test this driver's functionality you may use `input-event` which is part of > -the `input layer utilities` suite [2]_. > +the `input layer utilities` suite [1]_. > > For example:: > > @@ -53,5 +53,4 @@ To print all input events from input `devnr`. > References > ========== > > -.. [1] http://www.phoenix-sim.com/ > -.. [2] https://www.kraxel.org/cgit/input/ > +.. [1] https://www.kraxel.org/cgit/input/ Hmm...that does indeed seem like a link that lacks value for kernel development. Patch applied, thanks. jon