Skip to content

Commit a520c56

Browse files
authored
Merge pull request #112378 from PatAltimore/patricka-blockchain-fix
Fix broken links
2 parents 00279cb + ecac7d5 commit a520c56

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/blockchain/service/connect-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Visual Studio Code to connect to Azure Blockchain Service
33
description: Connect to an Azure Blockchain Service consortium network using the Azure Blockchain Development Kit for Ethereum extension in Visual Studio Code
4-
ms.date: 03/26/2020
4+
ms.date: 04/22/2020
55
ms.topic: quickstart
66
ms.reviewer: caleteet
77
#Customer intent: As a developer, I want to connect to my blockchain consortium so that I can perform actions on a blockchain.
@@ -30,7 +30,7 @@ On Windows, an installed C++ compiler is required for the node-gyp module. You c
3030
* If Visual Studio 2019 is installed, set the MS build tools path for npm. For example, `npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"`
3131
* Otherwise, install the stand-alone VS Build tools using `npm install --global windows-build-tools` in an elevated *Run as administrator* command shell.
3232

33-
For more information about node-gyp, see the [node-gyp repository on GitHub](https://github.com/node-gyp).
33+
For more information about node-gyp, see the [node-gyp repository on GitHub](https://github.com/nodejs/node-gyp).
3434

3535
### Verify Azure Blockchain Development Kit environment
3636

articles/blockchain/service/send-transaction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Create, build, & deploy smart contracts tutorial - Azure Blockchain Service
33
description: Tutorial on how to use the Azure Blockchain Development Kit for Ethereum extension in Visual Studio Code to create, build, and deploy a smart contract on Azure Blockchain Service.
4-
ms.date: 12/06/2019
4+
ms.date: 04/22/2020
55
ms.topic: tutorial
6-
ms.reviewer: chrisseg
6+
ms.reviewer: caleteet
77

88
#Customer intent: As a developer, I want to use Azure Blockchain Service so that I can execute smart contract functions on a consortium blockchain network.
99
---
@@ -38,7 +38,7 @@ On Windows, an installed C++ compiler is required for the node-gyp module. You c
3838
* If Visual Studio 2019 is installed, set the MS build tools path for npm. For example, `npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"`
3939
* Otherwise, install the stand-alone VS Build tools using `npm install --global windows-build-tools` in an elevated *Run as administrator* command shell.
4040

41-
For more information about node-gyp, see the [node-gyp repository on GitHub](https://github.com/node-gyp).
41+
For more information about node-gyp, see the [node-gyp repository on GitHub](https://github.com/nodejs/node-gyp).
4242

4343
## Create a smart contract
4444

articles/blockchain/workbench/data-powerbi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Use Azure Blockchain Workbench data in Microsoft Power BI
33
description: Learn how to load and view Azure Blockchain Workbench SQL DB data in Microsoft Power BI.
4-
ms.date: 05/09/2019
4+
ms.date: 04/22/2020
55
ms.topic: article
6-
ms.reviewer: mmercuri
6+
ms.reviewer: sunri
77
#Customer intent: As a developer, I want to load and view Azure Blockchain Workbench data in Power BI for analysis.
88
---
99
# Using Azure Blockchain Workbench data with Microsoft Power BI
@@ -14,7 +14,7 @@ This article contains a step by step walkthrough of how to connect to Azure Bloc
1414

1515
## Prerequisites
1616

17-
* Download [Power BI Desktop](https://aka.ms/pbidesktopstore).
17+
* Download [Power BI Desktop](https://powerbi.microsoft.com/desktop/).
1818

1919
## Connecting Power BI to data in Azure Blockchain Workbench
2020

0 commit comments

Comments
 (0)