From 6e35bef9a01b4dd64c55696a6c4dafea934901f8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 1 Jan 2018 12:07:35 -0800 Subject: [PATCH] GUACAMOLE-423: Remove version specificity from guacamole-docker README reference to database auth SQL scripts. --- guacamole-docker/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guacamole-docker/README.md b/guacamole-docker/README.md index 21b945428..89ea1fa7c 100644 --- a/guacamole-docker/README.md +++ b/guacamole-docker/README.md @@ -58,8 +58,9 @@ database docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgres > initdb.sql -Alternatively, you can use the SQL scripts included with -[guacamole-auth-jdbc](https://github.com/apache/guacamole-client/tree/0.9.10-incubating/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/schema). +Alternatively, you can use the SQL scripts included with the +guacamole-auth-jdbc extension from +[the corresponding release](http://guacamole.apache.org/releases/). Once this script is generated, you must: