Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Fixed dead links #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Examples/Microsoft.PowerShell.IoT.ADXL345/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Wiring diagram with Raspberry Pi 3 looks like this:

### Install PowerShell Core on Raspberry Pi

Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
Installation instructions can be found [here](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os).

### Enable I2C interface on Raspberry Pi

Expand Down
2 changes: 1 addition & 1 deletion Examples/Microsoft.PowerShell.IoT.BME280/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Wiring diagram with Raspberry Pi 3 is like this:

### Install PowerShell Core on Raspberry Pi

Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
Installation instructions can be found [here](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os).

### Enable I2C interface on Raspberry Pi

Expand Down
2 changes: 1 addition & 1 deletion Examples/Microsoft.PowerShell.IoT.Fan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Connect transistor gate to GPIO 17 (BCM schema) on Raspberry Pi.

### Install PowerShell Core on Raspberry Pi

Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
Installation instructions can be found [here](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os).

### Start Powershell and install modules

Expand Down
2 changes: 1 addition & 1 deletion Examples/Microsoft.PowerShell.IoT.LED/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Hardware pieces:

### Install PowerShell Core on Raspberry Pi

Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
Installation instructions can be found [here](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os).

### Start Powershell and install modules

Expand Down
2 changes: 1 addition & 1 deletion Examples/Microsoft.PowerShell.IoT.Plant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Wiring diagram will be published shortly.

### Install PowerShell Core on Raspberry Pi

Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
Installation instructions can be found [here](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os).

### Start Powershell and install modules

Expand Down
2 changes: 1 addition & 1 deletion Examples/Microsoft.PowerShell.IoT.SSD1306/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Wiring diagram with Raspberry Pi 3 is like this:

### Install PowerShell Core on Raspberry Pi

Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
Installation instructions can be found [here](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os).

### Enable I2C interface on Raspberry Pi

Expand Down
2 changes: 1 addition & 1 deletion Examples/Microsoft.PowerShell.IoT.Scroll_pHat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ we need to set the register 1 with data 0x0D (0000 1101).

### Install PowerShell Core on Raspberry Pi

Installation instructions can be found [here](https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian).
Installation instructions can be found [here](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os).

### Enable I2C interface on Raspberry Pi

Expand Down