diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-11 17:16:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-11 17:16:47 +0900 |
| commit | 8416813168baa32449af1e9a2047282d57efc9fa (patch) | |
| tree | 66a519cc389e3dcab1b654e2972faebd9a5bce39 /sphinx/templates | |
| parent | 3a67b49f5d009eb143bbd2486a36fbeb0b4c21db (diff) | |
| parent | 7dd112b1103b261eb7d227bc959063cdea943244 (diff) | |
| download | sphinx-git-8416813168baa32449af1e9a2047282d57efc9fa.tar.gz | |
Merge pull request #9616 from jdufresne/fix-url
Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g
Diffstat (limited to 'sphinx/templates')
| -rw-r--r-- | sphinx/templates/quickstart/make.bat.new_t | 2 | ||||
| -rw-r--r-- | sphinx/templates/quickstart/make.bat_t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/templates/quickstart/make.bat.new_t b/sphinx/templates/quickstart/make.bat.new_t index 1bb2f3489..ab30130c9 100644 --- a/sphinx/templates/quickstart/make.bat.new_t +++ b/sphinx/templates/quickstart/make.bat.new_t @@ -21,7 +21,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 ) diff --git a/sphinx/templates/quickstart/make.bat_t b/sphinx/templates/quickstart/make.bat_t index e5d93d1ae..dfc619ae3 100644 --- a/sphinx/templates/quickstart/make.bat_t +++ b/sphinx/templates/quickstart/make.bat_t @@ -70,7 +70,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.https://sphinx-doc.org/ + echo.https://www.sphinx-doc.org/ exit /b 1 ) |
