Skip to content

Commit

Permalink
Fixing broken links and images
Browse files Browse the repository at this point in the history
* Fixing broken link to the MPU-6050
* fixed broken images for grove temperature and rotary
* updated examples
  • Loading branch information
pierceray committed Jun 13, 2015
1 parent 29fa861 commit 392a253
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/grove-lcd-rgb-temperature-display.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For this program, you'll need:

![Grove - LCD RGB w/ Backlight](http://www.seeedstudio.com/wiki/images/0/03/Serial_LEC_RGB_Backlight_Lcd.jpg)

![Grove - Temperature Module](http://www.seeedstudio.com/depot/images/product/bgtemp1.jpg)
![Grove - Temperature Sensor](http://www.seeedstudio.com/wiki/images/thumb/b/b0/Temperature1.jpg/400px-Temperature1.jpg)



Expand Down
2 changes: 1 addition & 1 deletion docs/grove-lcd-rgb.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For this program, you'll need:

![Grove - LCD RGB w/ Backlight](http://www.seeedstudio.com/wiki/images/0/03/Serial_LEC_RGB_Backlight_Lcd.jpg)

![Grove - Rotary Angle Module](http://www.seeedstudio.com/depot/images/product/rotary.jpg)
![Grove - Rotary Angle Sensor](http://www.seeedstudio.com/depot/images/product/GroveRotaryP.jpg)


 
Expand Down
2 changes: 1 addition & 1 deletion docs/grove-sensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For this program, you'll need:

![Grove - LED Module](http://www.seeedstudio.com/depot/images/product/Red%20LED_02.jpg)

![Grove - Rotary Angle Module](http://www.seeedstudio.com/depot/images/product/rotary.jpg)
![Grove - Rotary Angle Sensor](http://www.seeedstudio.com/depot/images/product/GroveRotaryP.jpg)


 
Expand Down
2 changes: 1 addition & 1 deletion docs/temperature-mpu6050.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ board.on("ready", function() {


## Additional Notes
- [MPU-6050 - IMU with Temperature Sensor](http://www.invensense.com/mems/gyro/mpu6050.html)
- [MPU-6050 - IMU with Temperature Sensor](http://www.invensense.com/products/motion-tracking/6-axis/mpu-6050/)

 

Expand Down
2 changes: 1 addition & 1 deletion eg/grove-lcd-rgb-temperature-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function linear(start, end, step, steps) {
//
// ![Grove - LCD RGB w/ Backlight](http://www.seeedstudio.com/wiki/images/0/03/Serial_LEC_RGB_Backlight_Lcd.jpg)
//
// ![Grove - Temperature Module](http://www.seeedstudio.com/depot/images/product/bgtemp1.jpg)
// ![Grove - Temperature Sensor](http://www.seeedstudio.com/wiki/images/thumb/b/b0/Temperature1.jpg/400px-Temperature1.jpg)
//
//
// @markdown
2 changes: 1 addition & 1 deletion eg/grove-lcd-rgb.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function linear(start, end, step, steps) {
//
// ![Grove - LCD RGB w/ Backlight](http://www.seeedstudio.com/wiki/images/0/03/Serial_LEC_RGB_Backlight_Lcd.jpg)
//
// ![Grove - Rotary Angle Module](http://www.seeedstudio.com/depot/images/product/rotary.jpg)
// ![Grove - Rotary Angle Sensor](http://www.seeedstudio.com/depot/images/product/GroveRotaryP.jpg)
//
// @markdown

Expand Down
2 changes: 1 addition & 1 deletion eg/grove-sensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ board.on("ready", function() {
//
// ![Grove - LED Module](http://www.seeedstudio.com/depot/images/product/Red%20LED_02.jpg)
//
// ![Grove - Rotary Angle Module](http://www.seeedstudio.com/depot/images/product/rotary.jpg)
// ![Grove - Rotary Angle Sensor](http://www.seeedstudio.com/depot/images/product/GroveRotaryP.jpg)
//
// @markdown
2 changes: 1 addition & 1 deletion eg/temperature-mpu6050.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ board.on("ready", function() {
});

// @markdown
// - [MPU-6050 - IMU with Temperature Sensor](http://www.invensense.com/mems/gyro/mpu6050.html)
// - [MPU-6050 - IMU with Temperature Sensor](http://www.invensense.com/products/motion-tracking/6-axis/mpu-6050/)
// @markdown

0 comments on commit 392a253

Please sign in to comment.