Skip to content

Commit d00be93

Browse files
committed
Fix all the broken links
1 parent bcabb80 commit d00be93

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

_data/motors.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vendor_name": "Firgelli",
1616
"vendor_part_name": "L12 EV3 100mm",
1717
"vendor_part_number": "L12-EV3-100",
18-
"vendor_website": "http://store.firgelli.com/product_p/l12-ev3-100.htm"
18+
"vendor_website": "http://www.actuonix.com/product_p/l12-ev3-100.htm"
1919
},
2020
{
2121
"count_per_m": "2000",
@@ -33,7 +33,7 @@
3333
"vendor_name": "Firgelli",
3434
"vendor_part_name": "L12 EV3 50mm",
3535
"vendor_part_number": "L12-EV3-50",
36-
"vendor_website": "http://store.firgelli.com/product_p/l12-ev3-50.htm"
36+
"vendor_website": "http://www.actuonix.com/product_p/l12-ev3-50.htm"
3737
},
3838
{
3939
"id": "LEGO_9V_MINI_MOTOR_NEWER",
@@ -197,7 +197,7 @@
197197
"vendor_name": "LEGO",
198198
"vendor_part_name": "E-Motor",
199199
"vendor_part_number": "9670",
200-
"vendor_website": "https://education.lego.com/en-us/lego-education-product-database/machines-and-mechanisms/9670-e-motor"
200+
"vendor_website": "https://education.lego.com/en-us/products/e-motor/9670"
201201
},
202202
{
203203
"count_per_rot": "360",

_data/sensors.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@
17271727
"vendor_name": "LEGO",
17281728
"vendor_part_name": "WeDo USB Hub",
17291729
"vendor_part_number": "9581",
1730-
"vendor_website": "https://education.lego.com/en-us/lego-education-product-database/wedo/9581-lego-usb-hub"
1730+
"vendor_website": "https://education.lego.com/en-us/products/wedo-usb-hub/9581"
17311731
},
17321732
{
17331733
"id": "WEDO_MOTION_SENSOR",
@@ -1764,7 +1764,7 @@
17641764
"vendor_name": "LEGO",
17651765
"vendor_part_name": "WeDo Motion Sensor",
17661766
"vendor_part_number": "9583",
1767-
"vendor_website": "http://education.lego.com/en-us/lego-education-product-database/wedo/9583-motion-sensor"
1767+
"vendor_website": "https://education.lego.com/en-us/products/wedo-motion-sensor/9583"
17681768
},
17691769
{
17701770
"id": "WEDO_TILT_SENSOR",
@@ -1816,7 +1816,7 @@
18161816
"vendor_name": "LEGO",
18171817
"vendor_part_name": "WeDo Tilt Sensor",
18181818
"vendor_part_number": "9584",
1819-
"vendor_website": "http://education.lego.com/en-us/lego-education-product-database/wedo/9584-tilt-sensor"
1819+
"vendor_website": "https://education.lego.com/en-us/products/wedo-tilt-sensor/9584"
18201820
},
18211821
{
18221822
"default_address": "0x02",

cibuild.sh

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ IGNORE_HREFS=$(ruby -e 'puts %w{
3535
warmcat.com
3636
robosnap.net
3737
01.org
38+
alldatasheet.com
3839
}.map{|h| "/#{h}/"}.join(",")')
3940

4041
# Explanation of ignored sites:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The [AM1808 SoC](../ev3-processor) has 2 hardware [Inter-Integrated Circuit][i2c
88

99
## Usage
1010

11-
__I2C0__: [Boot EEPROM](../ev3-eeprom) @400kHz
11+
__I2C0__: [Boot EEPROM](../ev3-eeprom) at 400kHz
1212

1313
__I2C1__: Not used/connected
1414

15-
__[FIQ](../ev3-fiq) I2C__: Input ports 1-4 @10kHz
15+
__[FIQ](../ev3-fiq) I2C__: Input ports 1-4 at 10kHz
1616

1717
## Device Drivers
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: EV3 Processor
1313

1414
* [Official Website](http://www.ti.com/product/am1808)
1515
* [AM1808 ARM® Microprocessor Datasheet (pdf)](http://www.ti.com/lit/ds/symlink/am1808.pdf)
16-
* [AM1808 Technical Reference Manual (pdf)](http://www.ti.com/lit/ug/spruh82a/spruh82a.pdf)
16+
* [AM1808 Technical Reference Manual (pdf)](http://www.ti.com/lit/ug/spruh82b/spruh82b.pdf)
1717
- [AM1808 Pinmux Utility (pdf)](http://www.ti.com/lit/an/spraba2a/spraba2a.pdf)
1818

1919
## System Components

0 commit comments

Comments
 (0)