Skip to content

Commit c7b58a0

Browse files
committed
Merge pull request akullpp#335 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents 97a36c9 + 44713df commit c7b58a0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,15 @@ A curated list of awesome Java frameworks, libraries and software.
193193
* [Crate](https://crate.io/) - Distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster.
194194
* [eXist](https://github.com/eXist-db/exist) - A NoSQL document database and application platform.
195195
* [FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions.
196-
* [Flyway](http://flywaydb.org/) - Simple database migration tool.
196+
* [Flyway](https://flywaydb.org/) - Simple database migration tool.
197197
* [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality.
198198
* [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool.
199199
* [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.
200200
* [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with redis, with methods for commands.
201201
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema.
202202
* [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes.
203203
* [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
204-
* [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.
204+
* [Presto](https://github.com/prestodb/presto) - Distributed SQL query engine for big data.
205205
* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries.
206206
* [Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable data structures on top of a Redis server.
207207
* [Speedment](https://github.com/speedment/speedment) - A database access library that utilizes the Java 8 Stream API for querying.
@@ -322,14 +322,14 @@ A curated list of awesome Java frameworks, libraries and software.
322322
* [derive4j](https://github.com/derive4j/derive4j) - Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, morphisms.
323323
* [Fugue](https://bitbucket.org/atlassian/fugue) - Functional extensions to Guava.
324324
* [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition-oriented development.
325-
* [Javaslang](http://javaslang.com) - Functional component library that provides persistent data types and functional control structures.
325+
* [Javaslang](http://www.javaslang.io/) - Functional component library that provides persistent data types and functional control structures.
326326
* [jOOλ](https://github.com/jOOQ/jOOL) - Extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions.
327327

328328
## Game Development
329329

330330
*Frameworks that support the development of games.*
331331

332-
* [jMonkeyEngine](http://jmonkeyengine.org/) - Game engine for modern 3D development.
332+
* [jMonkeyEngine](https://jmonkeyengine.org/) - Game engine for modern 3D development.
333333
* [libGDX](https://libgdx.badlogicgames.com/) - All-round cross-platform, high-level framework.
334334
* [LWJGL](https://www.lwjgl.org/) - Robust framework that abstracts libraries like OpenGL/CL/AL.
335335

@@ -608,7 +608,7 @@ A curated list of awesome Java frameworks, libraries and software.
608608
*Tools which substitute expressions in a template.*
609609

610610
* [Apache Velocity](http://velocity.apache.org/) - Templates for HTML pages, emails or source code generation in general.
611-
* [FreeMarker](http://freemarker.incubator.apache.org/) - General templating engine without any heavyweight or opinionated dependencies.
611+
* [FreeMarker](http://freemarker.org/) - General templating engine without any heavyweight or opinionated dependencies.
612612
* [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logic-less and semantic Mustache templates.
613613
* [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general.
614614

0 commit comments

Comments
 (0)