From c5568ebfed9fb24ef198256428686d0f846bbb3e Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 15 Oct 2024 14:31:54 +0300 Subject: [PATCH] Update repository URLs --- CHANGELOG.md | 52 ++++++++++++++++++++-------------------- Cargo.toml | 2 +- README.md | 4 ++-- docs/backporting.md | 4 ++-- src/hb/face.rs | 2 +- tests/custom/macos.tests | 2 +- 6 files changed, 33 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b97702f8..268c7a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -247,29 +247,29 @@ At this point, this is just a simple Rust bindings to a stripped down harfbuzz. Embedded harfbuzz relies only on internal TrueType implementation. - Most of the non-shaping harfbuzz API. -[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.20.0...HEAD -[0.20.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.19.0...v0.20.0 -[0.19.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.18.0...v0.19.0 -[0.18.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.14.1...v0.15.0 -[0.14.1]: https://github.com/RazrFalcon/rustybuzz/compare/v0.14.0...v0.14.1 -[0.14.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.1...v0.13.0 -[0.12.1]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.0...v0.12.1 -[0.12.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.11.0...v0.12.0 -[0.11.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.10.0...v0.11.0 -[0.10.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.9.0...v0.10.0 -[0.9.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.8.0...v0.9.0 -[0.8.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.7.0...v0.8.0 -[0.7.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.6.0...v0.7.0 -[0.6.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.5.3...v0.6.0 -[0.5.3]: https://github.com/RazrFalcon/rustybuzz/compare/v0.5.2...v0.5.3 -[0.5.2]: https://github.com/RazrFalcon/rustybuzz/compare/v0.5.1...v0.5.2 -[0.5.1]: https://github.com/RazrFalcon/rustybuzz/compare/v0.5.0...v0.5.1 -[0.5.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.3.0...v0.4.0 -[0.3.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.2.0...v0.3.0 -[0.2.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.1.1...v0.2.0 -[0.1.1]: https://github.com/RazrFalcon/rustybuzz/compare/v0.1.0...v0.1.1 +[Unreleased]: https://github.com/harfbuzz/rustybuzz/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.19.0...v0.20.0 +[0.19.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.18.0...v0.19.0 +[0.18.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.14.1...v0.15.0 +[0.14.1]: https://github.com/harfbuzz/rustybuzz/compare/v0.14.0...v0.14.1 +[0.14.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.12.1...v0.13.0 +[0.12.1]: https://github.com/harfbuzz/rustybuzz/compare/v0.12.0...v0.12.1 +[0.12.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.11.0...v0.12.0 +[0.11.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.10.0...v0.11.0 +[0.10.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.8.0...v0.9.0 +[0.8.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.6.0...v0.7.0 +[0.6.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.5.3...v0.6.0 +[0.5.3]: https://github.com/harfbuzz/rustybuzz/compare/v0.5.2...v0.5.3 +[0.5.2]: https://github.com/harfbuzz/rustybuzz/compare/v0.5.1...v0.5.2 +[0.5.1]: https://github.com/harfbuzz/rustybuzz/compare/v0.5.0...v0.5.1 +[0.5.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.1.1...v0.2.0 +[0.1.1]: https://github.com/harfbuzz/rustybuzz/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 46b71141..c61621a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "A complete harfbuzz shaping algorithm port to Rust." documentation = "https://docs.rs/rustybuzz/" readme = "README.md" -repository = "https://github.com/RazrFalcon/rustybuzz" +repository = "https://github.com/harfbuzz/rustybuzz" license = "MIT" keywords = ["text", "shaping", "opentype", "truetype"] categories = ["text-processing"] diff --git a/README.md b/README.md index e8e8244b..5d511be4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # rustybuzz -![Build Status](https://github.com/RazrFalcon/rustybuzz/workflows/Rust/badge.svg) +![Build Status](https://github.com/harfbuzz/rustybuzz/workflows/Rust/badge.svg) [![Crates.io](https://img.shields.io/crates/v/rustybuzz.svg)](https://crates.io/crates/rustybuzz) [![Documentation](https://docs.rs/rustybuzz/badge.svg)](https://docs.rs/rustybuzz) @@ -123,4 +123,4 @@ But except that, there are no `unsafe` in this library and in most of its depend `rustybuzz` is licensed under the **MIT**. -`harfbuzz` is [licensed](https://github.com/harfbuzz/harfbuzz/blob/master/COPYING) under the **Old MIT** +`harfbuzz` is [licensed](https://github.com/harfbuzz/harfbuzz/blob/main/COPYING) under the **Old MIT** diff --git a/docs/backporting.md b/docs/backporting.md index d87a87e4..7f5fc6d3 100644 --- a/docs/backporting.md +++ b/docs/backporting.md @@ -103,8 +103,8 @@ If not, then either your change was incorrect or there is a bug in `rustybuzz`. ## Commit Messages Make sure each `rustybuzz` commit contains a link to the related `harfbuzz` commit. -[Example](https://github.com/RazrFalcon/rustybuzz/commit/5637691426b72dcac2c56a3d1fabe104438b5db7). +[Example](https://github.com/harfbuzz/rustybuzz/commit/5637691426b72dcac2c56a3d1fabe104438b5db7). Commit message itself can be copy-pasted from `harfbuzz`. -[discussion]: https://github.com/RazrFalcon/rustybuzz/discussions/79 +[discussion]: https://github.com/harfbuzz/rustybuzz/discussions/79 diff --git a/src/hb/face.rs b/src/hb/face.rs index 847eaada..7d58928e 100644 --- a/src/hb/face.rs +++ b/src/hb/face.rs @@ -319,7 +319,7 @@ impl<'a> hb_font_t<'a> { bbox = glyf.bbox(glyph); } - // See https://github.com/RazrFalcon/rustybuzz/pull/98#issuecomment-1948430785 + // See https://github.com/harfbuzz/rustybuzz/pull/98#issuecomment-1948430785 if self.ttfp_face.tables().glyf.is_some() && bbox.is_none() { // Empty glyph; zero extents. return true; diff --git a/tests/custom/macos.tests b/tests/custom/macos.tests index 4db0b8f6..6954a88b 100644 --- a/tests/custom/macos.tests +++ b/tests/custom/macos.tests @@ -163,6 +163,6 @@ # The reason we don't separate them is that if we don't append new tests to the end, the numbers of all subsequent # tests get shifted, which we want to avoid. /System/Library/Fonts/GeezaPro.ttc;--font-funcs ot --show-flags;U+0627,U+0644; -# https://github.com/RazrFalcon/rustybuzz/issues/131 +# https://github.com/harfbuzz/rustybuzz/issues/131 /System/Library/Fonts/Supplemental/Malayalam MN.ttc@57811603b05b20bed579272775949d4cf8e1457a;;U+0041,U+0042,U+0043;[a=0+1075|b=1+1253|c=2+1171]