Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use https instead of http/git where available #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Requirements
------------
1. PHP >= 5.3
2. MySQL server
3. [mbstring](http://www.php.net/manual/en/mbstring.installation.php)
4. [PHP GD](http://www.php.net/manual/en/intro.image.php)
5. [PHP PDO](http://www.php.net/manual/en/intro.pdo.php)
3. [mbstring](https://www.php.net/manual/en/mbstring.installation.php)
4. [PHP GD](https://www.php.net/manual/en/intro.image.php)
5. [PHP PDO](https://www.php.net/manual/en/intro.pdo.php)

We try to make sure Tinyboard is compatible with all major web servers and
operating systems. Tinyboard does not include an Apache ```.htaccess``` file nor does
Expand All @@ -21,7 +21,7 @@ it need one.
### Recommended
1. MySQL server >= 5.5.3
2. ImageMagick (command-line ImageMagick or GraphicsMagick preferred).
3. [APC (Alternative PHP Cache)](http://php.net/manual/en/book.apc.php), [XCache](http://xcache.lighttpd.net/) or [Memcached](http://www.php.net/manual/en/intro.memcached.php)
3. [APC (Alternative PHP Cache)](https://php.net/manual/en/book.apc.php), [XCache](http://xcache.lighttpd.net/) or [Memcached](https://www.php.net/manual/en/intro.memcached.php)

Contributing
------------
Expand All @@ -37,7 +37,7 @@ Installation
1. Download and extract Tinyboard to your web directory or get the latest
development version with:

git clone git://github.com/savetheinternet/Tinyboard.git
git clone https://github.com/savetheinternet/Tinyboard.git

2. Navigate to ```install.php``` in your web browser and follow the
prompts.
Expand Down Expand Up @@ -65,5 +65,5 @@ find support from a variety of sources:

License
--------
See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md).
See [LICENSE.md](https://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md).