From 211040ed83e4ae851bfae8760ea8161821b574bb Mon Sep 17 00:00:00 2001 From: Zeyu Zhang <39144422+zeyu2001@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:26:52 +0000 Subject: [PATCH] chore: update documentation links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfde056..b59358d 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ The hook configuration is stored in [`.pre-commit-config.yaml`](.pre-commit-conf ## VS Code Extension -It is also convenient to use the [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) extension for VS Code to build and preview the LaTeX files. Configure the `latexindent` command line arguments in the extension settings to match the configuration in `.pre-commit-config.yaml`. +It is also convenient to use the [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) extension for VS Code to build and preview the LaTeX files. Configure the `latexindent` command line arguments in the extension settings to match the configuration in [`.pre-commit-config.yaml`](.pre-commit-config.yaml). ## CI/CD -This repository uses GitHub Actions to deploy the HTML version to GitHub Pages. The workflow configuration is stored in [`.github/workflows/deploy-to-pages.yml`](.github/workflows/deploy-to-pages.yml). It uses [https://github.com/pdf2htmlEX/pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX) to convert the PDF to HTML. +This repository uses GitHub Actions to deploy the HTML version to GitHub Pages. The workflow configuration is stored in [`.github/workflows/deploy-to-pages.yml`](.github/workflows/deploy-to-pages.yml). It uses [pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX) to convert the PDF to HTML. ## License