Skip to content

Commit

Permalink
BUG: Fix dead links to former issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobutler authored and jcfr committed Apr 6, 2022
1 parent 02e9a42 commit 8538216
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Applications/SlicerApp/Testing/Python/sceneImport2428.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, parent):
"""
parent.acknowledgementText = """
This file was originally developed by Steve Pieper, Isomics, Inc. and was partially funded by NIH grant 3P41RR013218-12S1.
This is a module to support testing of <a>https://www.na-mic.org/Bug/view.php?id=2428</a>
This is a module to support testing of <a>https://mantisarchive.slicer.org/view.php?id=2428</a>
""" # replace with organization, grant and thanks.

#
Expand Down
2 changes: 1 addition & 1 deletion CMake/SlicerLinkerAsNeededFlagCheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ else()
message(STATUS "Checking if --no-as-needed linker flag is required - failed.")
message(WARNING "Could not compile test code."
"Linker could fail trying to resolve symbols for underlinked libraries."
"See issue 2321 (https://na-mic.org/Mantis/view.php?id=2321) for more details.")
"See issue 2321 (https://mantisarchive.slicer.org/view.php?id=2321) for more details.")
endif()
endif()
2 changes: 1 addition & 1 deletion CMake/SlicerMacroBuildApplication.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ macro(slicerMacroBuildApplication)

if(WIN32)
if(Slicer_USE_PYTHONQT)
# HACK - See https://www.na-mic.org/Bug/view.php?id=1180
# HACK - See https://mantisarchive.slicer.org/view.php?id=1180
get_filename_component(_python_library_name_we ${PYTHON_LIBRARY} NAME_WE)
add_custom_command(
TARGET ${slicerapp_target}
Expand Down
2 changes: 1 addition & 1 deletion CMake/SlicerMacroBuildLoadableModule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ macro(slicerMacroBuildQtModule)
${ARGN}
)

# See https://www.na-mic.org/Bug/view.php?id=3332
# See https://mantisarchive.slicer.org/view.php?id=3332
#message(AUTHOR_WARNING
# "Macro 'slicerMacroBuildQtModule' is deprecated: Use 'slicerMacroBuildLoadableModule' instead."
# )
Expand Down
2 changes: 1 addition & 1 deletion Docs/cli_module_parameters_to_md.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<xsl:text>&#10;</xsl:text>
</xsl:template>

<!-- See https://na-mic.org/Mantis/view.php?id=2536 -->
<!-- See https://mantisarchive.slicer.org/view.php?id=2536 -->
<xsl:template match="name">
<xsl:text> (*</xsl:text>
<xsl:value-of select="."/>
Expand Down
2 changes: 1 addition & 1 deletion Docs/developer_guide/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ The issue is that the your extension has a "non standard" layout and the wizard

Similar issue has been discussed and reported for the "SPHARM-PDM" or UKF extension.

First half of the solution would be to move the metadata from Common.cmake to CMakeLists.txt as it is done in [here](https://www.nitrc.org/plugins/scmsvn/viewcvs.php?view=rev&root=spharm-pdm&revision=228). Then, you could make sure there is a project() statement by following what is suggested [here](https://www.na-mic.org/Bug/view.php?id=3737#c12081).
First half of the solution would be to move the metadata from Common.cmake to CMakeLists.txt as it is done in [here](https://www.nitrc.org/plugins/scmsvn/viewcvs.php?view=rev&root=spharm-pdm&revision=228). Then, you could make sure there is a project() statement by following what is suggested [here](https://mantisarchive.slicer.org/view.php?id=3737#c12081).

If you prefer not to re-organize your extension, you could still contribute extension description file by creating it manually.

Expand Down
2 changes: 1 addition & 1 deletion Modules/CLI/FiducialRegistration/Testing/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://www.na-mic.org/Bug/view.php?id=3340
# See https://mantisarchive.slicer.org/view.php?id=3340
# message(WARNING "warning: Module ${MODULE_NAME} doesn't have any test !")

#-----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Modules/CLI/ProbeVolumeWithModel/Testing/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://www.na-mic.org/Bug/view.php?id=3334
# See https://mantisarchive.slicer.org/view.php?id=3334
# message(WARNING "warning: Module ${MODULE_NAME} doesn't have any test !")

#-----------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def createSampleModelNode(self, name, color, volumeNode=None):
radius = 50
x = y = z = 0

# Taken from: https://www.na-mic.org/Bug/view.php?id=1536
# Taken from: https://mantisarchive.slicer.org/view.php?id=1536
sphere = vtk.vtkSphereSource()
sphere.SetCenter(x, y, z)
sphere.SetRadius(radius)
Expand Down
2 changes: 1 addition & 1 deletion Modules/Scripted/DICOMLib/DICOMBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def checkForExtensions(self):
then return matches
See
https://www.na-mic.org/Bug/view.php?id=4146
https://mantisarchive.slicer.org/view.php?id=4146
"""

# 1 - load json
Expand Down
2 changes: 1 addition & 1 deletion SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(EP_GIT_PROTOCOL STREQUAL "https")
"adding 'git config' statement between the 'git checkout' and the 'submodule init', it is required "
"to manually update your global git config to successfully build ${CMAKE_PROJECT_NAME} with "
"option Slicer_USE_GIT_PROTOCOL set to FALSE. "
"See https://na-mic.org/Mantis/view.php?id=2731"
"See https://mantisarchive.slicer.org/view.php?id=2731"
"\nYou could do so by running the command:\n"
" ${GIT_EXECUTABLE} config --global url.${base}.insteadOf ${insteadof}\n")
endif()
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Scripts/SEMToMediaWiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def DumpSEMMediaWikiFooter(executableNode):
Links to known bugs in the Slicer3 bug tracker
* [https://www.na-mic.org/Bug/view.php?id=000 Bug 000:description]
* [https://mantisarchive.slicer.org/view.php?id=000 Bug 000:description]
===Usability issues===
Expand Down

0 comments on commit 8538216

Please sign in to comment.