summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";
}