Skip to content

Commit 2b4965e

Browse files
committed
[DCS] Updates URL for Document Conversion service
Updating the URL for the Document Conversion service
1 parent 88bc6f9 commit 2b4965e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/watson/developer_cloud/document_conversion/v1/DocumentConversion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class DocumentConversion extends WatsonService {
6464

6565
/** The default URL for the service. */
6666
private static final String URL =
67-
"https://gateway.watsonplatform.net/document-conversion-experimental/api";
67+
"https://gateway.watsonplatform.net/document-conversion/api";
6868

6969
private static final JsonObject EMPTY_CONFIG = new JsonParser().parse("{}").getAsJsonObject();
7070

0 commit comments

Comments
 (0)