Skip to content

Commit

Permalink
Update stale documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jan 26, 2025
1 parent 7b6b9dd commit 90dd4f2
Show file tree
Hide file tree
Showing 71 changed files with 106 additions and 104 deletions.
8 changes: 4 additions & 4 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ IDENTITY_DEFAULT_VLAN=1
### Features
#

# See: http://docs.ixpmanager.org/features/reseller/
# See: https://docs.ixpmanager.org/latest/features/reseller/
IXP_RESELLER_ENABLED=false

# See: http://docs.ixpmanager.org/features/as112/
# See: https://docs.ixpmanager.org/latest/features/as112/
IXP_AS112_UI_ACTIVE=false


Expand All @@ -121,12 +121,12 @@ IXP_AS112_UI_ACTIVE=false
# compatibility, etc.

# Allow customers / admins to upload logos for members. Set to false to enabled.
# See: http://docs.ixpmanager.org/usage/customers/#customer-logos
# See: https://docs.ixpmanager.org/latest/usage/customers/#customer-logos
IXP_FE_FRONTEND_DISABLED_LOGO=false


# Send email notifications when a customer's billing details are updated.
# See: http://docs.ixpmanager.org/usage/customers/#notification-of-billing-details-changed
# See: https://docs.ixpmanager.org/latest/usage/customers/#notification-of-billing-details-changed
# IXP_FE_CUSTOMER_BILLING_UPDATES_NOTIFY="[email protected]"


Expand Down
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GRAPHER_BACKEND_MRTG_LOGDIR="/srv/mrtg"
#GRAPHER_BACKEND_SFLOW_ROOT="http://sflow.example.com/sflow"
GRAPHER_CACHE_ENABLED=false

# Smokeping - see: http://docs.ixpmanager.org/features/skinning/
# Smokeping - see: https://docs.ixpmanager.org/latest/features/skinning/
#GRAPHER_SMOKEPING_URL="http://www.example.com/smokeping"


Expand Down
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ IDENTITY_DEFAULT_VLAN=1
### Features
#

# See: http://docs.ixpmanager.org/features/reseller/
# See: https://docs.ixpmanager.org/latest/features/reseller/
IXP_RESELLER_ENABLED=false

# See: http://docs.ixpmanager.org/features/as112/
# See: https://docs.ixpmanager.org/latest/features/as112/
IXP_AS112_UI_ACTIVE=false


Expand All @@ -131,12 +131,12 @@ IXP_AS112_UI_ACTIVE=false
# compatibility, etc.

# Allow customers / admins to upload logos for members. Set to false to enabled.
# See: http://docs.ixpmanager.org/usage/customers/#customer-logos
# See: https://docs.ixpmanager.org/latest/usage/customers/#customer-logos
IXP_FE_FRONTEND_DISABLED_LOGO=false


# Send email notifications when a customer's billing details are updated.
# See: http://docs.ixpmanager.org/usage/customers/#notification-of-billing-details-changed
# See: https://docs.ixpmanager.org/latest/usage/customers/#notification-of-billing-details-changed
# IXP_FE_CUSTOMER_BILLING_UPDATES_NOTIFY="[email protected]"


Expand Down
8 changes: 4 additions & 4 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ IDENTITY_DEFAULT_VLAN="1"
### Features
#

# See: http://docs.ixpmanager.org/features/reseller/
# See: https://docs.ixpmanager.org/latest/features/reseller/
IXP_RESELLER_ENABLED="false"

# See: http://docs.ixpmanager.org/features/as112/
# See: https://docs.ixpmanager.org/latest/features/as112/
IXP_AS112_UI_ACTIVE="false"


Expand All @@ -131,12 +131,12 @@ IXP_AS112_UI_ACTIVE="false"
# compatibility, etc.

# Allow customers / admins to upload logos for members. Set to false to enabled.
# See: http://docs.ixpmanager.org/usage/customers/#customer-logos
# See: https://docs.ixpmanager.org/latest/usage/customers/#customer-logos
IXP_FE_FRONTEND_DISABLED_LOGO="false"


# Send email notifications when a customer's billing details are updated.
# See: http://docs.ixpmanager.org/usage/customers/#notification-of-billing-details-changed
# See: https://docs.ixpmanager.org/latest/usage/customers/#notification-of-billing-details-changed
# IXP_FE_CUSTOMER_BILLING_UPDATES_NOTIFY="[email protected]"


Expand Down
1 change: 0 additions & 1 deletion .idea/IXP-Manager.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ need contributors to follow so that we can accept them.
* Sign the [Contributor License Agreement](https://docs.ixpmanager.org/latest/dev/cla/) (`gpg --clearsign inex-cla.txt`) and email it to ''operations (at) inex (dot) ie''.
* Push your changes to a topic branch in your fork of the repository.
* Submit a pull request to the repository in the inex organisation.
* Submit a parallel pull request [with new/updated documentation](http://docs.ixpmanager.org/latest/dev/docs/)
* Submit a parallel pull request [with new/updated documentation](https://docs.ixpmanager.org/latest/dev/docs/)

# Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and especially new and small IXPs looking to expand.

## Documentation

Our documentation is hosted on GitHub pages: http://docs.ixpmanager.org/.
Our documentation is hosted on GitHub pages: https://docs.ixpmanager.org/.

## About IXP Manager

Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/MailingList/GetSubscribers.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class GetSubscribers extends MailingList
public function handle(): int
{
if( !config( 'mailinglists.enabled' ) ) {
die( "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/\n" );
die( "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/\n" );
}

$ml = new ML( $this->argument('list' ) );
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/MailingList/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Init extends MailingList
public function handle(): int
{
if( !config( 'mailinglists.enabled' ) ) {
die( "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/\n" );
die( "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/\n" );
}

$ml = new ML( $this->argument('list') );
Expand Down
4 changes: 2 additions & 2 deletions app/Console/Commands/MailingList/SyncScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ class SyncScript extends MailingList
public function handle(): int
{
if( !config( 'mailinglists.enabled' ) ) {
die( "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/\n" );
die( "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/\n" );
}

// do we have mailing lists defined?
if( !is_array( config( 'mailinglists.lists' ) ) || !count( config( 'mailinglists.lists' ) ) ) {
$this->error( "No valid mailing lists defined in config/mailinglist.php" );
$this->info( "See: http://docs.ixpmanager.org/features/mailing-lists/" );
$this->info( "See: https://docs.ixpmanager.org/latest/features/mailing-lists/" );
return -1;
}

Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/V4/MailingListController.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class MailingListController extends Controller
public function __construct()
{
if( PHP_SAPI !== 'cli' && !config( 'mailinglists.enabled' ) ) {
abort( 503, "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/" );
abort( 503, "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/" );
}
}

Expand Down
8 changes: 4 additions & 4 deletions app/Http/Controllers/Api/V4/NagiosController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class NagiosController extends Controller
/**
* An API call to generate customer reachability Nagios configuration for a given VLAN and protocol.
*
* @see http://docs.ixpmanager.org/features/nagios/
* @see https://docs.ixpmanager.org/latest/features/nagios/
*
* @param Request $r
* @param Vlan $vlan
Expand Down Expand Up @@ -99,7 +99,7 @@ public function customers( Request $r, Vlan $vlan, int $protocol, string $templa
/**
* An API call to generate production switch host and hostgroups for Nagios configuration for a given infrastructure.
*
* @see http://docs.ixpmanager.org/features/nagios/
* @see https://docs.ixpmanager.org/latest/features/nagios/
*
* @param Request $r
* @param Infrastructure $infra
Expand Down Expand Up @@ -133,7 +133,7 @@ public function switches( Request $r, Infrastructure $infra, string $template =
/**
* An API call to generate Birdseye daemon checks for Nagios configuration for all or a given vlan.
*
* @see http://docs.ixpmanager.org/features/nagios/
* @see https://docs.ixpmanager.org/latest/features/nagios/
*
* @param Request $r
* @param string|null $template
Expand Down Expand Up @@ -179,7 +179,7 @@ public function birdseyeDaemons( Request $r, string $template = null, Vlan $vlan
/**
* An API call to generate customer BGP session checks for Nagios for a given router type, VLAN and protocol.
*
* @see http://docs.ixpmanager.org/features/nagios/
* @see https://docs.ixpmanager.org/latest/features/nagios/
*
* @param Request $r
* @param Vlan $vlan
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/V4/PublicController.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PublicController extends Controller
/**
* Simple test route for API authentication
*
* Documented at: http://docs.ixpmanager.org/features/api/
* Documented at: https://docs.ixpmanager.org/latest/features/api/
*
* @return Response
*
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/V4/StatisticsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class StatisticsController extends Controller
* Access via https://ixp.example.com/statistics/overall-by-month
*
* Respects Grapher authorisation settings:
* http://docs.ixpmanager.org/features/grapher/#accessibility-of-aggregate-graphs
* https://docs.ixpmanager.org/latest/features/grapher/#accessibility-of-aggregate-graphs
*
* This is mostly used by https://www.inex.ie/ 's front page graph.
*
Expand Down
4 changes: 2 additions & 2 deletions app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Controller extends BaseController
*
* To enable reseller mode set the env variable IXP_RESELLER_ENABLED
*
* @see http://docs.ixpmanager.org/features/reseller/
* @see https://docs.ixpmanager.org/latest/features/reseller/
*
* @return bool
*/
Expand All @@ -69,7 +69,7 @@ protected function resellerMode(): bool
*
* To disable as112 in the UI set the env variable IXP_AS112_UI_ACTIVE
*
* @see http://docs.ixpmanager.org/features/as112/
* @see https://docs.ixpmanager.org/latest/features/as112/
*
* @return bool
*/
Expand Down
4 changes: 2 additions & 2 deletions app/Utils/Foil/Extensions/IXP.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function nagiosHostname( string $abbreviatedName, int $asn, int $protocol
*
* To enable reseller mode set the env variable IXP_RESELLER_ENABLED
*
* @see http://docs.ixpmanager.org/features/reseller/
* @see https://docs.ixpmanager.org/latest/features/reseller/
*
* @return bool
*/
Expand All @@ -340,7 +340,7 @@ public function logoManagementEnabled(): bool
*
* To disable as112 in the UI set the env variable IXP_AS112_UI_ACTIVE
*
* @see http://docs.ixpmanager.org/features/as112/
* @see https://docs.ixpmanager.org/latest/features/as112/
*
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion app/Utils/Http/Controllers/Frontend/EloquentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* https://github.com/opensolutions/OSS-Framework/blob/master/src/OSS/Controller/Action/Trait/Doctrine2Frontend.php
*
*
* @see http://docs.ixpmanager.org/dev/frontend-crud/
* @see https://docs.ixpmanager.org/latest/dev/frontend-crud/
* @author Barry O'Donovan <[email protected]>
* @author Yann Robin <[email protected]>
* @category Utils\Http\Controllers\Frontend
Expand Down
2 changes: 1 addition & 1 deletion app/Utils/MailingList.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function getSubscriberEmails( bool $subscribed = true ): array
/**
* Initialise a new mailing list.
*
* See documentation for full details: http://docs.ixpmanager.org/features/mailing-lists/
* See documentation for full details: https://docs.ixpmanager.org/latest/features/mailing-lists/
*
* Returns an array with three arrays keyed as:
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"support": {
"issues": "https://www.ixpmanager.org/support.php",
"forum": "https://www.inex.ie/mailman/listinfo/ixpmanager",
"docs": "http://docs.ixpmanager.org/",
"docs": "https://docs.ixpmanager.org/",
"source": "https://github.com/inex/IXP-Manager"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion config/mailinglists.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

// Mailing List Subscription Management Facility
//
// See: http://docs.ixpmanager.org/features/mailing-lists/
// See: https://docs.ixpmanager.org/latest/features/mailing-lists/
//
// Allows users to manage their own mailing list subscriptions

Expand Down
4 changes: 2 additions & 2 deletions resources/views/api-key/list-postamble.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<div class="card-body">
<p>
Please see the <a href="http://docs.ixpmanager.org/features/api/">official API documentation here.</a>
Please see the <a href="https://docs.ixpmanager.org/latest/features/api/">official API documentation here.</a>
</p>
<p>

Expand All @@ -35,7 +35,7 @@
<dd>
See <a href="https://ixpdb.euro-ix.net/en/">here for details on the IX-F Member List</a>
(or <a href="https://github.com/euro-ix/json-schemas/">the GitHub repo</a>)
and <a href="http://docs.ixpmanager.org/features/ixf-export/">here for IXP Manager's IX-F
and <a href="https://docs.ixpmanager.org/latest/features/ixf-export/">here for IXP Manager's IX-F
Member List export instructions</a>.<br><br>
Examples:
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Any local changes made to this script will be lost.
#
# See: http://docs.ixpmanager.org/features/nagios/
# See: https://docs.ixpmanager.org/latest/features/nagios/
#
# You should not need to edit these files - instead use your own custom skins. If
# you can't effect the changes you need with skinning, consider posting to the mailing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Any local changes made to this script will be lost.
#
# See: http://docs.ixpmanager.org/features/nagios/
# See: https://docs.ixpmanager.org/latest/features/nagios/
#
# You should not need to edit these files - instead use your own custom skins. If
# you can't effect the changes you need with skinning, consider posting to the mailing
Expand Down
2 changes: 1 addition & 1 deletion resources/views/api/v4/nagios/customers/default.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# api/v4/nagios/customers/{vlan}/{protocol} API call to IXP Manager.
# Any local changes made to this script will be lost.
#
# See: http://docs.ixpmanager.org/features/nagios/
# See: https://docs.ixpmanager.org/latest/features/nagios/
#
# You should not need to edit these files - instead use your own custom skins. If
# you can't effect the changes you need with skinning, consider posting to the mailing
Expand Down
2 changes: 1 addition & 1 deletion resources/views/api/v4/nagios/switches/default.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Any local changes made to this script will be lost.
#
# See: http://docs.ixpmanager.org/features/nagios/
# See: https://docs.ixpmanager.org/latest/features/nagios/
#
# You should not need to edit these files - instead use your own custom skins. If
# you can't effect the changes you need with skinning, consider posting to the mailing
Expand Down
2 changes: 1 addition & 1 deletion resources/views/content/0/example.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="alert alert-info">
Please see the official IXP Manager documentation on
<a target="_blank" href="http://docs.ixpmanager.org/features/static-content/">static content here</a>
<a target="_blank" href="https://docs.ixpmanager.org/latest/features/static-content/">static content here</a>
for information and instructions on this page.
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/content/0/support.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="alert alert-danger">
Please see the official IXP Manager documentation on
<a target="_blank" href="http://docs.ixpmanager.org/features/static-content/">static content here</a>
<a target="_blank" href="https://docs.ixpmanager.org/latest/features/static-content/">static content here</a>
for information and instructions on how to customise this page.
</div>

Expand Down
4 changes: 2 additions & 2 deletions resources/views/customer/edit.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
?>

<div id="instructions-alert" class="alert alert-info collapse">
Official <b>IXP Manager</b> documentation for adding / editing <?= config( 'ixp_fe.lang.customer.many' ) ?> can be found at <a href="http://docs.ixpmanager.org/usage/customers/">http://docs.ixpmanager.org/</a>.
Official <b>IXP Manager</b> documentation for adding / editing <?= config( 'ixp_fe.lang.customer.many' ) ?> can be found at <a href="https://docs.ixpmanager.org/latest/usage/customers/">https://docs.ixpmanager.org/</a>.
</div>

<div class="bg-light shadow-sm p-4">
Expand Down Expand Up @@ -200,7 +200,7 @@
->fromQuery( $t->irrdbs, 'source' )
->addClass( 'chzn-select-deselect' )
->blockHelp( "The IRRDB source sets the database where IXP Manager queries the customer's IRR data from. See "
. '<a href="http://docs.ixpmanager.org/features/irrdb/">the IRRDB feature page</a> for more information.' );
. '<a href="https://docs.ixpmanager.org/latest/features/irrdb/">the IRRDB feature page</a> for more information.' );
?>

<?= Former::checkbox( 'activepeeringmatrix' )
Expand Down
Loading

0 comments on commit 90dd4f2

Please sign in to comment.