Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/eventing/samples/container-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ creating your own event source as a ContainerSource.
### Prepare the heartbeats image

Knative [event-sources](https://github.com/knative/eventing-contrib) has a
sample of heartbeats event source. You could clone the source codes by
sample of heartbeats event source. You could clone the source code by

```
git clone -b "{{< branch >}}" https://github.com/knative/eventing-contrib.git
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/sources/containersource.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This example shows how the heartbeats container sends events to the Event Displa

### Preparing the heartbeats image
Knative [event-sources](https://github.com/knative/eventing-contrib) has a
sample of heartbeats event source. You could clone the source codes by
sample of heartbeats event source. You could clone the source code by

```
git clone -b "{{< branch >}}" https://github.com/knative/eventing-contrib.git
Expand Down