Skip to content

Commit c6df9c4

Browse files
committed
doc(url): Update migration doc link
1 parent a331df0 commit c6df9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ assistant = AssistantV1(
259259
authenticator=authenticator)
260260
assistant.set_service_url('<url as per region>')
261261
```
262-
For more information, follow the [MIGRATION-V4](https://github.com/watson-developer-cloud/python-sdk/MIGRATION-V4.md)
262+
For more information, follow the [MIGRATION-V4](https://github.com/watson-developer-cloud/python-sdk/blob/master/MIGRATION-V4.md)
263263

264264
## Migration
265-
To move from v3.x to v4.0, refer to the [MIGRATION-V4](https://github.com/watson-developer-cloud/python-sdk/MIGRATION-V4.md).
265+
To move from v3.x to v4.0, refer to the [MIGRATION-V4](https://github.com/watson-developer-cloud/python-sdk/blob/master/MIGRATION-V4.md).
266266

267267
## Configuring the http client (Supported from v1.1.0)
268268
To set client configs like timeout use the `with_http_config()` function and pass it a dictionary of configs. For example for a Assistant service instance

0 commit comments

Comments
 (0)