summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-03-20 13:15:17 -0400
committersu622b <sunil.unnava@att.com>2018-03-20 13:15:32 -0400
commit30a84f5af13658f780270b6fc474b344310d7464 (patch)
treec00f51f916941be6880bf5b6cc6e1e0ec871e5c7
parent594722e019ba077845b2a914b365d560926d8ea0 (diff)
removed the wrong documentation reference
Issue-ID: DMAAP-332 Change-Id: Id5c498996a0dd2528966f9ad307c1931e94e1a1d Signed-off-by: su622b <sunil.unnava@att.com>
-rw-r--r--src/main/java/com/att/nsa/cambria/exception/ErrorResponse.java4
1 files 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";
}