Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 109b319

Browse files
authored
Merge pull request #318 from ganboonhong/fix-broken-links
Fix broken links in markdown files
2 parents c53aced + 75f8c92 commit 109b319

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
If you intend to contribute to the project, please make sure you've followed the instructions provided in the [Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
1+
If you intend to contribute to the project, please make sure you've followed the instructions provided in the [Azure Projects Contribution Guidelines](https://opensource.microsoft.com/program/#program-contributing).
22
## Project Setup
33
The Azure Storage development team uses [Eclipse for PHP Developers](http://www.eclipse.org/downloads/packages/eclipse-php-developers/mars2) so instructions will be tailored to that preference. However, any preferred IDE or other toolset should be usable.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Be sure to check out the Microsoft Azure [Developer Forums on Stack Overflow](ht
243243

244244
# Contribute Code or Provide Feedback
245245

246-
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
246+
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](https://opensource.microsoft.com/program/#program-contributing).
247247
You can find more details for contributing in the [CONTRIBUTING.md](CONTRIBUTING.md).
248248

249249
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-storage-php/issues) section of the project.

azure-storage-blob/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ cURL can't verify the validity of Microsoft certificate when trying to issue a r
153153

154154
## Code samples
155155

156-
You can find samples in the [sample folder](samples)
156+
You can find samples in the [samples folder](https://github.com/Azure/azure-storage-php/tree/master/samples)
157157

158158

159159
# Migrate from [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php/)
@@ -168,7 +168,7 @@ Be sure to check out the Microsoft Azure [Developer Forums on Stack Overflow](ht
168168

169169
# Contribute Code or Provide Feedback
170170

171-
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](https://azure.github.io/guidelines/).
171+
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](https://opensource.microsoft.com/program/#program-contributing).
172172
You can find more details for contributing in the [CONTRIBUTING.md](CONTRIBUTING.md).
173173

174174
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-storage-php/issues) section of the project.

azure-storage-file/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Be sure to check out the Microsoft Azure [Developer Forums on Stack Overflow](ht
163163

164164
# Contribute Code or Provide Feedback
165165

166-
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
166+
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](https://opensource.microsoft.com/program/#program-contributing).
167167
You can find more details for contributing in the [CONTRIBUTING.md](CONTRIBUTING.md).
168168

169169
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-storage-php/issues) section of the project.

azure-storage-queue/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ cURL can't verify the validity of Microsoft certificate when trying to issue a r
152152

153153
## Code samples
154154

155-
You can find samples in the [sample folder](samples)
155+
You can find samples in the [samples folder](https://github.com/Azure/azure-storage-php/tree/master/samples)
156156

157157

158158
# Migrate from [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php/)
@@ -167,7 +167,7 @@ Be sure to check out the Microsoft Azure [Developer Forums on Stack Overflow](ht
167167

168168
# Contribute Code or Provide Feedback
169169

170-
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
170+
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](https://opensource.microsoft.com/program/#program-contributing).
171171
You can find more details for contributing in the [CONTRIBUTING.md](CONTRIBUTING.md).
172172

173173
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-storage-php/issues) section of the project.

azure-storage-table/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ cURL can't verify the validity of Microsoft certificate when trying to issue a r
149149

150150
## Code samples
151151

152-
You can find samples in the [sample folder](samples)
152+
You can find samples in the [samples folder](https://github.com/Azure/azure-storage-php/tree/master/samples)
153153

154154

155155
# Migrate from [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php/)
@@ -164,7 +164,7 @@ Be sure to check out the Microsoft Azure [Developer Forums on Stack Overflow](ht
164164

165165
# Contribute Code or Provide Feedback
166166

167-
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
167+
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](https://opensource.microsoft.com/program/#program-contributing).
168168
You can find more details for contributing in the [CONTRIBUTING.md](CONTRIBUTING.md).
169169

170170
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-storage-php/issues) section of the project.

0 commit comments

Comments
 (0)