Skip to content

Commit aaa7632

Browse files
committed
Fix links to screencasts in README
Signed-off-by: David Thompson <[email protected]>
1 parent 46a3e07 commit aaa7632

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ or create a new project from a template.
9393
This workflow generates a file called `devfile.yaml` (a [Devfile](https://devfile.io/)) that contains instructions on how to deploy the project to OpenShift/Kubernetes based on the project's language or framework.
9494
Once you have this set up, you can debug your project on OpenShift/Kubernetes by right clicking on the project in the Components in the OpenShift sidebar, then selecting 'Start Dev'.
9595

96-
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/gif/create-component-demo.gif)
96+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/create-component-demo.gif)
9797

9898
### **Create component from devfile registry**
9999

@@ -113,7 +113,7 @@ Browse the catalog to discover and install [Helm Charts](https://helm.sh/) on cl
113113

114114
Creates a Function in the mentioned directory with the specified language/runtime selected and handles HTTP events.
115115

116-
![ screencast ](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/images/walkthrough/serverless-function/create.gif)
116+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/serverless-function/create.gif)
117117

118118
For more Serverless Functions Actions, please visit the detailed section [here](README.serverlessfn.md)
119119

README.serverlessfn.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22

33
Creates a Function in the mentioned directory with the specified language/runtime selected and handles HTTP events.
44

5-
![ screencast ](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/images/walkthrough/serverless-function/create.gif)
5+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/serverless-function/create.gif)
66

77
### **Create Function using git template**
88

99
Creates a Function in the mentioned directory with the specified git based template selected.
1010

11-
![ screencast ](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/images/walkthrough/serverless-function/create-function-template.gif)
11+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/serverless-function/create-function-template.gif)
1212

1313
### **Build a Function**
1414

1515
Build a function project (source code in the workspace) as a container image and push to a registry.
1616

17-
![ screencast ](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/images/walkthrough/serverless-function/build.gif)
17+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/serverless-function/build.gif)
1818

1919
### **Run the Function locally**
2020

2121
Run your function to see how it works locally before to push it on your cluster.
2222

23-
![ screencast ](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/images/walkthrough/serverless-function/run.gif)
23+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/serverless-function/run.gif)
2424

2525
### **RDeploy the Function**
2626

2727
Deploys a function to the currently configured Knative-enabled cluster from your IDE
2828

29-
![ screencast ](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/images/walkthrough/serverless-function/deploy.gif)
29+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/serverless-function/deploy.gif)
3030

3131
### **Invoke the Function**
3232

3333
Invokes the function by sending a test request to the currently running function instance, either locally or remote
3434

35-
![ screencast ](https://github.com/redhat-developer/vscode-openshift-tools/blob/main/images/walkthrough/serverless-function/invoke.gif)
35+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/main/images/walkthrough/serverless-function/invoke.gif)
3636

3737
## Documentation
3838

0 commit comments

Comments
 (0)