Skip to content

Commit 6cbd6aa

Browse files
committed
yt links
1 parent 52becea commit 6cbd6aa

File tree

7 files changed

+1
-22
lines changed

7 files changed

+1
-22
lines changed

Diff for: docs/boards/plans/scaled-agile-framework.md

-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ Each of the following articles within this suite of tutorials provide details on
358358
- [About Sprints, Scrum and project management](../sprints/scrum-overview.md)
359359
- [About Boards and Kanban](../boards/kanban-overview.md)
360360
- [Scaled Agile Framework](http://scaledagileframework.com/): SAFe® resource site.
361-
- [SAFe® in 7 minutes](http://www.youtube.com/watch?feature=player_embedded&v=RXzurBazN-I): video from Inbar Oren, the Lean Samurai.
362361
- [Scaling Agile and SAFe® Metrics with TFS](http://www.incyclesoftware.com/2014/08/scaling-agile-and-safe-metrics-with-tfs/): Blog post that illustrates a SQL Server report developed by InCycle to illustrate how TFS can be used to support scaled agile or SAFe.
363362

364363

Diff for: docs/pipelines/agents/hosted.md

-3
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,6 @@ If you get an SAS error code, it is most likely because the IP address ranges fr
395395
echo "##vso[task.setvariable variable=PATH;]$MONOPREFIX/bin:$PATH"
396396
```
397397

398-
## Videos
399-
> [!VIDEO https://www.youtube.com/embed/A8f_05lnfe0?start=0]
400-
401398
<!-- ENDSECTION -->
402399

403400
::: moniker-end

Diff for: docs/pipelines/release/artifacts.md

-7
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,6 @@ In Azure Pipelines, you can, however, [select which artifacts you want to downlo
332332

333333
Azure Pipelines exposes a set of predefined variables that you can access and use in tasks and scripts; for example, when executing PowerShell scripts in deployment jobs. When there are multiple artifact sources linked to a release pipeline, you can access information about each of these. For a list of all predefined artifact variables, see [variables](variables.md#artifact-variables).
334334

335-
## Additional information
336-
337-
* [Code repo sources in Azure Pipelines](https://www.youtube.com/watch?v=-JDlE_MHl1s)
338-
* [Jenkins artifacts in Azure Pipelines](https://www.youtube.com/watch?v=ZC4hWYqdP_o)
339-
* [TeamCity extension for Continuous Integration](https://www.youtube.com/watch?v=zDZRvc_6UiU)
340-
* [External TFS extension for Release Management](https://www.youtube.com/watch?v=cR8NzcEmstw)
341-
342335
## Related articles
343336

344337
* [Release pipelines](index.md)

Diff for: docs/repos/git/about-pull-requests.md

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ ms.subservice: azure-devops-repos-git
1919

2020
Pull requests (PRs) are a way to change, review, and merge code in a [Git repository on Azure Repos](../../organizations/projects/create-project.md#add-a-repository-to-your-project). PRs can come from branches within the same repository or from branches in [forks](forks.md) of the repository. Teams use PRs to review code and give feedback on changes before merging the code into the main branch. Reviewers can step through the proposed changes, leave comments, and vote to approve or reject the code.
2121

22-
The following video shows the general pull request process. Some terminology and user interface elements might not apply to your Azure DevOps version.
23-
24-
> [!VIDEO https://www.youtube.com/embed/J_DHkUKxI0E?start=0]
25-
2622
This article describes pull request guidelines and management considerations. For instructions on how to create, view, review, and complete pull requests, see the following articles:
2723

2824
- [Create pull requests](pull-requests.md)

Diff for: docs/repos/git/git-branching-guidance.md

-2
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,3 @@ Cherry-pick bug fixes in the deployment branch back to the main branch. Use the
157157
An exception to this recommendation is if you're using a form of continuous deployment.
158158
Use [Azure Pipelines](../../pipelines/index.yml) when working with continuous deployment to promote builds from your main branch to your deployment targets.
159159

160-
## Videos
161-
> [!VIDEO https://www.youtube.com/embed/t_4lLR6F_yk?start=0]

Diff for: docs/test/create-a-test-plan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 11/02/2021
1616

1717
Create test plans and test suites to track manual testing for sprints or milestones.
1818
That way, you can see when the testing for a specific sprint or milestone is complete.
19-
For more information about manual testing, see [What is Azure Test Plans?](overview.md) and [Automated and Manual Testing with Azure Test Plans](https://www.youtube.com/watch?v=LF0hmSysWCg).
19+
For more information about manual testing, see [What is Azure Test Plans?](overview.md).
2020

2121
## Share work items across your test experience
2222

Diff for: docs/test/index.yml

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ landingContent:
2828
url: ../test/overview.md
2929
- text: Navigate Test Plans
3030
url: ../test/navigate-test-plans.md
31-
- linkListType: video
32-
links:
33-
- text: Capturing actionable feedback with manual testing
34-
url: https://www.youtube.com/embed/u-fdqhxonPc
3531
- title: Run manual tests
3632
linkLists:
3733
- linkListType: quickstart

0 commit comments

Comments
 (0)