removed the wrong documentation reference 93/37193/1
authorsu622b <sunil.unnava@att.com>
Tue, 20 Mar 2018 17:15:17 +0000 (13:15 -0400)
committersu622b <sunil.unnava@att.com>
Tue, 20 Mar 2018 17:15:32 +0000 (13:15 -0400)
Issue-ID: DMAAP-332
Change-Id: Id5c498996a0dd2528966f9ad307c1931e94e1a1d
Signed-off-by: su622b <sunil.unnava@att.com>
src/main/java/com/att/nsa/cambria/exception/ErrorResponse.java

index d62d5a8..03b7aee 100644 (file)
@@ -51,7 +51,7 @@ public class ErrorResponse {
                this.httpStatusCode = httpStatusCode;
                this.mrErrorCode = mrErrorCode;
                this.errorMessage = errorMessage;
-               this.helpURL = "https://wiki.web.att.com/display/DMAAP/DMaaP+Home";
+               this.helpURL = "http://onap.readthedocs.io";
                this.statusTs = statusTs;
                this.topic = topic;
                this.publisherId = publisherId;
@@ -66,7 +66,7 @@ public class ErrorResponse {
                this.httpStatusCode = httpStatusCode;
                this.mrErrorCode = mrErrorCode;
                this.errorMessage = errorMessage;
-               this.helpURL = "https://wiki.web.att.com/display/DMAAP/DMaaP+Home";
+               this.helpURL = "http://onap.readthedocs.io";
                
        }