Skip to content

Commit 474e329

Browse files
committed
fixup for new release process
Signed-off-by: Doug Davis <duglin@gmail.com>
1 parent ab491ff commit 474e329

1 file changed

Lines changed: 10 additions & 17 deletions

File tree

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# THIS BRANCH HAS BEEN DEPRECATED
2-
3-
This branch has been deprecated and the files should now be accessed via
4-
the [v1.0 tag](https://github.com/cloudevents/spec/tree/v1.0) instead.
5-
6-
---
7-
81
# CloudEvents
92

103
![CloudEvents logo](https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png)
@@ -34,23 +27,23 @@ The following documents are available:
3427
| | Latest Release | Working Draft |
3528
| :---------------------------- | :----------------------------------------------------------------------------: | :---------------------------------------------------------------------------------: |
3629
| **Core Specification:** |
37-
| CloudEvents | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/spec.md) | [WIP](https://github.com/cloudevents/spec/blob/main/spec.md) |
30+
| CloudEvents | [v1.0](spec.md) | [WIP](https://github.com/cloudevents/spec/blob/main/spec.md) |
3831
| |
3932
| **Optional Specifications:** |
40-
| AMQP Protocol Binding | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/amqp-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/amqp-protocol-binding.md) |
41-
| AVRO Event Format | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/avro-format.md) | [WIP](https://github.com/cloudevents/spec/blob/main/avro-format.md) |
42-
| HTTP Protocol Binding | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/http-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/http-protocol-binding.md) |
43-
| JSON Event Format | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/json-format.md) | [WIP](https://github.com/cloudevents/spec/blob/main/json-format.md) |
44-
| Kafka Protocol Binding | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/kafka-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/kafka-protocol-binding.md) |
45-
| MQTT Protocol Binding | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/mqtt-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/mqtt-protocol-binding.md) |
46-
| NATS Protocol Binding | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/nats-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/nats-protocol-binding.md) |
47-
| Web hook | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md) | [WIP](https://github.com/cloudevents/spec/blob/main/http-webhook.md) |
33+
| AMQP Protocol Binding | [v1.0](amqp-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/amqp-protocol-binding.md) |
34+
| AVRO Event Format | [v1.0](avro-format.md) | [WIP](https://github.com/cloudevents/spec/blob/main/avro-format.md) |
35+
| HTTP Protocol Binding | [v1.0](http-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/http-protocol-binding.md) |
36+
| JSON Event Format | [v1.0](json-format.md) | [WIP](https://github.com/cloudevents/spec/blob/main/json-format.md) |
37+
| Kafka Protocol Binding | [v1.0](kafka-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/kafka-protocol-binding.md) |
38+
| MQTT Protocol Binding | [v1.0](mqtt-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/mqtt-protocol-binding.md) |
39+
| NATS Protocol Binding | [v1.0](nats-protocol-binding.md) | [WIP](https://github.com/cloudevents/spec/blob/main/nats-protocol-binding.md) |
40+
| Web hook | [v1.0](http-webhook.md) | [WIP](https://github.com/cloudevents/spec/blob/main/http-webhook.md) |
4841
| |
4942
| **Additional Documentation:** |
5043
| CloudEvents Adapters | - | [WIP](https://github.com/cloudevents/spec/blob/main/adapters.md) |
5144
| CloudEvents SDK Requirements | - | [WIP](https://github.com/cloudevents/spec/blob/main/SDK.md) |
5245
| Documented Extensions | - | [WIP](https://github.com/cloudevents/spec/blob/main/documented-extensions.md) |
53-
| Primer | [v1.0](https://github.com/cloudevents/spec/blob/v1.0/primer.md) | [WIP](https://github.com/cloudevents/spec/blob/main/primer.md) |
46+
| Primer | [v1.0](primer.md) | [WIP](https://github.com/cloudevents/spec/blob/main/primer.md) |
5447
| Proprietary Specifications | - | [WIP](https://github.com/cloudevents/spec/blob/main/proprietary-specs.md) |
5548

5649
If you are new to CloudEvents, it is recommended that you start by reading the

0 commit comments

Comments
 (0)