Skip to content

Commit

Permalink
Updating various "front matter" issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsholden committed Feb 3, 2014
1 parent f0e60ab commit f5b1aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qSlicerLinearObjectRegistrationModule.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@ qSlicerLinearObjectRegistrationModule::~qSlicerLinearObjectRegistrationModule()
//-----------------------------------------------------------------------------
QString qSlicerLinearObjectRegistrationModule::helpText()const
{
return "For help on how to use this module visit: <a href='https://www.assembla.com/spaces/slicerigt'>SlicerIGT</a>";
return "For help on how to use this module visit: <a href='https://github.com/mholden8/LinearObjectRegistration/wiki'>Linear Object Registration</a>";
}

//-----------------------------------------------------------------------------
QString qSlicerLinearObjectRegistrationModule::acknowledgementText()const
{
return "This work was was funded by Cancer Care Ontario and the Ontario Consortium for Adaptive Interventions in Radiation Oncology (OCAIRO)";
return "This work was was funded by Cancer Care Ontario.";
}

//-----------------------------------------------------------------------------
QStringList qSlicerLinearObjectRegistrationModule::contributors()const
{
QStringList moduleContributors;
moduleContributors << QString("Tamas Ungi (Queen's University");
moduleContributors << QString("Matthew S. Holden (Queen's University)");
return moduleContributors;
}

Expand Down

0 comments on commit f5b1aa1

Please sign in to comment.