Skip to content

Commit

Permalink
Update documentation urls
Browse files Browse the repository at this point in the history
  • Loading branch information
SethKaufman committed Jan 3, 2025
1 parent 6834ac0 commit d188b2e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/conf/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Providence
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#
# Info @ https://manual.collectiveaccess.org/providence/user/configuration/mainConfiguration/app.html
# Info @ https://docs.collectiveaccess.org/providence/user/configuration/configuringProvidence/mainConfiguration/app
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#
# WHAT: This is the main application configuration file for Providence, designed so that users can easy manage various
Expand Down Expand Up @@ -1240,7 +1240,7 @@ wysiwyg_content_editor_toolbar = {
# -----------------------------------
# Enable dependent field visibility feature
# -----------------------------------
# See here for more information: https://manual.collectiveaccess.org/providence/developer/dep_field.html
# See here for more information: https://docs.collectiveaccess.org
#
enable_dependent_field_visibility = 0

Expand Down
5 changes: 2 additions & 3 deletions app/lib/Utils/CLIUtils/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* ----------------------------------------------------------------------
*
* Software by Whirl-i-Gig (http://www.whirl-i-gig.com)
* Copyright 2021 Whirl-i-Gig
* Copyright 2021-2025 Whirl-i-Gig
*
* For more information visit http://www.CollectiveAccess.org
*
Expand All @@ -29,7 +29,6 @@
*
* ----------------------------------------------------------------------
*/

require_once(__CA_APP_DIR__."/helpers/mailHelpers.php");
trait CLIUtilsTest {
# -------------------------------------------------------
Expand Down Expand Up @@ -94,7 +93,7 @@ public static function test_outgoing_email_configurationUtilityClass() {
*
*/
public static function test_outgoing_email_configurationHelp() {
return _t("In order to send email notifications to users an outgoing email server must be configured in the setup.php file (see https://manual.collectiveaccess.org/setup/setup.php.html#outgoing-email for details on configuring a server). Use this utility to test your configuration by sending a test email to the specified address.");
return _t("In order to send email notifications to users an outgoing email server must be configured in the setup.php file (see https://docs.collectiveaccess.org/providence/user/setup/setup.php for details on configuring a server). Use this utility to test your configuration by sending a test email to the specified address.");
}
# -------------------------------------------------------
/**
Expand Down
7 changes: 3 additions & 4 deletions themes/default/views/system/configuration_error_html.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* ----------------------------------------------------------------------
*
* Software by Whirl-i-Gig (http://www.whirl-i-gig.com)
* Copyright 2011-2024 Whirl-i-Gig
* Copyright 2011-2025 Whirl-i-Gig
*
* For more information visit http://www.CollectiveAccess.org
*
Expand All @@ -28,8 +28,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License version 3
*
* ----------------------------------------------------------------------
*/

*/
if (!is_array($opa_error_messages ?? null)) {
$opa_error_messages = self::$opa_error_messages;
}
Expand All @@ -48,7 +47,7 @@
<div id="content">
<?= "<div class='error'>There are issues with your configuration</div>
<div class='errorDescription'>General installation instructions can be found
<a href='https://manual.collectiveaccess.org/setup/Installation.html' target='_blank' rel='noopener noreferrer'>here</a>.
<a href='https://docs.collectiveaccess.org' target='_blank' rel='noopener noreferrer'>here</a>.
or more specific information on detected issues review the messages below:</div>"; ?>
<?php
foreach ($opa_error_messages as $vs_message) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* ----------------------------------------------------------------------
*
* Software by Whirl-i-Gig (http://www.whirl-i-gig.com)
* Copyright 2011-2024 Whirl-i-Gig
* Copyright 2011-2025 Whirl-i-Gig
*
* For more information visit http://www.CollectiveAccess.org
*
Expand All @@ -32,7 +32,7 @@
?>
<?= _t("<div class='error'>There are issues with your configuration</div>
<div class='errorDescription'>General installation instructions can be found
<a href='https://manual.collectiveaccess.org/setup/Installation.html' target='_blank' rel='noopener noreferrer'>here</a>.
<a href='https://docs.collectiveaccess.org' target='_blank' rel='noopener noreferrer'>here</a>.
For more specific information on detected issues review the messages below:</div>"); ?>
<br/><br/>
<?php
Expand Down
5 changes: 2 additions & 3 deletions themes/default/views/system/no_setup_html.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* ----------------------------------------------------------------------
*
* Software by Whirl-i-Gig (http://www.whirl-i-gig.com)
* Copyright 2021 Whirl-i-Gig
* Copyright 2021-2025 Whirl-i-Gig
*
* For more information visit http://www.CollectiveAccess.org
*
Expand All @@ -25,7 +25,6 @@
*
* ----------------------------------------------------------------------
*/

?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Expand All @@ -42,7 +41,7 @@
In the main directory of your Providence install there is a file called <code>setup.php-dist</code>.
Make a copy of this file and rename it to <code>setup.php</code>. For your CollectiveAccess system to work you MUST add
values for your database server hostname, user name, password, database, and administrative e-email. For more information see the
<a href="https://manual.collectiveaccess.org/setup/Installation.html">installation instructions</a> and the manual page for <a href="https://manual.collectiveaccess.org/setup/setup.php.html">setup.php</a>.
<a href="https://docs.collectiveaccess.org">installation instructions</a>.
</div>
</div>
</div><!-- end content -->
Expand Down

0 comments on commit d188b2e

Please sign in to comment.