Skip to content

Commit 3060218

Browse files
authored
Update links for docs relocation (ev3dev#352)
1 parent f834ab1 commit 3060218

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/kernel-hackers-notebook/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ the ev3dev kernel. It is mostly information about the hardware and device driver
3939

4040
### Sensors (Input Devices)
4141

42-
* [Sensor Driver Model](/docs/drivers/lego-sensor-class)
43-
* [List of Sensors](/docs/sensors/#supported-sensors)
42+
* [Sensor Driver Model](http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/sensors.html#the-lego-sensor-subsytem)
43+
* [List of Sensors](http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/sensors.html#supported-sensors)
4444

4545
### Motors (Output Devices)
4646

47-
* [Motor Driver Model](/docs/drivers/tacho-motor-class)
48-
* [List of Motors](/docs/motors/#motors)
47+
* [Motor Driver Model](http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/motors.html#tacho-motor-subsystem)
48+
* [List of Motors](http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/motors.html)
4949

5050

5151
## Software

docs/tutorials/nxtmmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Example - set Pass Count to 10:
3131
$ echo -e -n "\x$(printf '%x' 10)" | dd bs=1 of=direct seek=0x86
3232

3333
[mindsensors.com NxtMMX]: /docs/sensors/mindsensors.com-multiplexer-for-nxt-ev3-motors
34-
[tacho-motor class]: /docs/drivers/tacho-motor-class
34+
[tacho-motor class]: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/motors.html#tacho-motor-subsystem
3535
[tahco-motor tutorial]: ../tacho-motors

docs/tutorials/tacho-motors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,5 +379,5 @@ motor is not actually moving. This can be caused by something mechanically
379379
preventing the motor from rotating or it could mean that the power being sent
380380
to the motor is not enough (too small) to make the motor move.
381381

382-
[tacho-motor]: /docs/drivers/tacho-motor-class
382+
[tacho-motor]: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/motors.html#tacho-motor-subsystem
383383
[tachometer]: https://en.wikipedia.org/wiki/Tachometer

docs/tutorials/using-pixy-camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Pixy camera has the following modes:
5858
* SIGn: the camera searches for signature #n (n=1 to 7).
5959

6060
The data which you retrieve from the camera depends on the camera mode. You
61-
can find detailed information on [this page](/docs/sensors/charmed-labs-pixy-cmucam5-for-lego).
61+
can find detailed information on [this page](http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/sensor_data.html#pixy-lego).
6262
We will explain it to you with some examples.
6363

6464
When the mode is set to ```ALL```, you can retrieve data as follows:

0 commit comments

Comments
 (0)