Skip to content

Commit cbaae40

Browse files
Update create-bad-word-filter-service.md (#6240)
Replaced deploy command with appropriate create command.
1 parent 4268abe commit cbaae40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/bookstore/page-3/create-bad-word-filter-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This workflow ensures a smooth transition from development to deployment within
4444

4545
![Image 6](images/image6.png)
4646
```shell
47-
func deploy -b=s2i -v
47+
func create -l python bad-word-filter
4848
```
4949

5050
???+ success "Verify"
@@ -179,4 +179,4 @@ In this tutorial, you learned how to create a serverless function for a simple s
179179

180180
Next, we'll be learning how to use Knative Sequence to connect the 2 ML workflows and make sure they are executed in the order you want.
181181

182-
[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary }
182+
[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary }

0 commit comments

Comments
 (0)