GUACAMOLE-423: Remove version specificity from guacamole-docker README reference to database auth SQL scripts.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/6e35bef9 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/6e35bef9 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/6e35bef9 Branch: refs/heads/master Commit: 6e35bef9a01b4dd64c55696a6c4dafea934901f8 Parents: ce4cd11 Author: Michael Jumper <[email protected]> Authored: Mon Jan 1 12:07:35 2018 -0800 Committer: Michael Jumper <[email protected]> Committed: Mon Jan 1 12:07:35 2018 -0800 ---------------------------------------------------------------------- guacamole-docker/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/6e35bef9/guacamole-docker/README.md ---------------------------------------------------------------------- diff --git a/guacamole-docker/README.md b/guacamole-docker/README.md index 21b9454..89ea1fa 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:
