From 30a84f5af13658f780270b6fc474b344310d7464 Mon Sep 17 00:00:00 2001 From: su622b Date: Tue, 20 Mar 2018 13:15:17 -0400 Subject: [PATCH] removed the wrong documentation reference Issue-ID: DMAAP-332 Change-Id: Id5c498996a0dd2528966f9ad307c1931e94e1a1d Signed-off-by: su622b --- src/main/java/com/att/nsa/cambria/exception/ErrorResponse.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } -- 2.16.6