From 567e647c1d45c0c079fce2004b0b76befa803818 Mon Sep 17 00:00:00 2001 From: Paco Cartones <253313177+pacocartones@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:02:26 +0200 Subject: [PATCH] Point CONTRIBUTING to the site that exists (#549) awesome-quant.com does not resolve (NXDOMAIN). The generated site is published by .github/workflows/build.yml to GitHub Pages, which the Pages API reports as https://wilsonfreitas.github.io/awesome-quant/ with no custom CNAME configured. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d999ac4..52ddea5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Link to the PyPI package page. If the project has a GitHub repo, append it after Projects with a verifiable GitHub repository are easier to evaluate for source availability, documentation, activity, maintenance, and community adoption, and they receive automated tracking of stars, activity, and archive status on - [awesome-quant.com](https://awesome-quant.com/). + [the awesome-quant site](https://wilsonfreitas.github.io/awesome-quant/). - Include a GitHub repository either as the main project URL or as the exact `[GitHub](https://github.com/owner/repo)` suffix. A valid GitHub repository mentioned in either place receives the same relevance consideration.