From 09d1171d8d0b16f945df32ff4543c0a8baf4bb22 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 8 Jan 2024 23:34:14 +0100 Subject: Update references to website and repository The website is now at https://dillo-browser.github.io/ and the repository at https://github.com/dillo-browser/dillo. --- dw/textblock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/textblock.cc') diff --git a/dw/textblock.cc b/dw/textblock.cc index 3ba81286..27438b6d 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -637,7 +637,7 @@ void Textblock::sizeAllocateImpl (core::Allocation *allocation) */ /* align=bottom (base line) */ /* Commented lines break the n2 and n3 test cases at - * http://www.dillo.org/test/img/ */ + * https://dillo-browser.github.io/old/test/img/ */ childAllocation.y = lineYOffsetCanvas (line, allocation) + (line->borderAscent - word->size.ascent); -- cgit v1.2.3