Skip to content

Commit aacfb41

Browse files
committed
docs: fix link format in readme [ci skip]
1 parent e88408d commit aacfb41

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
@@ -18,9 +18,9 @@ Works well with [aws-lambda-libreoffice npm package](https://github.com/shelfio/
1818

1919
## What's inside this layer?
2020

21-
`libreoffice-brotli` layer contains `lo.tar.br` file which is LibreOffice v6.4.0.1 (https://github.com/vladgolubev/serverless-libreoffice/releases/tag/v6.4.0.1). Node.js has native Brotli unpacking support since version 10 so it's easy to unpack this file natively. Alternatively, you can use [aws-lambda-libreoffice npm package](https://github.com/shelfio/aws-lambda-libreoffice) to simplify this task.
21+
`libreoffice-brotli` layer contains `lo.tar.br` file which is [LibreOffice v6.4.0.1](https://github.com/vladgolubev/serverless-libreoffice/releases/tag/v6.4.0.1). Node.js has native Brotli unpacking support since version 10 so it's easy to unpack this file natively. Alternatively, you can use [aws-lambda-libreoffice npm package](https://github.com/shelfio/aws-lambda-libreoffice) to simplify this task.
2222

23-
`libreoffice-gzip` layer contains `lo.tar.gz` file which is LibreOffice v6.4.0.1 (https://github.com/vladgolubev/serverless-libreoffice/releases/tag/v6.4.0.1).
23+
`libreoffice-gzip` layer contains `lo.tar.gz` file which is [LibreOffice v6.4.0.1](https://github.com/vladgolubev/serverless-libreoffice/releases/tag/v6.4.0.1).
2424

2525
## How do I use this layer to launch LibreOffice?
2626

0 commit comments

Comments
 (0)