Skip to content

Commit f504e7d

Browse files
author
Mangesh Sangapu
committed
Point URL to Github project
1 parent 11fa8d7 commit f504e7d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/azure-government/documentation-government-get-started-connect-to-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ These endpoint differences must be taken into account when you connect to storag
187187
```
188188

189189
#### PHP
190-
1. Download the [Azure Storage SDK for PHP](../php-download-sdk.md).
190+
1. Download the [Azure Storage SDK for PHP](https://github.com/Azure/azure-sdk-for-php).
191191
2. The code below accesses Azure Table Storage using the Azure Storage API.
192192
In the `connectionString` variable, you'll notice that there's a `TableEndpoint` parameter.
193193
Depending on which service you're using, you must define the parameter and set it to the endpoint for that service:

articles/cloud-services-php-create-web-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more information about these options, see [Compute hosting options provided
2727

2828
## Download the Azure SDK for PHP
2929

30-
The [Azure SDK for PHP](php-download-sdk.md) consists of several components. This article will use two of them: Azure PowerShell and the Azure emulators. These two components can be installed via the Microsoft Web Platform Installer. For more information, see [How to install and configure Azure PowerShell](/powershell/azure/overview).
30+
The [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php) consists of several components. This article will use two of them: Azure PowerShell and the Azure emulators. These two components can be installed via the Microsoft Web Platform Installer. For more information, see [How to install and configure Azure PowerShell](/powershell/azure/overview).
3131

3232
## Create a Cloud Services project
3333

articles/service-bus-messaging/service-bus-php-how-to-use-queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ In this tutorial, you learn how to create PHP applications to send messages to a
3131

3232
> [!NOTE]
3333
> You will create a **queue** in the Service Bus namespace by using PHP in this tutorial.
34-
3. [Azure SDK for PHP](../php-download-sdk.md)
34+
3. [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php)
3535

3636
## Create a PHP application
37-
The only requirement for creating a PHP application that accesses the Azure Blob service is the referencing of classes in the [Azure SDK for PHP](../php-download-sdk.md) from within your code. You can use any development tools to create your application, or Notepad.
37+
The only requirement for creating a PHP application that accesses the Azure Blob service is the referencing of classes in the [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php) from within your code. You can use any development tools to create your application, or Notepad.
3838

3939
> [!NOTE]
4040
> Your PHP installation must also have the [OpenSSL extension](https://php.net/openssl) installed and enabled.

articles/service-bus-messaging/service-bus-php-how-to-use-topics-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: aschhab
2121

2222
[!INCLUDE [service-bus-selector-topics](../../includes/service-bus-selector-topics.md)]
2323

24-
This article shows you how to use Service Bus topics and subscriptions. The samples are written in PHP and use the [Azure SDK for PHP](../php-download-sdk.md). The scenarios covered include:
24+
This article shows you how to use Service Bus topics and subscriptions. The samples are written in PHP and use the [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php). The scenarios covered include:
2525

2626
- Creating topics and subscriptions
2727
- Creating subscription filters
@@ -37,7 +37,7 @@ This article shows you how to use Service Bus topics and subscriptions. The samp
3737
> You will create a **topic** and a **subscription** to the topic by using **PHP** in this quickstart.
3838
3939
## Create a PHP application
40-
The only requirement for creating a PHP application that accesses the Azure Blob service is to reference classes in the [Azure SDK for PHP](../php-download-sdk.md) from within your code. You can use any development tools to create your application, or Notepad.
40+
The only requirement for creating a PHP application that accesses the Azure Blob service is to reference classes in the [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php) from within your code. You can use any development tools to create your application, or Notepad.
4141

4242
> [!NOTE]
4343
> Your PHP installation must also have the [OpenSSL extension](https://php.net/openssl) installed and enabled.

0 commit comments

Comments
 (0)