Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
[x] Fix broken Youtube link.
  • Loading branch information
destin-v committed Sep 25, 2024
1 parent eefcddb commit 7c68a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/pages/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Overview
.. raw:: html

<div align="center">
<iframe width="600" height="400" src="http://www.youtube.com/embed/J0NuOlA2xDc" frameborder="0" allowfullscreen></iframe>
<iframe width="600" height="400" src="https://www.youtube.com/embed/J0NuOlA2xDc" title="Never install locally" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

Syndeo leverages containers to host Ray and all of your applications together. These containers can then be deployed to SLURM or a cloud provider of your choosing.
Expand Down

0 comments on commit 7c68a46

Please sign in to comment.