Skip to content

Commit

Permalink
Fix Get Function Cluster in Master Docs (apache#2960)
Browse files Browse the repository at this point in the history
### Motivation

About apache#2948 , fix path in master docs.

### Modifications
Change `curl -s http://localhost:8080/admin/v2/functions/cluster` to `curl -s http://localhost:8080/admin/v2/worker/cluster`
  • Loading branch information
k2la authored and sijie committed Nov 10, 2018
1 parent c704aaa commit 91a0488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/io-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ telnet localhost 6650
2. Check pulsar function cluster

```bash
curl -s http://localhost:8080/admin/v2/functions/cluster
curl -s http://localhost:8080/admin/v2/worker/cluster
```

Example output:
Expand Down

0 comments on commit 91a0488

Please sign in to comment.