Skip to content

Commit

Permalink
Update SAP Cloud SDK doc links to v3 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma authored Oct 5, 2023
1 parent 0c534de commit 826f16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/using-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ Since you don't want to use the destination for local testing, but only for prod
}
```

Additionally, you can provide [destination options](https://sap.github.io/cloud-sdk/api/v2/types/sap_cloud_sdk_connectivity.DestinationOptions.html) inside a `destinationOptions` object:
Additionally, you can provide [destination options](https://sap.github.io/cloud-sdk/api/v3/types/sap_cloud_sdk_connectivity.DestinationOptions.html) inside a `destinationOptions` object:

```jsonc
"cds": {
Expand Down Expand Up @@ -1648,7 +1648,7 @@ This list specifies the properties for application defined destinations.
| `queries` | Map of URL parameters |
| `forwardAuthToken` | [Forward auth token](#forward-auth-token) |

[Destination Type in SAP Cloud SDK for JavaScript](https://sap.github.io/cloud-sdk/api/v2/interfaces/sap_cloud_sdk_connectivity.Destination.html){.learn-more .impl .node}
[Destination Type in SAP Cloud SDK for JavaScript](https://sap.github.io/cloud-sdk/api/v3/interfaces/sap_cloud_sdk_connectivity.Destination.html){.learn-more .impl .node}
[HttpDestination Type in SAP Cloud SDK for Java](https://help.sap.com/doc/82a32040212742019ce79dda40f789b9/1.0/en-US/index.html){.learn-more .impl .java}

#### Authentication Types
Expand Down

0 comments on commit 826f16e

Please sign in to comment.