Skip to content

Commit 1277e0b

Browse files
Fix indentation
1 parent a9d91b8 commit 1277e0b

File tree

1 file changed

+2
-2
lines changed
  • docs/websites/wikis/install-mediawiki-on-ubuntu-1804

1 file changed

+2
-2
lines changed

docs/websites/wikis/install-mediawiki-on-ubuntu-1804/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This guide assumes that you already have a working [LAMP stack](/docs/web-server
2828
cd /var/www/html/example.com/
2929
sudo curl -O https://releases.wikimedia.org/mediawiki/1.33/mediawiki-1.33.0.tar.gz
3030

31-
You will want to check for the latest version of this software regularly and upgrade to avoid allowing your site to become vulnerable to known security bugs. You can find the download location for the latest release by visiting the [MediaWiki homepage](http://www.mediawiki.org/wiki/MediaWiki).
31+
You will want to check for the latest version of this software regularly and upgrade to avoid allowing your site to become vulnerable to known security bugs. You can find the download location for the latest release by visiting the [MediaWiki homepage](http://www.mediawiki.org/wiki/MediaWiki).
3232

3333
2. Decompress the package:
3434

@@ -38,7 +38,7 @@ You will want to check for the latest version of this software regularly and upg
3838

3939
sudo mv mediawiki-1.33.0/ public_html/mediawiki/
4040

41-
The name of the directory beneath the `public_html/` will determine the path to your wiki. In this case, the wiki would be located at `example.com/mediawiki/`. You can copy the wiki to any publicly accessible location in the `public_html/` hierarchy.
41+
The name of the directory beneath the `public_html/` will determine the path to your wiki. In this case, the wiki would be located at `example.com/mediawiki/`. You can copy the wiki to any publicly accessible location in the `public_html/` hierarchy.
4242

4343
### Configure MySQL
4444

0 commit comments

Comments
 (0)