From 2d15736ab78faa71ad4b2fbc448a737fe5b6f460 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Mon, 23 Sep 2024 21:44:40 +0300 Subject: [PATCH] textile: Update language home page --- markups/textile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/markups/textile.py b/markups/textile.py index a66ff56..755c491 100644 --- a/markups/textile.py +++ b/markups/textile.py @@ -15,8 +15,7 @@ class TextileMarkup(AbstractMarkup): """ name = 'Textile' attributes = { - common.LANGUAGE_HOME_PAGE: - 'https://en.wikipedia.org/wiki/Textile_(markup_language)', + common.LANGUAGE_HOME_PAGE: 'https://textile-lang.com', common.MODULE_HOME_PAGE: 'https://github.com/textile/python-textile', common.SYNTAX_DOCUMENTATION: 'https://movabletype.org/documentation/author/textile-2-syntax.html'