Skip to content

Commit

Permalink
Fix or remove broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Dec 1, 2023
1 parent df3332b commit 40ba61e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ next to it. This icon means the component is part of the official
* [Cloud Support](#cloud-support)
* [Microservices](#microservices)
* [Search Engines](#search-engines)
* [Template Engines](#template-engines)
* [Service Factory](#service-factory)
* [Config](#config)
* [Dependency Injection](#dependency-injection)
Expand All @@ -45,7 +44,7 @@ next to it. This icon means the component is part of the official

## Books

* [Building Reactive Microservices in Java](https://developers.redhat.com/promotions/building-reactive-microservices-in-java/) by Clément Escoffier
* [Building Reactive Microservices in Java](https://www.oreilly.com/library/view/building-reactive-microservices/9781491986295/) by Clément Escoffier
* [Vert.x in Action](https://www.manning.com/books/vertx-in-action) by Julien Ponge

## Build tools
Expand Down Expand Up @@ -277,10 +276,6 @@ next to it. This icon means the component is part of the official
* [Vert.x Elasticsearch Service](https://github.com/englishtown/vertx-elasticsearch-service) - Vert.x 3 [Elasticsearch](https://www.elastic.co/) service with event bus proxying.
* [Vert.x Solr Service](https://github.com/englishtown/vertx-solr-service) - Vert.x 3 Solr service with event bus proxying.

## Template Engines

* [KorTE Template Engine](https://github.com/korlibs/korte) - Kotlin Template Engine similar to Twig/Django/Liquid supporting calling Kotlin suspend methods.

## Service Factory

* [Service Factory](https://github.com/vert-x3/vertx-service-factory) <img src="vertx-favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Service Factory.
Expand Down Expand Up @@ -397,14 +392,7 @@ next to it. This icon means the component is part of the official
## Articles

* [Going reactive with Eclipse Vert.x and RX Java](https://blogs.oracle.com/javamagazine/going-reactive-with-eclipse-vertx-and-rxjava)
* [First Steps With Vert.x and Infinispan - Part 2: PUSH API](https://dzone.com/articles/first-steps-with-vertx-and-infinispan-push-api-par)
* [First Steps With Vert.x and Infinispan - Part 1: REST API](https://dzone.com/articles/first-steps-with-vertx-and-infinispan-rest-api)
* [Location Transparency With Vert.x](https://dzone.com/articles/location-transparency-with-vertx)
* [Reactive Microservices and Service Discovery with Vert.x](https://dzone.com/articles/reactive-microservices-and-service-discovery-with)
* [https://dzone.com/articles/vertx-330-development-automation](https://dzone.com/articles/vertx-330-development-automation)
* [Vert.x 3.3.0 Features Enhanced Networking Microservices, Testing and More](https://www.infoq.com/news/2016/06/Vert.x-3.3.0-release-features)
* [Launching Vert.x Dynamically](https://dzone.com/articles/vertx-launcher)
* [Secure Your Vertx 3 App With Pac4j](https://dzone.com/articles/secure-your-vertx)
* [Interview with Tim Fox About Vert.x 3, the Original Reactive, Microservice Toolkit for the JVM](http://www.infoq.com/articles/vertx-3-tim-fox)

## Tutorials
Expand Down

0 comments on commit 40ba61e

Please sign in to comment.