From e66d02126e876ab01d0dacd1f22540106a27d7ec Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Thu, 8 Dec 2022 22:56:07 +0000 Subject: [PATCH] [subset] replace subset-processing.md reference with link to it on github. --- src/hb-subset-input.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-subset-input.cc b/src/hb-subset-input.cc index fcb61cdc6..16f2c6620 100644 --- a/src/hb-subset-input.cc +++ b/src/hb-subset-input.cc @@ -456,7 +456,8 @@ hb_subset_input_pin_axis_location (hb_subset_input_t *input, * subsetter. Future subsetting operations can then use the precomputed data * to speed up the subsetting operation. * - * See docs/subset-preprocessing.md for more information. + * See https://github.com/harfbuzz/harfbuzz/blob/main/docs/subset-preprocessing.md + * for more information. * * Note: the preprocessed face may contain sub-blobs that reference the memory * backing the source hb_face_t*. Therefore in the case that this memory is not