From aad91caae01caee0fae3275d8516ed37a9e2f80b Mon Sep 17 00:00:00 2001 From: Shah <42602105+Shahfarzane@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:54:46 +0200 Subject: [PATCH] Fix incorrect GitHub Pages URL in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove .git extension from GitHub Pages URL as it should point to the website, not the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4c3222a..4fbbad0 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ If you want to build fonts manually on your own computer: * `make test` will run [FontBakery](https://github.com/googlefonts/fontbakery)'s quality assurance tests. * `make proof` will generate HTML proof files. -The proof files and QA tests are also available automatically via GitHub Actions - look at https://paper-design.github.io/paper-mono.git. +The proof files and QA tests are also available automatically via GitHub Actions - look at https://paper-design.github.io/paper-mono. ## License