From b6c727753510c064a5cb2141bf7faaade2f6e5ac Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 19 Sep 2024 14:18:58 +0200 Subject: [PATCH] fix(home.html): ensure full URL string for consistency Updated the instructional text to replace "medium.com" with the full "https://medium.com/" URL to avoid potential confusion and ensure users receive a clear and consistent guideline. This should enhance the user experience by providing explicit directions. --- src/small/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/small/templates/home.html b/src/small/templates/home.html index 6d50522..2f0e958 100644 --- a/src/small/templates/home.html +++ b/src/small/templates/home.html @@ -4,7 +4,7 @@

Welcome to Small

Smaller than Medium

-

To use Small, simply replace "medium.com" with "{{ url_for("home.home", _external=True) }}" in any Medium article URL.

+

To use Small, simply replace "https://medium.com/" with "{{ url_for("home.home", _external=True) }}" in any Medium article URL.

Example:

Original: https://medium.com/@username/article-title-123abc