Bläddra i källkod

Merge topic 'sphinx-issue-urls'

ff2e7ceb66 QtHelp: Update Sphinx issue URLs in comments

Acked-by: Kitware Robot <[email protected]>
Merge-request: !7639
Craig Scott 3 år sedan
förälder
incheckning
14af5fcbc3
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Utilities/Sphinx/CMakeLists.txt

+ 2 - 2
Utilities/Sphinx/CMakeLists.txt

@@ -118,12 +118,12 @@ if(SPHINX_QTHELP)
     COMMAND ${CMAKE_COMMAND} "-DCSS_DIR=${CMAKE_CURRENT_BINARY_DIR}/qthelp/_static"
       -P "${CMAKE_CURRENT_SOURCE_DIR}/apply_qthelp_css_workaround.cmake"
     # Workaround sphinx configurability:
-    # https://bitbucket.org/birkenfeld/sphinx/issue/1448/make-qthelp-more-configurable
+    # https://github.com/sphinx-doc/sphinx/issues/1448
     COMMAND ${CMAKE_COMMAND} "-DQTHELP_DIR=${CMAKE_CURRENT_BINARY_DIR}/qthelp/"
       -P "${CMAKE_CURRENT_SOURCE_DIR}/fixup_qthelp_names.cmake"
 
     # Create proper identifiers. Workaround for
-    # https://bitbucket.org/birkenfeld/sphinx/issue/1491/qthelp-should-generate-identifiers-for
+    # https://github.com/sphinx-doc/sphinx/issues/1491
     COMMAND "${Python_EXECUTABLE}"
       "${CMAKE_CURRENT_SOURCE_DIR}/create_identifiers.py"
       "${CMAKE_CURRENT_BINARY_DIR}/qthelp/"