Skip to content

Commit ea46742

Browse files
committed
Move images to match doc path
Signed-off-by: Haytham Abuelfutuh <[email protected]>
1 parent 95ffff9 commit ea46742

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

content/_static/images/deployment/flyte-configuration/code-viewer/demo.png renamed to content/_static/images/deployment/configuration/code-viewer/demo.png

File renamed without changes.

content/_static/images/deployment/flyte-configuration/code-viewer/s3.png renamed to content/_static/images/deployment/configuration/code-viewer/s3.png

File renamed without changes.

content/deployment/configuration/code-viewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variants: -flyte -serverless -byoc +selfmanaged
88
One of the powerful capabilities in the Union UI is the ability to view the exact code that ran a particular task.
99
Union Union implements a secure mechanism to transfer the [code bundle](../../user-guide/run-scaling/life-of-a-run.md/#phase-2-image-building) to the browser without passing through the control plane.
1010

11-
![Code Viewer](../../_static/images/deployment/flyte-configuration/code-viewer/image.png)
11+
![Code Viewer](../../_static/images/deployment/configuration/code-viewer/image.png)
1212

1313
## Enable CORS policy on your fast registration bucket
1414
In order to support this functionality securely, your bucket must allow CORS access for Union. Depending on which cloud the bucket is located in, these configurations vary.
@@ -21,7 +21,7 @@ In order to support this functionality securely, your bucket must allow CORS acc
2121
deployed.
2222
4. Click on "Permissions" tab and scroll to "CORS Policy"
2323
5. Click on Edit and enter the policy below
24-
![Code Viewer](../../_static/images/deployment/flyte-configuration/code-viewer/s3.png)
24+
![Code Viewer](../../_static/images/deployment/configuration/code-viewer/s3.png)
2525
```
2626
[
2727
{

0 commit comments

Comments
 (0)