diff --git a/README.md b/README.md index 00da8937..90562003 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Tinyboard is an imageboard software package written in PHP. It aims to maintain See . ## Documentation -Visit the development wiki at for help. +Documentation can be found at . ## License See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) for the license. diff --git a/install.php b/install.php index 603a18af..1946d824 100644 --- a/install.php +++ b/install.php @@ -299,7 +299,7 @@ -

The following is all later configurable. For more options, edit your configuration files after installing.

+

The following is all later configurable. For more options, edit your configuration files after installing.

Cookies @@ -475,7 +475,7 @@ } $page['title'] = 'Installation complete'; - $page['body'] = '

Thank you for using Tinyboard. Please remember to report any bugs you discover.

'; + $page['body'] = '

Thank you for using Tinyboard. Please remember to report any bugs you discover. How do I edit the config files?

'; if(!empty($sql_errors)) { $page['body'] .= '

SQL errors

SQL errors were encountered when trying to install the database. This may be the result of using a database which is already occupied with a Tinyboard installation; if so, you can probably ignore this.

The errors encountered were:

    ' . $sql_errors . '

Ignore errors and complete installation.

';