We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67910ba + b49784b commit 01bbc1cCopy full SHA for 01bbc1c
docs/viz/cube_viewer.md
@@ -26,13 +26,13 @@ pipe(ndvi) | v.plot()
26
27
<div class="interactive-embed">
28
<iframe
29
- src="../assets/figures/ndvi_1_year.html"
30
- title="Interactive NDVI example (1 year)"
+ src="/cubedynamics/assets/figures/ndvi_1_year.html"
+ title="Interactive NDVI cube (1 year)"
31
loading="lazy"
32
- allowfullscreen
33
></iframe>
34
<p class="interactive-embed__fallback">
35
- If the interactive view doesn’t load, <a href="../assets/figures/ndvi_1_year.html" target="_blank" rel="noopener">open it in a new tab</a>.
+ If the interactive view doesn’t load,
+ <a href="/cubedynamics/assets/figures/ndvi_1_year.html" target="_blank" rel="noopener">open it in a new tab</a>.
36
</p>
37
</div>
38
0 commit comments