Merge pull request #23802 from tico88612/fix/video-link

Fix: Software templates docs/blog video link
This commit is contained in:
Patrik Oldsberg
2024-03-25 19:02:54 +01:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ code, template in some variables, and then publish the template to some
locations like GitHub or GitLab.
<video width="100%" height="100%" controls>
<source src="https://backstage.io/blog/assets/2020-08-05/feature.mp4" type="video/mp4" />
<source src="/video/software-templates.mp4" type="video/mp4" />
</video>
## Getting Started
@@ -7,7 +7,7 @@ authorURL: https://twitter.com/stalund
**TL;DR** Today we are announcing a new Backstage feature: Software Templates. Simplify setup, standardize tooling, and deploy with the click of a button. Using automated templates, your engineers can spin up a new microservice, website, or other software component with your organizations best practices built-in, right from the start.
<video width="100%" height="100%" controls>
<source src="/blog/assets/2020-08-05/feature.mp4" type="video/mp4" />
<source src="/video/software-templates.mp4" type="video/mp4" />
</video>
{/* truncate */}