From 96d31270563d96c22afb93506d4f1c5f7ef4d1d5 Mon Sep 17 00:00:00 2001 From: David Llewellyn-Jones Date: Fri, 27 Oct 2023 10:34:37 +0100 Subject: [PATCH] Fix badge links in the README.md The badge links were pointing to the wrong branch; this fixes them. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e759098..44e80c0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # hut23-linear-algebra [![LaTeX build](../../actions/workflows/pdflatex.yml/badge.svg)](../../actions/workflows/pdflatex.yml) -[![All the maths](https://img.shields.io/badge/PDF-All_the_maths-orange.svg?style=flat)](../gh-action-result/pdflatex/working/all-the-maths-we-know.pdf) -[![All the rules](https://img.shields.io/badge/PDF-All_the_rules-orange.svg?style=flat)](../gh-action-result/pdflatex/working/all-the-rules-we-know.pdf) +[![All the maths](https://img.shields.io/badge/PDF-All_the_maths-orange.svg?style=flat)](../gh-action-result/pdf-files/working/all-the-maths-we-know.pdf) +[![All the rules](https://img.shields.io/badge/PDF-All_the_rules-orange.svg?style=flat)](../gh-action-result/pdf-files/working/all-the-rules-we-know.pdf) Repository for the Linear Algebra reading group. Some material in this repo uses $\LaTeX$ (and/or Makefiles). On a mac, use `brew install mactex`.