Skip to content

Commit 0a9698d

Browse files
committed
docs: Fix version numbers in migration guide
1 parent 6a95336 commit 0a9698d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

MIGRATION-V8.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ Assistant service = new Assistant("2019-02-28");
9797
WorkspaceCollection response = service.listWorkspaces().execute().getResult();
9898
```
9999

100-
##### v3.x.x
100+
##### v7.x.x
101101

102102
Previously we would look for these files first in the system `home` directory, followed by the current project directory.
103103

104-
##### v4.x.x
104+
##### v8.x.x
105105

106106
Now in order to allow developers to have different configurations for each project we look first in the current project directory, followed by the home directory.
107107

108108
#### Setting the service url
109109

110-
##### v3.x.x
110+
##### v7.x.x
111111

112112
For a while now, we've allowed users to set the service URL with `setEndPoint()`:
113113

@@ -120,7 +120,7 @@ Assistant service = new Assistant("2019-02-28", options);
120120
service.setEndPoint("<service_url>");
121121
```
122122

123-
##### v4.x.x
123+
##### v8.x.x
124124

125125
To align with our other SDKs and be a bit more clear, that method has been renamed to `setServiceUrl()`:
126126

@@ -311,4 +311,3 @@ HttpMediaType.AUDIO_WAV
311311
* `detectFaces()` method was removed
312312
* `className` was renamed to `xClass` in the `Class` model
313313
* `className` was renamed to `xClass` in the `ClassResult` model
314-

0 commit comments

Comments
 (0)