diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-10-24 13:30:45 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2018-10-24 13:30:45 -0700 |
commit | fe9c8ab95075945c0d8986703d7ea187d691ac4d (patch) | |
tree | 1891dfe94b3723dfe2f0552a8db3f122db042dc0 /docs/make.bat | |
parent | 6380c1db52b6b4d06a189bbfad62e3393cde60c8 (diff) | |
download | kafka-python-fix-sphinx-url.tar.gz |
Fix sphinx urlfix-sphinx-url
When I was fixing urls the other day, I noticed that sphinx hadn't added
https but there was an open ticket: https://github.com/sphinx-doc/sphinx/issues/5522
Now that that is resolved, I'm updating it here.
Diffstat (limited to 'docs/make.bat')
-rw-r--r-- | docs/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/make.bat b/docs/make.bat index 2e9d7dc..3332a3a 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -56,7 +56,7 @@ if errorlevel 9009 ( echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
- echo.http://sphinx-doc.org/
+ echo.https://www.sphinx-doc.org/
exit /b 1
)
|