mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix broken embedded youtube video in Fleet 4.58.0 release notes (#24350)
Changes: - Fixed a broken embedded youtube video on the Fleet 4.58.0 release notes.
This commit is contained in:
parent
04010ba5f3
commit
8b2c04e790
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Fleet 4.58.0 | Run script on policy failure, Fleet-maintained apps, Sequoia firewall status.
|
||||
|
||||
<div purpose="embedded-content">
|
||||
<iframe src="ttps://www.youtube.com/embed/2vJsE5K4ru4?si=iKjxLYHw1PUTAdTV" frameborder="0" allowfullscreen></iframe>
|
||||
<iframe src="https://www.youtube.com/embed/2vJsE5K4ru4?si=iKjxLYHw1PUTAdTV" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
Fleet 4.58.0 is live. Check out the full [changelog](https://github.com/fleetdm/fleet/releases/tag/fleet-v4.58.0) or continue reading to get the highlights.
|
||||
|
|
|
|||
Loading…
Reference in a new issue