Skip to content

Commit 90dd4f2

Browse files
committed
Update stale documentation links
1 parent 7b6b9dd commit 90dd4f2

File tree

71 files changed

+106
-104
lines changed

Some content is hidden

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

71 files changed

+106
-104
lines changed

Diff for: .env.dev

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ IDENTITY_DEFAULT_VLAN=1
106106
### Features
107107
#
108108

109-
# See: http://docs.ixpmanager.org/features/reseller/
109+
# See: https://docs.ixpmanager.org/latest/features/reseller/
110110
IXP_RESELLER_ENABLED=false
111111

112-
# See: http://docs.ixpmanager.org/features/as112/
112+
# See: https://docs.ixpmanager.org/latest/features/as112/
113113
IXP_AS112_UI_ACTIVE=false
114114

115115

@@ -121,12 +121,12 @@ IXP_AS112_UI_ACTIVE=false
121121
# compatibility, etc.
122122

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

127127

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

132132

Diff for: .env.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GRAPHER_BACKEND_MRTG_LOGDIR="/srv/mrtg"
9898
#GRAPHER_BACKEND_SFLOW_ROOT="http://sflow.example.com/sflow"
9999
GRAPHER_CACHE_ENABLED=false
100100

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

104104

Diff for: .env.example

+4-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ IDENTITY_DEFAULT_VLAN=1
116116
### Features
117117
#
118118

119-
# See: http://docs.ixpmanager.org/features/reseller/
119+
# See: https://docs.ixpmanager.org/latest/features/reseller/
120120
IXP_RESELLER_ENABLED=false
121121

122-
# See: http://docs.ixpmanager.org/features/as112/
122+
# See: https://docs.ixpmanager.org/latest/features/as112/
123123
IXP_AS112_UI_ACTIVE=false
124124

125125

@@ -131,12 +131,12 @@ IXP_AS112_UI_ACTIVE=false
131131
# compatibility, etc.
132132

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

137137

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

142142

Diff for: .env.test

+4-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ IDENTITY_DEFAULT_VLAN="1"
116116
### Features
117117
#
118118

119-
# See: http://docs.ixpmanager.org/features/reseller/
119+
# See: https://docs.ixpmanager.org/latest/features/reseller/
120120
IXP_RESELLER_ENABLED="false"
121121

122-
# See: http://docs.ixpmanager.org/features/as112/
122+
# See: https://docs.ixpmanager.org/latest/features/as112/
123123
IXP_AS112_UI_ACTIVE="false"
124124

125125

@@ -131,12 +131,12 @@ IXP_AS112_UI_ACTIVE="false"
131131
# compatibility, etc.
132132

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

137137

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

142142

Diff for: .idea/IXP-Manager.iml

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/php.xml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ need contributors to follow so that we can accept them.
3434
* 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''.
3535
* Push your changes to a topic branch in your fork of the repository.
3636
* Submit a pull request to the repository in the inex organisation.
37-
* Submit a parallel pull request [with new/updated documentation](http://docs.ixpmanager.org/latest/dev/docs/)
37+
* Submit a parallel pull request [with new/updated documentation](https://docs.ixpmanager.org/latest/dev/docs/)
3838

3939
# Additional Resources
4040

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and especially new and small IXPs looking to expand.
2323

2424
## Documentation
2525

26-
Our documentation is hosted on GitHub pages: http://docs.ixpmanager.org/.
26+
Our documentation is hosted on GitHub pages: https://docs.ixpmanager.org/.
2727

2828
## About IXP Manager
2929

Diff for: app/Console/Commands/MailingList/GetSubscribers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class GetSubscribers extends MailingList
6565
public function handle(): int
6666
{
6767
if( !config( 'mailinglists.enabled' ) ) {
68-
die( "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/\n" );
68+
die( "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/\n" );
6969
}
7070

7171
$ml = new ML( $this->argument('list' ) );

Diff for: app/Console/Commands/MailingList/Init.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Init extends MailingList
7575
public function handle(): int
7676
{
7777
if( !config( 'mailinglists.enabled' ) ) {
78-
die( "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/\n" );
78+
die( "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/\n" );
7979
}
8080

8181
$ml = new ML( $this->argument('list') );

Diff for: app/Console/Commands/MailingList/SyncScript.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ class SyncScript extends MailingList
6868
public function handle(): int
6969
{
7070
if( !config( 'mailinglists.enabled' ) ) {
71-
die( "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/\n" );
71+
die( "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/\n" );
7272
}
7373

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

Diff for: app/Http/Controllers/Api/V4/MailingListController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class MailingListController extends Controller
5454
public function __construct()
5555
{
5656
if( PHP_SAPI !== 'cli' && !config( 'mailinglists.enabled' ) ) {
57-
abort( 503, "Mailing list functionality is disabled. See: http://docs.ixpmanager.org/features/mailing-lists/" );
57+
abort( 503, "Mailing list functionality is disabled. See: https://docs.ixpmanager.org/latest/features/mailing-lists/" );
5858
}
5959
}
6060

Diff for: app/Http/Controllers/Api/V4/NagiosController.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class NagiosController extends Controller
5555
/**
5656
* An API call to generate customer reachability Nagios configuration for a given VLAN and protocol.
5757
*
58-
* @see http://docs.ixpmanager.org/features/nagios/
58+
* @see https://docs.ixpmanager.org/latest/features/nagios/
5959
*
6060
* @param Request $r
6161
* @param Vlan $vlan
@@ -99,7 +99,7 @@ public function customers( Request $r, Vlan $vlan, int $protocol, string $templa
9999
/**
100100
* An API call to generate production switch host and hostgroups for Nagios configuration for a given infrastructure.
101101
*
102-
* @see http://docs.ixpmanager.org/features/nagios/
102+
* @see https://docs.ixpmanager.org/latest/features/nagios/
103103
*
104104
* @param Request $r
105105
* @param Infrastructure $infra
@@ -133,7 +133,7 @@ public function switches( Request $r, Infrastructure $infra, string $template =
133133
/**
134134
* An API call to generate Birdseye daemon checks for Nagios configuration for all or a given vlan.
135135
*
136-
* @see http://docs.ixpmanager.org/features/nagios/
136+
* @see https://docs.ixpmanager.org/latest/features/nagios/
137137
*
138138
* @param Request $r
139139
* @param string|null $template
@@ -179,7 +179,7 @@ public function birdseyeDaemons( Request $r, string $template = null, Vlan $vlan
179179
/**
180180
* An API call to generate customer BGP session checks for Nagios for a given router type, VLAN and protocol.
181181
*
182-
* @see http://docs.ixpmanager.org/features/nagios/
182+
* @see https://docs.ixpmanager.org/latest/features/nagios/
183183
*
184184
* @param Request $r
185185
* @param Vlan $vlan

Diff for: app/Http/Controllers/Api/V4/PublicController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class PublicController extends Controller
4444
/**
4545
* Simple test route for API authentication
4646
*
47-
* Documented at: http://docs.ixpmanager.org/features/api/
47+
* Documented at: https://docs.ixpmanager.org/latest/features/api/
4848
*
4949
* @return Response
5050
*

Diff for: app/Http/Controllers/Api/V4/StatisticsController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class StatisticsController extends Controller
6060
* Access via https://ixp.example.com/statistics/overall-by-month
6161
*
6262
* Respects Grapher authorisation settings:
63-
* http://docs.ixpmanager.org/features/grapher/#accessibility-of-aggregate-graphs
63+
* https://docs.ixpmanager.org/latest/features/grapher/#accessibility-of-aggregate-graphs
6464
*
6565
* This is mostly used by https://www.inex.ie/ 's front page graph.
6666
*

Diff for: app/Http/Controllers/Controller.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Controller extends BaseController
5555
*
5656
* To enable reseller mode set the env variable IXP_RESELLER_ENABLED
5757
*
58-
* @see http://docs.ixpmanager.org/features/reseller/
58+
* @see https://docs.ixpmanager.org/latest/features/reseller/
5959
*
6060
* @return bool
6161
*/
@@ -69,7 +69,7 @@ protected function resellerMode(): bool
6969
*
7070
* To disable as112 in the UI set the env variable IXP_AS112_UI_ACTIVE
7171
*
72-
* @see http://docs.ixpmanager.org/features/as112/
72+
* @see https://docs.ixpmanager.org/latest/features/as112/
7373
*
7474
* @return bool
7575
*/

Diff for: app/Utils/Foil/Extensions/IXP.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function nagiosHostname( string $abbreviatedName, int $asn, int $protocol
314314
*
315315
* To enable reseller mode set the env variable IXP_RESELLER_ENABLED
316316
*
317-
* @see http://docs.ixpmanager.org/features/reseller/
317+
* @see https://docs.ixpmanager.org/latest/features/reseller/
318318
*
319319
* @return bool
320320
*/
@@ -340,7 +340,7 @@ public function logoManagementEnabled(): bool
340340
*
341341
* To disable as112 in the UI set the env variable IXP_AS112_UI_ACTIVE
342342
*
343-
* @see http://docs.ixpmanager.org/features/as112/
343+
* @see https://docs.ixpmanager.org/latest/features/as112/
344344
*
345345
* @return bool
346346
*/

Diff for: app/Utils/Http/Controllers/Frontend/EloquentController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* https://github.com/opensolutions/OSS-Framework/blob/master/src/OSS/Controller/Action/Trait/Doctrine2Frontend.php
5151
*
5252
*
53-
* @see http://docs.ixpmanager.org/dev/frontend-crud/
53+
* @see https://docs.ixpmanager.org/latest/dev/frontend-crud/
5454
* @author Barry O'Donovan <[email protected]>
5555
* @author Yann Robin <[email protected]>
5656
* @category Utils\Http\Controllers\Frontend

Diff for: app/Utils/MailingList.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getSubscriberEmails( bool $subscribed = true ): array
100100
/**
101101
* Initialise a new mailing list.
102102
*
103-
* See documentation for full details: http://docs.ixpmanager.org/features/mailing-lists/
103+
* See documentation for full details: https://docs.ixpmanager.org/latest/features/mailing-lists/
104104
*
105105
* Returns an array with three arrays keyed as:
106106
*

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"support": {
6969
"issues": "https://www.ixpmanager.org/support.php",
7070
"forum": "https://www.inex.ie/mailman/listinfo/ixpmanager",
71-
"docs": "http://docs.ixpmanager.org/",
71+
"docs": "https://docs.ixpmanager.org/",
7272
"source": "https://github.com/inex/IXP-Manager"
7373
},
7474
"autoload": {

Diff for: config/mailinglists.php.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Mailing List Subscription Management Facility
2525
//
26-
// See: http://docs.ixpmanager.org/features/mailing-lists/
26+
// See: https://docs.ixpmanager.org/latest/features/mailing-lists/
2727
//
2828
// Allows users to manage their own mailing list subscriptions
2929

Diff for: resources/views/api-key/list-postamble.foil.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
<div class="card-body">
1313
<p>
14-
Please see the <a href="http://docs.ixpmanager.org/features/api/">official API documentation here.</a>
14+
Please see the <a href="https://docs.ixpmanager.org/latest/features/api/">official API documentation here.</a>
1515
</p>
1616
<p>
1717

@@ -35,7 +35,7 @@
3535
<dd>
3636
See <a href="https://ixpdb.euro-ix.net/en/">here for details on the IX-F Member List</a>
3737
(or <a href="https://github.com/euro-ix/json-schemas/">the GitHub repo</a>)
38-
and <a href="http://docs.ixpmanager.org/features/ixf-export/">here for IXP Manager's IX-F
38+
and <a href="https://docs.ixpmanager.org/latest/features/ixf-export/">here for IXP Manager's IX-F
3939
Member List export instructions</a>.<br><br>
4040
Examples:
4141
<ul>

Diff for: resources/views/api/v4/nagios/birdseye-bgp-sessions/default.foil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Any local changes made to this script will be lost.
88
#
9-
# See: http://docs.ixpmanager.org/features/nagios/
9+
# See: https://docs.ixpmanager.org/latest/features/nagios/
1010
#
1111
# You should not need to edit these files - instead use your own custom skins. If
1212
# you can't effect the changes you need with skinning, consider posting to the mailing

Diff for: resources/views/api/v4/nagios/birdseye-daemons/default.foil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Any local changes made to this script will be lost.
88
#
9-
# See: http://docs.ixpmanager.org/features/nagios/
9+
# See: https://docs.ixpmanager.org/latest/features/nagios/
1010
#
1111
# You should not need to edit these files - instead use your own custom skins. If
1212
# you can't effect the changes you need with skinning, consider posting to the mailing

Diff for: resources/views/api/v4/nagios/customers/default.foil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# api/v4/nagios/customers/{vlan}/{protocol} API call to IXP Manager.
66
# Any local changes made to this script will be lost.
77
#
8-
# See: http://docs.ixpmanager.org/features/nagios/
8+
# See: https://docs.ixpmanager.org/latest/features/nagios/
99
#
1010
# You should not need to edit these files - instead use your own custom skins. If
1111
# you can't effect the changes you need with skinning, consider posting to the mailing

Diff for: resources/views/api/v4/nagios/switches/default.foil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Any local changes made to this script will be lost.
88
#
9-
# See: http://docs.ixpmanager.org/features/nagios/
9+
# See: https://docs.ixpmanager.org/latest/features/nagios/
1010
#
1111
# You should not need to edit these files - instead use your own custom skins. If
1212
# you can't effect the changes you need with skinning, consider posting to the mailing

Diff for: resources/views/content/0/example.foil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

Diff for: resources/views/content/0/support.foil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

Diff for: resources/views/customer/edit.foil.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
?>
3434

3535
<div id="instructions-alert" class="alert alert-info collapse">
36-
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>.
36+
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>.
3737
</div>
3838

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

206206
<?= Former::checkbox( 'activepeeringmatrix' )

0 commit comments

Comments
 (0)