diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-06 10:18:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 10:18:49 +0100 |
| commit | 925bb561a2797b6d3cc5be748c2361721b8e1f08 (patch) | |
| tree | c3837258d08b7fe89ac62dcd08f96c510c3f3977 /docs/admin/buildhosts.rst | |
| parent | cdceec1cbb2ca894572396e0a68c2d09b0769231 (diff) | |
| parent | 38d32337e7600446c04ecd601b56d6915a4046fd (diff) | |
Merge pull request #2352 from dalf/no_http
Remove HTTP connections as much as possible
Diffstat (limited to 'docs/admin/buildhosts.rst')
| -rw-r--r-- | docs/admin/buildhosts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin/buildhosts.rst b/docs/admin/buildhosts.rst index a727d25b9..1f6eb472e 100644 --- a/docs/admin/buildhosts.rst +++ b/docs/admin/buildhosts.rst @@ -67,7 +67,7 @@ to ``imgmath``: If your docs build (``make docs``) shows warnings like this:: WARNING: dot(1) not found, for better output quality install \ - graphviz from http://www.graphviz.org + graphviz from https://www.graphviz.org .. WARNING: LaTeX command 'latex' cannot be run (needed for math \ display), check the imgmath_latex setting |