diff options
-rwxr-xr-x | flowsheet_details.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc index f1bc4bd..f2b7740 100755 --- a/flowsheet_details.inc +++ b/flowsheet_details.inc @@ -16,7 +16,7 @@ function om_flowsheet_completed_proposals_all() } //$result->rowCount() == 0 else { - $output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://om.fossee.in/flowsheeting-project","https://om.fossee.in/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<hr>"; + $output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://om.fossee.in/flowsheeting-project","https://om.fossee.in/chemical/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<hr>"; $preference_rows = array(); $i = 1; while ($row = $result->fetchObject()) |