Skip to content

Commit

Permalink
doc: update gitlab links in sources and documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed May 26, 2020
1 parent ca54363 commit 9fcc460
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion CMake/FindEXPAT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMake/FindFreetype.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMake/FindLibXml2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions CMake/patches/99/FindHDF5.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMake/patches/99/FindOpenGL.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMake/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
],
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Common/DataModel/Testing/Cxx/TestPolyhedron2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Common/DataModel/Testing/Cxx/TestPolyhedron3.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions Common/DataModel/Testing/Cxx/UnitTestTriangleIntersection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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. } };
Expand All @@ -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. } };
Expand Down
3 changes: 2 additions & 1 deletion Common/Misc/Testing/Cxx/TestPolygonBuilder5.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Common/Misc/vtkContourValues.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}
Expand Down
2 changes: 1 addition & 1 deletion Documentation/dev/build_windows_vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/dev/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/dev/git/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Documentation/dev/git/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/<username>/vtk/merge_requests/new
https://gitlab.kitware.com/<username>/vtk/-/merge_requests/new

Follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion Documentation/maint/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion Filters/Core/vtkImplicitProjectOnPlaneDistance.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<NormType>(n);
Expand Down
2 changes: 1 addition & 1 deletion GUISupport/Qt/QVTKOpenGLStereoWidget.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion Interaction/Widgets/vtkLightRepresentation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Utilities/PythonInterpreter/vtkPythonInterpreter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://gitlab.kitware.com/vtk/vtk/issues/17434> for details.
// See <https://gitlab.kitware.com/vtk/vtk/-/issues/17434> for details.
{
bool is_ok = true;
vtkPythonScopeGilEnsurer gilEnsurer(false, true);
Expand Down
2 changes: 1 addition & 1 deletion Wrapping/Java/Maven/pom.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<issueManagement>
<system>GitLab</system>
<url>https://gitlab.kitware.com/vtk/vtk/issues</url>
<url>https://gitlab.kitware.com/vtk/vtk/-/issues</url>
</issueManagement>

<licenses>
Expand Down

0 comments on commit 9fcc460

Please sign in to comment.