This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit df24555e9d90eab61f1660fb55e526e7c32993a9 Author: Kuthumi Pepple <[email protected]> AuthorDate: Wed Jul 6 10:31:28 2022 +0100 fix broken links in examples/README.md --- examples/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/README.md b/examples/README.md index 91c677bd0..4d82c3a52 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,8 +9,6 @@ In this section you will find the most basic examples. Useful to start learning | Type | Description | Link | |---|---|---| | Languages | Simple integrations developed in various supported languages | [see examples](./languages/)| -| Basic | Simple integrations with basic configuration | [see examples](./basic/)| -| Cron | How to create a `cront` integration | [see examples](./cron/)| | User Config | Explore how to include a `property`, `secret`, `configmap` or file `resource` in your integration | [see examples](./user-config/)| | User Dependencies | Explore how to include a local dependency in your integration with Jitpack | [see examples](./jitpack/)| | Processor | Show how to include `Processor`s logic | [see examples](./processor/)| @@ -25,10 +23,6 @@ In this section you can find a few examples of certain [`Camel` components](http | Type | Description | Link | |---|---|---| -| AMQP | Component usage | [see examples](./amqp/)| -| Caffeine | Component usage | [see examples](./caffeine/)| -| Databases | Component usage | [see examples](./databases/)| -| DNS | Component usage | [see examples](./dns/)| | HTTP/HTTPS | Component usage | [see examples](./http/)| | Kafka | Component usage | [see examples](./kafka/)| | Knative | Component usage | [see examples](./knative/)|
