Skip to content

Commit 73f0bec

Browse files
authored
chore: Update README with correct links for the support specification versions (#321)
* chore(readme): Remove reference of HTTPReceiver * chore(readme): fix support specification links. * This adds the real links to the v0.3 and v1.0 specification. fixes #320 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent 0adcc35 commit 73f0bec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ npm install cloudevents
2929

3030
#### Receiving Events
3131

32-
You can choose almost any popular web framework for port binding. Use an
33-
`HTTPReceiver` to process the incoming HTTP request. The receiver accepts
32+
You can choose almost any popular web framework for port binding. Use a
33+
`Receiver` to process the incoming HTTP request. The receiver accepts
3434
binary and structured events in either the 1.0 or 0.3 protocol formats.
3535

3636
```js
@@ -115,18 +115,18 @@ There you will find Express.js, TypeScript and Websocket examples.
115115

116116
## Supported specification features
117117

118-
| Core Specification | [v0.3](v03spec) | [v1.0](v1spec) |
118+
| Core Specification | [v0.3](https://github.com/cloudevents/spec/blob/v0.3/spec.md) | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/spec.md) |
119119
| ----------------------------- | --- | --- |
120120
| CloudEvents Core | :heavy_check_mark: | :heavy_check_mark: |
121121
---
122122

123-
| Event Formats | [v0.3](v03spec) | [v1.0](v1spec) |
123+
| Event Formats | [v0.3](https://github.com/cloudevents/spec/tree/v0.3) | [v1.0](https://github.com/cloudevents/spec/tree/v1.0) |
124124
| ----------------------------- | --- | --- |
125125
| AVRO Event Format | :x: | :x: |
126126
| JSON Event Format | :heavy_check_mark: | :heavy_check_mark: |
127127
---
128128

129-
| Transport Protocols | [v0.3](v03spec) | [v1.0](v1spec) |
129+
| Transport Protocols | [v0.3](https://github.com/cloudevents/spec/tree/v0.3) | [v1.0](https://github.com/cloudevents/spec/tree/v1.0) |
130130
| ----------------------------- | --- | --- |
131131
| AMQP Protocol Binding | :x: | :x: |
132132
| HTTP Protocol Binding | :heavy_check_mark: | :heavy_check_mark: |

0 commit comments

Comments
 (0)