From ea883562d867eb4f4427619a9288d4d5cf8a95e2 Mon Sep 17 00:00:00 2001 From: Mariana Mihova <10135329+marianan@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:33:32 -0800 Subject: [PATCH] Rename (#519) (#522) --- README.md | 2 +- docs/_Sidebar.md | 2 +- vsts_ci/.vsts-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43b0d9c..f7ed4d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Azure IoT Edge Dev Tool [![PyPI version](https://badge.fury.io/py/iotedgedev.svg)](https://badge.fury.io/py/iotedgedev) -[![Build Status](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_apis/build/status/Azure.iotedgedev?branchName=master)](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_build/latest?definitionId=35&branchName=master) +[![Build Status](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_apis/build/status/Azure.iotedgedev?branchName=main)](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_build/latest?definitionId=35&branchName=main) The **IoT Edge Dev Tool** greatly simplifies [Azure IoT Edge](https://azure.microsoft.com/en-us/services/iot-edge/) development down to simple commands driven by environment variables. diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md index fa1f950..2dfc7af 100644 --- a/docs/_Sidebar.md +++ b/docs/_Sidebar.md @@ -8,6 +8,6 @@ * [Python Virtual Environment Setup](python-virtual-environment-setup) * [Test Coverage](test-coverage) * [Troubleshooting](troubleshooting) -* [Contributing](https://github.com/Azure/iotedgedev/blob/master/CONTRIBUTING.md) +* [Contributing](https://github.com/Azure/iotedgedev/blob/main/CONTRIBUTING.md) * Misc * [Migration Guides for Public Preview Users](migration-guides) diff --git a/vsts_ci/.vsts-ci.yml b/vsts_ci/.vsts-ci.yml index c25f3f0..96fc78f 100644 --- a/vsts_ci/.vsts-ci.yml +++ b/vsts_ci/.vsts-ci.yml @@ -3,7 +3,7 @@ # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/vsts/pipelines/languages/python pr: - - master + - main trigger: none