#1544 - No effective change - use https://ebean.io for urls

This commit is contained in:
rob bygrave
2018-11-13 21:26:56 +13:00
parent e4cb5f0443
commit 89c0324e42
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ public final class Ebean {
} catch (DataSourceConfigurationException e) {
String msg = "Configuration error creating DataSource for the default EbeanServer." +
" This typically means a missing application-test.yml or missing ebean-test-config dependency." +
" See https://ebean-orm.github.io/docs/trouble-shooting#datasource";
" See https://ebean.io/docs/trouble-shooting#datasource";
throw new DataSourceConfigurationException(msg, e);
} catch (Throwable e) {