From d378398b33f363b75de91130294b7b8696027bd3 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Tue, 12 Apr 2022 16:17:08 -0700 Subject: [PATCH] [docs] fix link to attr_line.hh --- ARCHITECTURE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index c5077a1b..cf49665a 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -98,8 +98,8 @@ used. Instead, the following custom components are built on top of the ncurses primitives: - [view_curses](src/view_curses.hh) - Provides the basics for text roles, which - allows for themes to color and style text. The `mvwattrline()` function does - all the heavy lifting of drawing ["attributed" lines](src/attr_line.hh), + allows for themes to color and style text. The `mvwattrline()` function does + all the heavy lifting of drawing ["attributed" lines](src/base/attr_line.hh), which are strings that have attributes associated with a given range of characters. - [listview_curses](src/listview_curses.hh) - Displays a list of items that are