diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4f19bd1a347..cc9326f7195 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,6 @@ Thanks for your interest in contributing to VTK! The GitHub repository is a mirror provided for convenience, but VTK does not use GitHub pull requests for contribution. Please see - https://gitlab.kitware.com/vtk/vtk/tree/master/CONTRIBUTING.md + https://gitlab.kitware.com/vtk/vtk/-/tree/master/CONTRIBUTING.md for contribution instructions. GitHub OAuth may be used to sign in. diff --git a/CMake/FindEXPAT.cmake b/CMake/FindEXPAT.cmake index 9d4c0801b34..c0adc0ba0cb 100644 --- a/CMake/FindEXPAT.cmake +++ b/CMake/FindEXPAT.cmake @@ -2,7 +2,7 @@ # file Copyright.txt or https://cmake.org/licensing for details. # XXX: Copied from CMake, but includes vtkDetectLibraryType. -# See https://gitlab.kitware.com/cmake/cmake/issues/18564 +# See https://gitlab.kitware.com/cmake/cmake/-/issues/18564 #[=======================================================================[.rst: FindEXPAT diff --git a/CMake/FindFreetype.cmake b/CMake/FindFreetype.cmake index 7b3b8026383..b4532735c2d 100644 --- a/CMake/FindFreetype.cmake +++ b/CMake/FindFreetype.cmake @@ -2,7 +2,7 @@ # file Copyright.txt or https://cmake.org/licensing for details. # XXX: Copied from CMake, but includes vtkDetectLibraryType. -# See https://gitlab.kitware.com/cmake/cmake/issues/18564 +# See https://gitlab.kitware.com/cmake/cmake/-/issues/18564 #[=======================================================================[.rst: FindFreetype diff --git a/CMake/FindLibXml2.cmake b/CMake/FindLibXml2.cmake index 4b1b5cafd8f..c3e6cf85046 100644 --- a/CMake/FindLibXml2.cmake +++ b/CMake/FindLibXml2.cmake @@ -2,7 +2,7 @@ # file Copyright.txt or https://cmake.org/licensing for details. # XXX: Copied from CMake, but includes vtkDetectLibraryType and the ICU dependency. -# See https://gitlab.kitware.com/cmake/cmake/issues/18564 +# See https://gitlab.kitware.com/cmake/cmake/-/issues/18564 #[=======================================================================[.rst: FindLibXml2 diff --git a/CMake/patches/99/FindHDF5.cmake b/CMake/patches/99/FindHDF5.cmake index 9e367a27064..ff345a28d42 100644 --- a/CMake/patches/99/FindHDF5.cmake +++ b/CMake/patches/99/FindHDF5.cmake @@ -1,7 +1,7 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. -# See https://gitlab.kitware.com/cmake/cmake/merge_requests/2575 +# See https://gitlab.kitware.com/cmake/cmake/-/merge_requests/2575 #[=======================================================================[.rst: FindHDF5 @@ -789,7 +789,7 @@ if( NOT HDF5_FOUND ) if(HDF5_USE_STATIC_LIBRARIES) # According to bug 1643 on the CMake bug tracker, this is the # preferred method for searching for a static library. - # See https://gitlab.kitware.com/cmake/cmake/issues/1643. We search + # See https://gitlab.kitware.com/cmake/cmake/-/issues/1643. We search # first for the full static library name, but fall back to a # generic search on the name if the static search fails. set( THIS_LIBRARY_SEARCH_DEBUG @@ -829,7 +829,7 @@ if( NOT HDF5_FOUND ) if(HDF5_USE_STATIC_LIBRARIES) # According to bug 1643 on the CMake bug tracker, this is the # preferred method for searching for a static library. - # See https://gitlab.kitware.com/cmake/cmake/issues/1643. We search + # See https://gitlab.kitware.com/cmake/cmake/-/issues/1643. We search # first for the full static library name, but fall back to a # generic search on the name if the static search fails. set( THIS_LIBRARY_SEARCH_DEBUG diff --git a/CMake/patches/99/FindOpenGL.cmake b/CMake/patches/99/FindOpenGL.cmake index 58d2f5da007..b7611b631bc 100644 --- a/CMake/patches/99/FindOpenGL.cmake +++ b/CMake/patches/99/FindOpenGL.cmake @@ -1,7 +1,7 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. -# See https://gitlab.kitware.com/cmake/cmake/merge_requests/2445 +# See https://gitlab.kitware.com/cmake/cmake/-/merge_requests/2445 #.rst: # FindOpenGL diff --git a/CMake/setup.py.in b/CMake/setup.py.in index ad0a5b9cc23..dc21a2779a2 100644 --- a/CMake/setup.py.in +++ b/CMake/setup.py.in @@ -89,7 +89,7 @@ setup( ], ext_package='vtkmodules', ext_modules=[ - # https://gitlab.kitware.com/cmake/cmake/issues/19145 + # https://gitlab.kitware.com/cmake/cmake/-/issues/19145 #ConfiguredCMakeExtension('vtkmodules', target='vtkpythonmodules'), ConfiguredCMakeExtension('vtkCommonCorePython', target='vtkCommonCorePython'), ], diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ffa831ff65..6f63089fcdc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ to coordinate development and to provide support. [VTK Git README]: Documentation/dev/git/README.md [developer instructions]: Documentation/dev/git/develop.md [Create an account]: https://gitlab.kitware.com/users/sign_in -[Fork VTK]: https://gitlab.kitware.com/vtk/vtk/forks/new +[Fork VTK]: https://gitlab.kitware.com/vtk/vtk/-/forks/new [download instructions]: Documentation/dev/git/download.md#clone [developer setup script]: /Utilities/SetupForDevelopment.sh [Setup]: Documentation/dev/git/develop.md#Setup diff --git a/Common/DataModel/Testing/Cxx/TestPolyhedron2.cxx b/Common/DataModel/Testing/Cxx/TestPolyhedron2.cxx index 54fae061d91..5f64dc5fb69 100644 --- a/Common/DataModel/Testing/Cxx/TestPolyhedron2.cxx +++ b/Common/DataModel/Testing/Cxx/TestPolyhedron2.cxx @@ -26,7 +26,7 @@ #include "vtkXMLUnstructuredGridWriter.h" // Test of contour/clip of vtkPolyhedron. uses input from -// https://gitlab.kitware.com/vtk/vtk/issues/14485 +// https://gitlab.kitware.com/vtk/vtk/-/issues/14485 int TestPolyhedron2(int argc, char* argv[]) { if (argc < 3) diff --git a/Common/DataModel/Testing/Cxx/TestPolyhedron3.cxx b/Common/DataModel/Testing/Cxx/TestPolyhedron3.cxx index 1308a6083ca..8163dd3693d 100644 --- a/Common/DataModel/Testing/Cxx/TestPolyhedron3.cxx +++ b/Common/DataModel/Testing/Cxx/TestPolyhedron3.cxx @@ -41,7 +41,7 @@ const char inputDataStream[] = "42\n"; // Test of contour/clip of vtkPolyhedron. uses input from -// https://gitlab.kitware.com/vtk/vtk/issues/15026 +// https://gitlab.kitware.com/vtk/vtk/-/issues/15026 int TestPolyhedron3(int argc, char* argv[]) { (void)argc; diff --git a/Common/DataModel/Testing/Cxx/UnitTestTriangleIntersection.cxx b/Common/DataModel/Testing/Cxx/UnitTestTriangleIntersection.cxx index e7309fcb117..18ba2b25401 100644 --- a/Common/DataModel/Testing/Cxx/UnitTestTriangleIntersection.cxx +++ b/Common/DataModel/Testing/Cxx/UnitTestTriangleIntersection.cxx @@ -560,8 +560,8 @@ int TestReciprocalResult(vtkRandom* seq, unsigned nTests) int TestIssue17092() { // An instance where triangle intersection failed was reported here: - // https://gitlab.kitware.com/vtk/vtk/issues/17092. It was fixed here: - // https://gitlab.kitware.com/vtk/vtk/merge_requests/3886 + // https://gitlab.kitware.com/vtk/vtk/-/issues/17092. It was fixed here: + // https://gitlab.kitware.com/vtk/vtk/-/merge_requests/3886 double t1[3][3] = { { 0., 0., 0. }, { 5., 0., 0. }, { 0., 5., 0. } }; double t2[3][3] = { { 10., 5., 0. }, { 5., 10., 0. }, { 1., 1., 0. } }; @@ -582,7 +582,7 @@ int TestIssue17092() int TestMR4529() { // An instance where triangle intersection failed (along with its fix) was - // reported here: https://gitlab.kitware.com/vtk/vtk/merge_requests/4529 + // reported here: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/4529 double t1[3][3] = { { 1.751, -.993, 0. }, { -3.021, 2.885, 0. }, { 4.14, -4.025, 0. } }; double t2[3][3] = { { 1.751, -.5, 0. }, { 1.751, 1.326, 0. }, { -3.382, 2.276, 0. } }; diff --git a/Common/Misc/Testing/Cxx/TestPolygonBuilder5.cxx b/Common/Misc/Testing/Cxx/TestPolygonBuilder5.cxx index d1a7e66527d..d9b5889cbe3 100644 --- a/Common/Misc/Testing/Cxx/TestPolygonBuilder5.cxx +++ b/Common/Misc/Testing/Cxx/TestPolygonBuilder5.cxx @@ -20,7 +20,8 @@ int TestPolygonBuilder5(int, char*[]) { - // this case comes from a real-world example (see https://gitlab.kitware.com/vtk/vtk/issues/17170 + // this case comes from a real-world example (see + // https://gitlab.kitware.com/vtk/vtk/-/issues/17170 // ) #define NTRIANGLES 7 diff --git a/Common/Misc/vtkContourValues.cxx b/Common/Misc/vtkContourValues.cxx index 646ffc14110..2ab6617c4ee 100644 --- a/Common/Misc/vtkContourValues.cxx +++ b/Common/Misc/vtkContourValues.cxx @@ -148,7 +148,7 @@ void vtkContourValues::GenerateValues(int numContours, double range[2]) // no we cannot factorize the ratio // (range[1] - range[0])/(numContours - 1) out of the loop. // we want the whole expression to be evaluated on the FPU. - // see bug discussion: https://gitlab.kitware.com/vtk/vtk/issues/7887 + // see bug discussion: https://gitlab.kitware.com/vtk/vtk/-/issues/7887 this->SetValue(i, range[0] + i * (range[1] - range[0]) / (numContours - 1)); } } diff --git a/Documentation/dev/build_windows_vs.md b/Documentation/dev/build_windows_vs.md index 5771917e893..838a686c976 100644 --- a/Documentation/dev/build_windows_vs.md +++ b/Documentation/dev/build_windows_vs.md @@ -3,7 +3,7 @@ Building VTK using Visual Studio on Windows This page describes how to build and install VTK using Visual Studio on Windows in recipe-style fashion. -Adapted from the [Paraview build instructions](https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/build.md) and [VTK wiki](https://vtk.org/Wiki/VTK/Building/Windows). +Adapted from the [Paraview build instructions](https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/dev/build.md) and [VTK wiki](https://vtk.org/Wiki/VTK/Building/Windows). Inspired by [This video](https://www.youtube.com/watch?v=IgvbhyDh8r0) Prerequisites diff --git a/Documentation/dev/git/README.md b/Documentation/dev/git/README.md index 1ced1e36595..0c8ed8f8e0f 100644 --- a/Documentation/dev/git/README.md +++ b/Documentation/dev/git/README.md @@ -17,7 +17,7 @@ Main Tasks Other Tasks ----------- -* [Review Changes](https://gitlab.kitware.com/vtk/vtk/merge_requests) - +* [Review Changes](https://gitlab.kitware.com/vtk/vtk/-/merge_requests) - VTK GitLab Merge Requests * [Test VTK](dashboard.md) - CDash client setup diff --git a/Documentation/dev/git/dashboard.md b/Documentation/dev/git/dashboard.md index 42e6c58de37..d32e9d50a72 100644 --- a/Documentation/dev/git/dashboard.md +++ b/Documentation/dev/git/dashboard.md @@ -28,7 +28,7 @@ script by simply running: Here is a link to the script as it appears today: [vtk_common.cmake][]. -[vtk_common.cmake]: https://gitlab.kitware.com/vtk/vtk/tree/dashboard/vtk_common.cmake +[vtk_common.cmake]: https://gitlab.kitware.com/vtk/vtk/-/tree/dashboard/vtk_common.cmake Changing the Dashboard Scripts ------------------------------ diff --git a/Documentation/dev/git/develop.md b/Documentation/dev/git/develop.md index 84548e7d8f7..2c70922ddb8 100644 --- a/Documentation/dev/git/develop.md +++ b/Documentation/dev/git/develop.md @@ -44,7 +44,7 @@ Before you begin, perform initial setup: "Subscribe to this project" on the right of VTK. [GitLab Access]: https://gitlab.kitware.com/users/sign_in -[Fork VTK]: https://gitlab.kitware.com/vtk/vtk/forks/new +[Fork VTK]: https://gitlab.kitware.com/vtk/vtk/-/forks/new [developer setup script]: /Utilities/SetupForDevelopment.sh Workflow @@ -196,7 +196,7 @@ left, and use the "**New Merge Request**" button in the upper right to reach the URL printed at the end of the [previous step](#share-a-topic). It should be of the form: - https://gitlab.kitware.com//vtk/merge_requests/new + https://gitlab.kitware.com//vtk/-/merge_requests/new Follow these steps: diff --git a/Documentation/maint/gitlab.md b/Documentation/maint/gitlab.md index 58cc3035ccd..b75363d4ed5 100644 --- a/Documentation/maint/gitlab.md +++ b/Documentation/maint/gitlab.md @@ -47,7 +47,7 @@ Wrangling Branches Branches may be wrangled using the filters in the merge request page. Replace `$release` at the end with the relevant milestone name: - https://gitlab.kitware.com/vtk/vtk/merge_requests?state=all&milestone_title=$release + https://gitlab.kitware.com/vtk/vtk/-/merge_requests?state=all&milestone_title=$release The following states of a merge request indicate where they are in the flow: diff --git a/Filters/Core/vtkImplicitProjectOnPlaneDistance.h b/Filters/Core/vtkImplicitProjectOnPlaneDistance.h index 5f81aaf409f..9b4ede122d8 100644 --- a/Filters/Core/vtkImplicitProjectOnPlaneDistance.h +++ b/Filters/Core/vtkImplicitProjectOnPlaneDistance.h @@ -101,7 +101,7 @@ class VTKFILTERSCORE_EXPORT vtkImplicitProjectOnPlaneDistance : public vtkImplic } #ifndef __VTK_WRAP_JAVA__ // The Java wrappers cannot resolve this signature from the one above, - // see https://gitlab.kitware.com/vtk/vtk/issues/17744 + // see https://gitlab.kitware.com/vtk/vtk/-/issues/17744 void SetNorm(int n) { Norm = static_cast(n); diff --git a/GUISupport/Qt/QVTKOpenGLStereoWidget.cxx b/GUISupport/Qt/QVTKOpenGLStereoWidget.cxx index c1bb1ff01f2..0a4490aa026 100644 --- a/GUISupport/Qt/QVTKOpenGLStereoWidget.cxx +++ b/GUISupport/Qt/QVTKOpenGLStereoWidget.cxx @@ -75,7 +75,7 @@ QVTKOpenGLStereoWidget::QVTKOpenGLStereoWidget( this->setFocusPolicy(Qt::StrongFocus); // Work around for bug paraview/paraview#18285 - // https://gitlab.kitware.com/paraview/paraview/issues/18285 + // https://gitlab.kitware.com/paraview/paraview/-/issues/18285 // This ensure that kde will not grab the window this->setProperty("_kde_no_window_grab", true); diff --git a/Interaction/Widgets/vtkLightRepresentation.cxx b/Interaction/Widgets/vtkLightRepresentation.cxx index de3e852e1f2..0098f535bcf 100644 --- a/Interaction/Widgets/vtkLightRepresentation.cxx +++ b/Interaction/Widgets/vtkLightRepresentation.cxx @@ -120,7 +120,7 @@ void vtkLightRepresentation::SetFocalPoint(double x[3]) void vtkLightRepresentation::SetConeAngle(double angle) { // Clamp between 0 and 89.98 because of - // https://gitlab.kitware.com/paraview/paraview/issues/19223 + // https://gitlab.kitware.com/paraview/paraview/-/issues/19223 angle = vtkMath::ClampValue(angle, 0.0, 89.98); if (this->ConeAngle != angle) { diff --git a/README.md b/README.md index 268971b5e7a..c8d197ca506 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ See [Copyright.txt][vtk-copyright] for details. [vtk-discourse]: https://discourse.vtk.org/ [vtk-doxygen]: https://www.vtk.org/doc/nightly/html [vtk-homepage]: https://www.vtk.org/ -[vtk-issues]: https://gitlab.kitware.com/vtk/vtk/issues +[vtk-issues]: https://gitlab.kitware.com/vtk/vtk/-/issues diff --git a/Rendering/FreeType/Testing/Cxx/TestBillboardTextActor3D.cxx b/Rendering/FreeType/Testing/Cxx/TestBillboardTextActor3D.cxx index 5dd173a5170..08e5967892b 100644 --- a/Rendering/FreeType/Testing/Cxx/TestBillboardTextActor3D.cxx +++ b/Rendering/FreeType/Testing/Cxx/TestBillboardTextActor3D.cxx @@ -93,7 +93,7 @@ void setupGrid(vtkPolyData* grid) } } -// Test for bug #17233: https://gitlab.kitware.com/vtk/vtk/issues/17233 +// Test for bug #17233: https://gitlab.kitware.com/vtk/vtk/-/issues/17233 // The Bounds were not updated when the position changed. Ensure that we aren't // returning stale bounds after modifying the actor. bool RegressionTest_17233(vtkBillboardTextActor3D* actor) diff --git a/ThirdParty/UPDATING.md b/ThirdParty/UPDATING.md index a0248d329b1..59938d9e7d5 100644 --- a/ThirdParty/UPDATING.md +++ b/ThirdParty/UPDATING.md @@ -87,7 +87,7 @@ still be tracked so that they may be used). For mangling documentation, [some guidelines][] are available. [repo-requests]: https://gitlab.kitware.com/third-party/repo-requests -[some guidelines]: https://gitlab.kitware.com/third-party/repo-requests/wikis/mangling +[some guidelines]: https://gitlab.kitware.com/third-party/repo-requests/-/wikis/mangling The basic steps to import a project `twisted` based on the tag `twisted-17.1.0` looks like this: diff --git a/Utilities/Python/CMakeLists.txt b/Utilities/Python/CMakeLists.txt index 86dd7f969ba..8249e3f6d9a 100644 --- a/Utilities/Python/CMakeLists.txt +++ b/Utilities/Python/CMakeLists.txt @@ -13,7 +13,7 @@ following should be fixed first: - A better solution than `-undefined dynamic_lookup` for macOS. VTK has [an issue][VTK dynamic Python lookup issue] filed for this already. -[VTK dynamic Python lookup issue]: https://gitlab.kitware.com/vtk/vtk/issues/17214 +[VTK dynamic Python lookup issue]: https://gitlab.kitware.com/vtk/vtk/-/issues/17214 #]==] if (NOT DEFINED VTK_PYTHON_VERSION) diff --git a/Utilities/PythonInterpreter/vtkPythonInterpreter.cxx b/Utilities/PythonInterpreter/vtkPythonInterpreter.cxx index f7da285627d..4b9be0de05c 100644 --- a/Utilities/PythonInterpreter/vtkPythonInterpreter.cxx +++ b/Utilities/PythonInterpreter/vtkPythonInterpreter.cxx @@ -470,7 +470,7 @@ int vtkPythonInterpreter::PyMain(int argc, char** argv) // Python 3.7.0 has a bug where Py_InitializeEx (called above) followed by // Py_Main (at the end of this block) causes a crash. Gracefully exit with // failure if we're using 3.7.0 and suggest getting the newest 3.7.x release. - // See for details. + // See for details. { bool is_ok = true; vtkPythonScopeGilEnsurer gilEnsurer(false, true); diff --git a/Wrapping/Java/Maven/pom.xml.in b/Wrapping/Java/Maven/pom.xml.in index 6d36a77c32e..9cf65fe24d9 100644 --- a/Wrapping/Java/Maven/pom.xml.in +++ b/Wrapping/Java/Maven/pom.xml.in @@ -22,7 +22,7 @@ GitLab - https://gitlab.kitware.com/vtk/vtk/issues + https://gitlab.kitware.com/vtk/vtk/-/issues