From 689fb13299817e2a13a9200ff8e8944bf86ae6b6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 18 Mar 2025 08:43:51 +0000 Subject: [PATCH] docs/Common-Issues: fix style. --- docs/Common-Issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md index 1a7bf83b2c..261a9c2b6c 100644 --- a/docs/Common-Issues.md +++ b/docs/Common-Issues.md @@ -264,5 +264,5 @@ If your Homebrew installation gets messed up (and fixing the issues found by `br Sometimes, the user's computer, configuration or network connection may cause issues downloading with `curl` which are outside Homebrew's control. Homebrew requires good internet connectivity and correct configuration to function correctly. Here some links that could help you identify cURL issues based on `curl`'s and `libcurl`'s exit codes: - - https://everything.curl.dev/cmdline/exitcode.html - - https://curl.se/libcurl/c/libcurl-errors.html +* https://everything.curl.dev/cmdline/exitcode.html +* https://curl.se/libcurl/c/libcurl-errors.html