From 8af6f1faf803b0b9026f4d1095b7a1a5c5e6c8f4 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Wed, 27 Sep 2023 10:40:18 +0300 Subject: [PATCH] content/tools: add www to sphinx-doc.org --- content/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tools.md b/content/tools.md index 078df82..cff8afd 100644 --- a/content/tools.md +++ b/content/tools.md @@ -83,7 +83,7 @@ tables, links, ... tables, links, ... There are many tools that can turn RST or Markdown into beautiful HTML pages: -- [Sphinx](https://sphinx-doc.org) **← we will exercise this, this is how this lesson material is built** +- [Sphinx](https://www.sphinx-doc.org) **← we will exercise this, this is how this lesson material is built** - Generate HTML/PDF/LaTeX from RST and Markdown. - Basically all Python projects use Sphinx but **Sphinx is not limited to Python**. - [Read the docs](https://readthedocs.org)