Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 2fd2090

Browse files
authored
Fixing broken link
1 parent 033f614 commit 2fd2090

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
@@ -431,7 +431,7 @@ $config = FieldLevelEncryptionConfigBuilder::aFieldLevelEncryptionConfig()
431431
Note: If `withEncryptedValueFieldName` is left blank, the value will default to `encryptedData`
432432

433433
See also:
434-
* [JWEEncryptionConfig.php](https://github.com/Mastercard/client-encryption-php/blob/master/src/Developer/Encryption/JWEEncryptionConfig.php) for all config options
434+
* [JweConfig.php](https://github.com/Mastercard/client-encryption-php/blob/main/src/Developer/Encryption/JweConfig.php) for all config options
435435
* [Service Configurations for Client Encryption PHP](https://github.com/Mastercard/client-encryption-php/wiki/Service-Configurations-for-Client-Encryption-PHP)
436436

437437
#### Performing Encryption <a name="performing-encryption-jwe"></a>
@@ -647,4 +647,4 @@ $config = new Configuration();
647647
$config->setHost('https://sandbox.api.mastercard.com');
648648
$serviceApi = new ServiceApi($client, $config);
649649
// …
650-
```
650+
```

0 commit comments

Comments
 (0)