diff --git a/docs/guides/integration-javascript-client-side.md b/docs/guides/integration-javascript-client-side.md index 06d81d223..faed4b0a2 100644 --- a/docs/guides/integration-javascript-client-side.md +++ b/docs/guides/integration-javascript-client-side.md @@ -173,7 +173,7 @@ To configure the SDK, call one of the following methods, with an object containi * `__uid2.setIdentityFromPhoneHash` :::important -For `__uid2.setIdentityFromEmailHash` or `__uid2.setIdentityFromPhoneHash`, the `emailHash` or `PhoneHash` argument must be the Base64-encoded value. For details, see [Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md/#email-address-hash-encoding) and [Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding). +For `__uid2.setIdentityFromEmailHash` or `__uid2.setIdentityFromPhoneHash`, the `emailHash` or `PhoneHash` argument must be the Base64-encoded value. For details, see [Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding) and [Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding). ::: The following sections include coding examples for each scenario. diff --git a/docs/sdks/sdk-ref-python.md b/docs/sdks/sdk-ref-python.md index 49a297fb7..0a725a924 100644 --- a/docs/sdks/sdk-ref-python.md +++ b/docs/sdks/sdk-ref-python.md @@ -61,7 +61,7 @@ For detailed information about changes, bug fixes, and new features in each rele ## Installation -You can use the [Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) package manager to install the SDK. +You can use the [Pip](https://packaging.python.org/en/latest/guides/tool-recommendations#installing-packages) package manager to install the SDK. ``` pip install uid2-client diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md index 7dd09d3d2..3c2827014 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md @@ -61,7 +61,7 @@ version: ## Installation -SDK をインストールするには、[Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) パッケージマネージャを使用します。 +SDK をインストールするには、[Pip](https://packaging.python.org/en/latest/guides/tool-recommendations#installing-packages) パッケージマネージャを使用します。 ``` pip install uid2-client