From 661267778f40cbdd6a269c68e8048d6d12e9a0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20G=C3=BCrb=C3=BCz?= Date: Mon, 21 Jul 2025 12:49:32 -0700 Subject: [PATCH] Update README.md The hyperlink has an extra set of parentheses, which is causing the markdown link syntax to be malformed. The issue was an extra set of parentheses in the markdown link syntax. The link should now work properly and will direct users to the Calculus with Julia notes website. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb91fce..c01f100 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ [![Read Notes](https://img.shields.io/badge/docs-latest-blue.svg)](https://jverzani.github.io/CalculusWithJuliaNotes.jl/) -A collection of [notes]((https://jverzani.github.io/CalculusWithJuliaNotes.jl/)) related to using `Julia` in the study of Calculus. +A collection of [notes](https://jverzani.github.io/CalculusWithJuliaNotes.jl/) related to using `Julia` in the study of Calculus.