From d5aa22a96f7b0b0f33a935cbe0821930f0c72bfa Mon Sep 17 00:00:00 2001 From: Jan <96944229+modelrailroader@users.noreply.github.com> Date: Fri, 23 Jun 2023 17:56:25 +0200 Subject: [PATCH] fix: hyperlinks for new file extensions --- docs/qr-codes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/qr-codes.md b/docs/qr-codes.md index 25fdd3c..672262d 100644 --- a/docs/qr-codes.md +++ b/docs/qr-codes.md @@ -20,19 +20,19 @@ You can also specify a size as a third argument which is 200 by default. ## Online Providers -[QRServerProvider](qr-codes/qr-server.html) (default) +[QRServerProvider](qr-codes/qr-server.md) (default) **Warning:** Whilst it is the default, this provider is not suggested for applications where absolute security is needed, because it uses an external service for the QR code generation. You can make use of the included offline providers listed below which generate locally. -[ImageChartsQRCodeProvider](qr-codes/image-charts.html) +[ImageChartsQRCodeProvider](qr-codes/image-charts.md) -[QRicketProvider](qr-codes/qrickit.html) +[QRicketProvider](qr-codes/qrickit.md) ## Offline Providers -[EndroidQrCodeProvider](qr-codes/endroid.html) and EndroidQrCodeWithLogoProvider +[EndroidQrCodeProvider](qr-codes/endroid.md) and EndroidQrCodeWithLogoProvider -[BaconQRCodeProvider](qr-codes/bacon.html) +[BaconQRCodeProvider](qr-codes/bacon.md) **Note:** offline providers may have additional PHP requirements in order to function, you should study what is required before trying to make use of them.