Skip to content

Commit

Permalink
Fix stupid error with website URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Buttigieg committed Jul 10, 2014
1 parent 2708d3a commit 58c214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-quick-install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
</head>
<body class="wp-core-ui">
<h1 id="logo"><a href="http://wp-quick-install.net/">WordPress</a></h1>
<h1 id="logo"><a href="http://wp-quick-install.com">WordPress</a></h1>
<?php
$parent_dir = realpath( dirname ( dirname( __FILE__ ) ) );
if ( is_writable( $parent_dir ) ) { ?>
Expand Down

0 comments on commit 58c214a

Please # to comment.