From ccbe08f41b80822fa506f169fc8afaae410d4930 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Fri, 4 Dec 2020 06:43:53 -0600 Subject: [PATCH] Update README.md --- Workbench/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbench/README.md b/Workbench/README.md index f12ad91..d28b2f7 100644 --- a/Workbench/README.md +++ b/Workbench/README.md @@ -8,6 +8,6 @@ $ docker-compose up --build NOTE: The workbench requires that an environment variable named CSPHOSTNAME be set. Just set it to 'localhost' for a local build. -Please see a detailed description [here](https://spaces.at.internet2.edu/display/MID/Complex+midPoint+integration+demo). +Please see a detailed description [here](https://spaces.at.internet2.edu/x/VhLtBw). NOTE: This environment works with Docker for Windows CE, but before cloning this repository, ensure that your git client on Windows does not translate LF line endings into CRLF line endings or the mq and grouper_daemon contains will not start. This can be done using the command: 'git config --global core.autocrlf false'