Skip to content

Commit b73d01b

Browse files
authored
Fixed link paths
1 parent 97e4d1f commit b73d01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configure-2fa.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bin/magento security:tfa:google:set-secret <MAGENTO_ADMIN_USERNAME> <OTP_SHARED_
2828
## Configure the MFTF {#config-mftf-2fa}
2929

3030
Save the same base32-encoded `secret` in a MFTF credential storage, e.g. `.credentials` file, `HashiCorp Vault` or `AWS Secrets Manager`.
31-
More details are [here](../credentials.md).
31+
More details are [here](./credentials.md).
3232

3333
The path of the `secret` should be:
3434

@@ -39,7 +39,7 @@ magento/tfa/OTP_SHARED_SECRET
3939
## GetOTP {#getOTP}
4040

4141
A one-time password (OTP) is required when an admin user logs into the Magento admin.
42-
Use the action `getOTP` [Reference](../test/actions.md#getotp) to generate the code and use it for the `Authenticator code` text field in 2FA - Google Auth page.
42+
Use the action `getOTP` [Reference](./test/actions.md#getotp) to generate the code and use it for the `Authenticator code` text field in 2FA - Google Auth page.
4343

4444
Note:
4545
You will need to set the `secret` for any non-default admin users first, before using `getOTP`. For example:

0 commit comments

Comments
 (0)