Skip to content

Commit 96d4051

Browse files
committed
1 parent 7a1f3f4 commit 96d4051

File tree

57 files changed

+68
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+68
-68
lines changed

Applications/ctkCommandLineModuleExplorer/ctkCommandLineModuleExplorerMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ int main(int argc, char** argv)
165165
out << " <title>ctkCommandLineModuleExplorer</title>\n";
166166
out << " <description><![CDATA[Used to check the validity of CLI XML descriptors.]]></description>\n";
167167
out << " <version>0.0.1</version>\n";
168-
out << " <documentation-url>http://www.commontk.org</documentation-url>\n";
168+
out << " <documentation-url>http://commontk.org</documentation-url>\n";
169169
out << " <license>Apache 2</license>\n";
170170
out << " <contributor>Various</contributor>\n";
171171
out << " <acknowledgements><![CDATA[]]></acknowledgements>\n";

CMake/ctkDashboardScript.TEMPLATE.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cmake_minimum_required(VERSION 2.8.9)
1616

1717
#
18-
# For additional information, see http://www.commontk.org/index.php/Dashboard_setup
18+
# For additional information, see http://commontk.org/index.php/Dashboard_setup
1919
#
2020

2121
#-----------------------------------------------------------------------------

Documentation/CMakeBuildSystem.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
The CTK build system is based on CMake. A more detailed description of the
1111
build system itself can be found on the corresponding
12-
<a href="http://www.commontk.org/index.php/Documentation/BuildSystem_Description">wiki page</a>.
12+
<a href="http://commontk.org/index.php/Documentation/BuildSystem_Description">wiki page</a>.
1313

1414
\defgroup CMakeMacrosAndFuncs CMake Macros & Functions
1515
This module groups all CMake macros and functions available in the CTK build system.

Documentation/CTKMainPage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ efforts includes the following topics:
1616
- \ref Project_Widgets
1717
- \ref PluginFramework
1818

19-
See the <a href="http://www.commontk.org">CTK Wiki</a> for more information.
19+
See the <a href="http://commontk.org">CTK Wiki</a> for more information.
2020

2121
\defgroup Apps Applications
2222

Libs/CommandLineModules/Backend/FunctionPointer/README.md

Lines changed: 1 addition & 1 deletion

Libs/CommandLineModules/Backend/LocalProcess/README.md

Lines changed: 1 addition & 1 deletion

Libs/CommandLineModules/Backend/LocalProcess/Resources/ctkCmdLineModuleProcess.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xs3p="http://titanium.dstc.edu.au/xml/xs3p">
66

77
<xsd:annotation>
8-
<xsd:appinfo source="http://www.commontk.org/docs/html/CommandLineModules_Page.html">
8+
<xsd:appinfo source="http://commontk.org/docs/html/CommandLineModules_Page.html">
99
<xs3p:title>CTK XML schema for progress and result reporting in command line modules.</xs3p:title>
1010
<xs3p:printGlossary>false</xs3p:printGlossary>
1111
<xs3p:printLegend>false</xs3p:printLegend>

Libs/CommandLineModules/Core/README.md

Lines changed: 1 addition & 1 deletion

Libs/CommandLineModules/Core/Resources/ctkCmdLineModule.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xs3p="http://titanium.dstc.edu.au/xml/xs3p">
66

77
<xsd:annotation>
8-
<xsd:appinfo source="http://www.commontk.org/docs/html/CommandLineModules_Page.html">
8+
<xsd:appinfo source="http://commontk.org/docs/html/CommandLineModules_Page.html">
99
<xs3p:title>CTK XML schema for command line modules.</xs3p:title>
1010
<xs3p:printGlossary>false</xs3p:printGlossary>
1111
<xs3p:printLegend>false</xs3p:printLegend>

Libs/CommandLineModules/Frontend/QtGui/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)