Skip to content

Commit 39f361f

Browse files
authored
fix deploy gif link and remove gitter url (#3341)
Signed-off-by: Mohit Suman <[email protected]>
1 parent 9ae3cb2 commit 39f361f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

README.serverlessfn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Run your function to see how it works locally before to push it on your cluster.
2222

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

25-
### **RDeploy the Function**
25+
### **Deploy the Function**
2626

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

@@ -37,7 +37,7 @@ Invokes the function by sending a test request to the currently running function
3737
## Documentation
3838

3939
- [What is OpenShift Serverless](https://www.redhat.com/en/technologies/cloud-computing/openshift/serverless)
40-
- [Setting up OpenShift Serverless Functions - Red Hat Official Documentation](https://docs.openshift.com/container-platform/4.11/serverless/functions/serverless-functions-setup.html)
40+
- [Setting up OpenShift Serverless Functions - Red Hat Official Documentation](https://docs.openshift.com/serverless/1.30/functions/serverless-functions-getting-started.html)
4141
- [Serverless Function CLI docs](https://github.com/knative/func)
4242
- [Knative Docs](https://knative.dev/docs/)
4343

-209 KB
Loading

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
"node": ">=16.0.0 <19.0.0"
1919
},
2020
"badges": [
21-
{
22-
"url": "https://img.shields.io/gitter/room/redhat-developer/vscode-openshift-tools?style=for-the-badge&logo=gitter",
23-
"href": "https://gitter.im/redhat-developer/openshift-connector",
24-
"description": "Join us at #openshift-connector channel"
25-
},
2621
{
2722
"url": "https://img.shields.io/twitter/follow/rhdevelopers?style=social",
2823
"href": "https://twitter.com/intent/follow?screen_name=rhdevelopers",

0 commit comments

Comments
 (0)