Skip to content

Commit d887fb1

Browse files
Fix video links
1 parent 9ef9208 commit d887fb1

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

extension/docs/.vitepress/config.mts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ export default defineConfig({
4747
},
4848
],
4949

50-
[
51-
'script',
52-
{
53-
async: true,
54-
src: 'https://play.vidyard.com/embed/v4.js',
55-
},
56-
],
57-
5850
['script', {}, SCRIPT],
5951
],
6052

extension/docs/notebooks/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ If you are new to notebooks, they are:
1212

1313
Here's a short video introducing IDL Notebooks (requires internet access). You can also find the video [here](https://www.nv5geospatialsoftware.com/Learn/Videos/Video-Detail/ArtMID/10263/ArticleID/24427/IDL-Notebooks-%7c-QUICK-DEMO) on our website.
1414

15-
<img style="width: 100%; margin: auto; display: block;" class="vidyard-player-embed" src="https://play.vidyard.com/ZdFrzw2XcDwjySetxjVJ1x.jpg" data-uuid="ZdFrzw2XcDwjySetxjVJ1x" data-v="4" data-type="inline" />
15+
<div style="display: flex; justify-content: center;">
16+
<iframe title="vimeo-player" src="https://player.vimeo.com/video/1035792073?h=32136799d0" width="640" height="360" frameborder="0" referrerpolicy="strict-origin-when-cross-origin" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" allowfullscreen></iframe>
17+
</div>
1618

1719
::: tip
1820
With the latest release of VSCode, you can now pop open notebooks in separate windows.
@@ -46,7 +48,9 @@ Here's how:
4648

4749
Here's a longer video talking more about how to use IDL Notebooks and it covers some of the more advanced ENVI APIs to display imagery and other types of data (requires internet access). You can also find the video [here](https://www.nv5geospatialsoftware.com/Learn/Videos/Video-Detail/ArtMID/10263/ArticleID/24428/IDL-Notebooks-%7c-IN-DEPTH-TUTORIAL) on our website.
4850

49-
<img style="width: 100%; margin: auto; display: block;" class="vidyard-player-embed" src="https://play.vidyard.com/49Qg9kt6RN3ukj9vfdKcRE.jpg" data-uuid="49Qg9kt6RN3ukj9vfdKcRE" data-v="4" data-type="inline" />
51+
<div style="display: flex; justify-content: center;">
52+
<iframe title="vimeo-player" src="https://player.vimeo.com/video/1022658861?h=e304d8bfe9" width="640" height="360" frameborder="0" referrerpolicy="strict-origin-when-cross-origin" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" allowfullscreen></iframe>
53+
</div>
5054

5155
## Resetting Notebook Examples
5256

0 commit comments

Comments
 (0)