Skip to content

Commit 9541113

Browse files
authored
[Migrate] update pipeline link in doc (#691)
<!-- Please provide brief information about the PR, what it contains & its purpose, new behaviors after the change. And let us know here if you need any help: https://github.com/microsoft/HydraLab/issues/new --> ## Description <!-- A few words to explain your changes --> ### Linked GitHub issue ID: # ## Pull Request Checklist <!-- Put an x in the boxes that apply. This is simply a reminder of what we are going to look for before merging your code. --> - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Code compiles correctly with all tests are passed. - [x] I've read the [contributing guide](https://github.com/microsoft/HydraLab/blob/main/CONTRIBUTING.md#making-changes-to-the-code) and followed the recommended practices. - [x] [Wikis](https://github.com/microsoft/HydraLab/wiki) or [README](https://github.com/microsoft/HydraLab/blob/main/README.md) have been reviewed and added / updated if needed (for bug fixes / features) ### Does this introduce a breaking change? *If this introduces a breaking change for Hydra Lab users, please describe the impact and migration path.* - [ ] Yes - [ ] No ## How you tested it *Please make sure the change is tested, you can test it by adding UTs, do local test and share the screenshots, etc.* Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Technical design - [ ] Build related changes - [ ] Refactoring (no functional changes, no api changes) - [ ] Code style update (formatting, renaming) or Documentation content changes - [x] Other (please describe): ### Feature UI screenshots or Technical design diagrams *If this is a relatively large or complex change, kick it off by drawing the tech design with PlantUML and explaining why you chose the solution you did and what alternatives you considered, etc...*
1 parent 9af2fe8 commit 9541113

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[中文(完善中)](README.zh-CN.md)
66

7-
[![Build Status](https://dlwteam.visualstudio.com/Next/_apis/build/status/HydraLab-CI-NonPro?branchName=main)](https://dlwteam.visualstudio.com/Next/_build/latest?definitionId=805&branchName=main)
7+
[![Build Status](https://microsoft.visualstudio.com/MMX/_apis/build/status/HydraLab-CI?branchName=main)](https://microsoft.visualstudio.com/MMX/_build/latest?definitionId=162632&branchName=main)
88
![Spring Boot](https://img.shields.io/badge/Spring%20Boot-v2.2.5-blue)
99
![Appium](https://img.shields.io/badge/Appium-v8.0.0-yellow)
1010
![License](https://img.shields.io/badge/license-MIT-green)

README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<p align="center">搭建属于你的智能移动云测平台</p>
33
<div align="center">
44

5-
[![Build Status](https://dlwteam.visualstudio.com/Next/_apis/build/status/HydraLab-CI-NonPro?branchName=main)](https://dlwteam.visualstudio.com/Next/_build/latest?definitionId=805&branchName=main)
5+
[![Build Status](https://microsoft.visualstudio.com/MMX/_apis/build/status/HydraLab-CI?branchName=main)](https://microsoft.visualstudio.com/MMX/_build/latest?definitionId=162632&branchName=main)
66
![Spring Boot](https://img.shields.io/badge/Spring%20Boot-v2.2.5-blue)
77
![Appium](https://img.shields.io/badge/Appium-v8.0.0-yellow)
88
![License](https://img.shields.io/badge/license-MIT-green)

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ show_sidebar: true
1111

1212
The Hydra Lab is the open-source mobile app cloud testing framework that we built from scratch since mid-2021 to empower every dev team to easily set up a cloud testing infrastructure utilizing the devices in hand.
1313

14-
[![Build Status](https://dlwteam.visualstudio.com/Next/_apis/build/status/HydraLab-CI?branchName=main)](https://dlwteam.visualstudio.com/Next/_build/latest?definitionId=743&branchName=main)
14+
[![Build Status](https://microsoft.visualstudio.com/MMX/_apis/build/status/HydraLab-CI?branchName=main)](https://microsoft.visualstudio.com/MMX/_build/latest?definitionId=162632&branchName=main)
1515
![Spring Boot](https://img.shields.io/badge/Spring%20Boot-v2.2.5-blue)
1616
![Appium](https://img.shields.io/badge/Appium-v8.0.0-yellow)
1717
![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/HydraLab?style=social)

0 commit comments

Comments
 (0)