Skip to content

Commit 4e6cde6

Browse files
committed
More driver doc fixes
fixed a couple more links and removed some config entries
1 parent 43fdd01 commit 4e6cde6

4 files changed

Lines changed: 3 additions & 21 deletions

File tree

_config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,13 @@ defaults:
2424
values:
2525
layout: "docs"
2626
categories: "docs"
27-
-
28-
scope:
29-
path: "docs/drivers"
30-
type: "pages"
31-
values:
32-
category: "drivers"
3327
-
3428
scope:
3529
path: "docs/tutorials"
3630
type: "pages"
3731
values:
3832
category: "tutorials"
3933
layout: "tutorial"
40-
-
41-
scope:
42-
path: "docs/sensors"
43-
type: "pages"
44-
values:
45-
category: "sensors"
46-
-
47-
scope:
48-
path: "docs/motors"
49-
type: "pages"
50-
values:
51-
category: "motors"
5234
-
5335
scope:
5436
path: "docs/devtools"

docs/kernel-hackers-notebook/ev3-i2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ is done in [arch/arm/mach-davinci/legoev3-fiq.c] and the rest is in
3434

3535
## I2C Addressing
3636

37-
See [I2C Sensor Addressing](/docs/sensors/i2c-sensor-addressing/).
37+
See [I2C Sensor Addressing](http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/i2c.html#addressing).
3838

3939
[i2c]: https://en.wikipedia.org/wiki/I2c
4040
[framework for I2C drivers]: https://www.kernel.org/doc/Documentation/i2c/

docs/tutorials/nxtmmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Example - set Pass Count to 10:
3030

3131
$ echo -e -n "\x$(printf '%x' 10)" | dd bs=1 of=direct seek=0x86
3232

33-
[mindsensors.com NxtMMX]: /docs/sensors/mindsensors.com-multiplexer-for-nxt-ev3-motors
33+
[mindsensors.com NxtMMX]: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/sensor_data.html#ms-nxtmmx
3434
[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

projects/_posts/2016-08-07-Mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ If you have some question or problem open an issue in one of the [ev3dev-mapping
264264
[Using the XV11 Lidar tutorial]: /docs/tutorials/using-xv11-lidar/
265265

266266
[xv11lidar]: https://github.com/bmegli/xv11lidar
267-
[mi-xg1300l]: http://www.ev3dev.org/docs/sensors/microinfinity-digital-gyroscope-and-accelerometer/
267+
[mi-xg1300l]: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/sensor_data.html#mi-xg1300l
268268

269269
[How to interface XV11 LIDAR to EV3 using ev3dev]: https://www.youtube.com/watch?v=G6uVg34VzHw
270270
[EV3 Gyro vs CruizCore XG1300L vs Odometry - Position Estimation]: https://www.youtube.com/watch?v=vzND_ISdhEs

0 commit comments

Comments
 (0)