Skip to content

Commit bfda506

Browse files
committedMar 19, 2024·
Fixed several links.
1 parent ba8b840 commit bfda506

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PHP Manager Archive
22
===================
33

4-
This project provides the source for [docs.phpmanager.xyz](https://docs.phpmanager.xyz/).
4+
This project provides the source for [PHP Manager Docs](https://docs.lextudio.com/phpmanager/).

Diff for: ‎conf.py

-6
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,6 @@
385385
# If false, no index is generated.
386386
#epub_use_index = True
387387

388-
# Example configuration for intersphinx: refer to the Python standard library.
389-
#intersphinx_mapping = {
390-
# 'mvc': ('http://docs.asp.net/projects/mvc/en/latest', 'mvc.inv'),
391-
# 'dotnet': ('http://dotnet.readthedocs.org/en/latest', 'dotnet.inv')
392-
#}
393-
394388
feed_num_items = 15
395389
feed_skip_regex = '(.)*index'
396390
feed_base_url = 'https://docs.lextudio.com/phpmanager/'

Diff for: ‎getting-started/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All other releases are either end-of-life, or not yet supported.
1919
Prerequisites
2020
-------------
2121
On all IIS releases you should enable FastCGI. More information can be found in
22-
`this article <https://docs.microsoft.com/en-us/iis/application-frameworks/install-and-configure-php-on-iis/enable-fastcgi-support-in-iis-7-on-windows-server-2008-windows-server-2008-r2-windows-vista-or-windows-7>`_ .
22+
`this article <https://learn.microsoft.com/iis/application-frameworks/install-and-configure-php-on-iis/enable-fastcgi-support-in-iis-7-on-windows-server-2008-windows-server-2008-r2-windows-vista-or-windows-7>`_ .
2323

2424
Installers
2525
----------

0 commit comments

Comments
 (0)
Please sign in to comment.