Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI URLs #10

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Noto Sinhala

[![][Fontbakery]](https://notofonts.github.io/sinhala/fontbakery/fontbakery-report.html)
[![][Universal]](https://notofonts.github.io/sinhala/fontbakery/fontbakery-report.html)
[![][GF Profile]](https://notofonts.github.io/sinhala/fontbakery/fontbakery-report.html)
[![][Outline Correctness]](https://notofonts.github.io/sinhala/fontbakery/fontbakery-report.html)
[![][Shaping]](https://notofonts.github.io/sinhala/fontbakery/fontbakery-report.html)

[Fontbakery]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnotofonts%2Fsinhala%2Fgh-pages%2Fbadges%2Foverall.json
[GF Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnotofonts%2Fsinhala%2Fgh-pages%2Fbadges%2FGoogleFonts.json
[Noto Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnotofonts%2Fsinhala%2Fgh-pages%2Fbadges%2FNotoFonts.json
[Outline Correctness]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnotofonts%2Fsinhala%2Fgh-pages%2Fbadges%2FOutlineCorrectnessChecks.json
[Shaping]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnotofonts%2Fsinhala%2Fgh-pages%2Fbadges%2FShapingChecks.json
[Universal]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnotofonts%2Fsinhala%2Fgh-pages%2Fbadges%2FUniversal.json
[![][Fontbakery]](https://mooniak.github.io/noto-sans-sinhala/fontbakery/fontbakery-report.html)
[![][Universal]](https://mooniak.github.io/noto-sans-sinhala/fontbakery/fontbakery-report.html)
[![][GF Profile]](https://mooniak.github.io/noto-sans-sinhala/fontbakery/fontbakery-report.html)
[![][Outline Correctness]](https://mooniak.github.io/noto-sans-sinhala/fontbakery/fontbakery-report.html)
[![][Shaping]](https://mooniak.github.io/noto-sans-sinhala/fontbakery/fontbakery-report.html)

[Fontbakery]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmooniak%2Fnoto-sans-sinhala%2Fgh-pages%2Fbadges%2Foverall.json
[GF Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmooniak%2Fnoto-sans-sinhala%2Fgh-pages%2Fbadges%2FGoogleFonts.json
[Noto Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmooniak%2Fnoto-sans-sinhala%2Fgh-pages%2Fbadges%2FNotoFonts.json
[Outline Correctness]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmooniak%2Fnoto-sans-sinhala%2Fgh-pages%2Fbadges%2FOutlineCorrectnessChecks.json
[Shaping]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmooniak%2Fnoto-sans-sinhala%2Fgh-pages%2Fbadges%2FShapingChecks.json
[Universal]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmooniak%2Fnoto-sans-sinhala%2Fgh-pages%2Fbadges%2FUniversal.json

## Building

Expand All @@ -23,7 +23,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://notofonts.github.io/sinhala.
The proof files and QA tests are also available automatically via GitHub Actions - look at https://mooniak.github.io/noto-sans-sinhala.

For information on how to work on Noto fonts, how the build process
works and how to maintain it, see [the README file of the
Expand Down
Loading