From: su622b Date: Tue, 20 Mar 2018 17:15:17 +0000 (-0400) Subject: removed the wrong documentation reference X-Git-Tag: v1.1.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=30a84f5af13658f780270b6fc474b344310d7464;p=dmaap%2Fmessagerouter%2Fmsgrtr.git removed the wrong documentation reference Issue-ID: DMAAP-332 Change-Id: Id5c498996a0dd2528966f9ad307c1931e94e1a1d Signed-off-by: su622b --- diff --git a/src/main/java/com/att/nsa/cambria/exception/ErrorResponse.java b/src/main/java/com/att/nsa/cambria/exception/ErrorResponse.java index d62d5a8..03b7aee 100644 --- a/src/main/java/com/att/nsa/cambria/exception/ErrorResponse.java +++ b/src/main/java/com/att/nsa/cambria/exception/ErrorResponse.java @@ -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"; }