Skip to content

Commit f38c963

Browse files
authored
Fix broken links (#160)
***NO_CI***
1 parent 2d16c60 commit f38c963

File tree

50 files changed

+52
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+52
-52
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributor Code of Conduct
22

3-
Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CODE_OF_CONDUCT.md).
3+
Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/.github/blob/master/CODE_OF_CONDUCT.md).

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing to **nanoFramework**
22

3-
Please refer to the contribution guidelines at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md).
3+
Please refer to the contribution guidelines at the Home repository [here](https://github.com/nanoframework/.github/blob/master/CONTRIBUTING.md).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Join our Discord community [here](https://discord.gg/gCyBu8T).
7373

7474
## Credits
7575

76-
The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/master/CONTRIBUTORS.md).
76+
The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/main/CONTRIBUTORS.md).
7777

7878
## License
7979

README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167

168168
## 信用
169169

170-
本项目贡献者可在 [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/master/CONTRIBUTORS.md) 中找到
170+
本项目贡献者可在 [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/main/CONTRIBUTORS.md) 中找到
171171

172172
## 授权
173173

samples/1-Wire/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shows how to use the [nanoFramework.Devices.OneWire](http://docs.nanoframework.n
44

55
> **Note:** This sample is part of a large collection of nanoFramework feature samples.
66
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
7-
> [ZIP file](https://github.com/nanoframework/Samples/archive/master.zip), but be
7+
> [ZIP file](https://github.com/nanoframework/Samples/archive/main.zip), but be
88
> sure to unzip everything to access any shared dependencies.
99
<!-- For more info on working with the ZIP file,
1010
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

samples/ADC/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shows how to use the [Windows.Devices.Adc](http://docs.nanoframework.net/api/Win
44

55
> **Note:** This sample is part of a large collection of nanoFramework feature samples.
66
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
7-
> [ZIP file](https://github.com/nanoframework/Samples/archive/master.zip), but be
7+
> [ZIP file](https://github.com/nanoframework/Samples/archive/main.zip), but be
88
> sure to unzip everything to access any shared dependencies.
99
<!-- For more info on working with the ZIP file,
1010
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

samples/AMQP/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shows how to use AMQP.Net Lite library.
44

55
> **Note:** This sample is part of a large collection of nanoFramework feature samples.
66
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
7-
> [ZIP file](https://github.com/nanoframework/Samples/archive/master.zip), but be
7+
> [ZIP file](https://github.com/nanoframework/Samples/archive/main.zip), but be
88
> sure to unzip everything to access any shared dependencies.
99
<!-- For more info on working with the ZIP file,
1010
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

samples/Blinky/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shows how to use the [Windows.Devices.Gpio](http://docs.nanoframework.net/api/Wi
44

55
> **Note:** This sample is part of a large collection of nanoFramework feature samples.
66
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
7-
> [ZIP file](https://github.com/nanoframework/Samples/archive/master.zip), but be
7+
> [ZIP file](https://github.com/nanoframework/Samples/archive/main.zip), but be
88
> sure to unzip everything to access any shared dependencies.
99
<!-- For more info on working with the ZIP file,
1010
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

samples/CAN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shows how to use the [nanoFramework.Devices.Can](http://docs.nanoframework.net/a
44

55
> **Note:** This sample is part of a large collection of nanoFramework feature samples.
66
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
7-
> [ZIP file](https://github.com/nanoframework/Samples/archive/master.zip), but be
7+
> [ZIP file](https://github.com/nanoframework/Samples/archive/main.zip), but be
88
> sure to unzip everything to access any shared dependencies.
99
<!-- For more info on working with the ZIP file,
1010
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

samples/Collections/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shows how to use the [System.Collections.Hastable](http://docs.nanoframework.net
44

55
> **Note:** This sample is part of a large collection of nanoFramework feature samples.
66
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
7-
> [ZIP file](https://github.com/nanoframework/Samples/archive/master.zip), but be
7+
> [ZIP file](https://github.com/nanoframework/Samples/archive/main.zip), but be
88
> sure to unzip everything to access any shared dependencies.
99
<!-- For more info on working with the ZIP file,
1010
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

0 commit comments

Comments
 (0)