Skip to content

Commit 7f130cf

Browse files
committed
chore(readme): fix support specification links.
* This adds the real links to the v0.3 and v1.0 specification. fixes cloudevents#320 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent 9f7b4c9 commit 7f130cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -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/tree/v0.3) | [v1.0](https://github.com/cloudevents/spec/tree/v1.0) |
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)