From 490d5c908a70204111f064e6177e82a5e0a5c63c Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 10 Feb 2019 08:46:44 +0100 Subject: [PATCH] Update FF4J --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a38bd..8160582 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ A curated list of awesome Java frameworks, libraries and software. - [CQEngine](https://github.com/npgall/cqengine) - Ultra-fast, SQL-like queries on Java collections. - [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. - [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers. -- [FF4J](http://www.ff4j.org) - Feature Flags for Java. +- [FF4J](https://github.com/ff4j/ff4j) - Feature Flags for Java. - [FizzBuzz Enterprise Edition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) - No-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. - [J2ObjC](https://github.com/google/j2objc) - Java-to-Objective-C translator for porting Android libraries to iOS. - [JavaCV](https://github.com/bytedeco/javacv) - Java interface to OpenCV, FFmpeg, and more.