Skip to content

Commit

Permalink
used https
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 5, 2015
1 parent 76d9148 commit f096373
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions Nette/Framework.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette;
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"type": "library",
"description": "Nette Framework - innovative framework for fast and easy development of secured web applications in PHP. Write less, have cleaner code and your work will bring you joy.",
"keywords": ["framework", "mvc", "debugging", "templating", "database", "forms", "mailing"],
"homepage": "http://nette.org",
"homepage": "https://nette.org",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
"homepage": "https://nette.org/contributors"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If your stuff is good, it will not take long to establish a reputation for yours
New BSD License
---------------

Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
Copyright (c) 2004, 2014 David Grudl (https://davidgrudl.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
52 changes: 26 additions & 26 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Nette Framework](http://nette.org)
[Nette Framework](https://nette.org)
===================================

[![Downloads this Month](https://img.shields.io/packagist/dm/nette/nette.svg)](https://packagist.org/packages/nette/nette)
Expand All @@ -13,42 +13,42 @@ performance and is definitely one of the safest PHP frameworks.
Nette Framework speaks your language and helps you to easily build better websites.

It contains these packages:
- [Application](http://github.com/nette/application)
- [Bootstrap](http://github.com/nette/bootstrap)
- [Caching](http://github.com/nette/caching)
- [Component Model](http://github.com/nette/component-model)
- [Database](http://github.com/nette/database)
- [DI](http://github.com/nette/di)
- [Finder](http://github.com/nette/finder)
- [Forms](http://github.com/nette/forms)
- [Http](http://github.com/nette/http)
- [Mail](http://github.com/nette/mail)
- [Neon](http://github.com/nette/neon)
- [Php Generator](http://github.com/nette/php-generator)
- [Reflection](http://github.com/nette/reflection)
- [Robot Loader](http://github.com/nette/robot-loader)
- [Safe Stream](http://github.com/nette/safe-stream)
- [Security](http://github.com/nette/security)
- [Tokenizer](http://github.com/nette/tokenizer)
- [Utils](http://github.com/nette/utils)
- [Latte](http://latte.nette.org)
- [Tracy](http://tracy.nette.org)
- [deprecated](http://github.com/nette/deprecated)
- and [Tester](http://tester.nette.org)
- [Application](https://github.com/nette/application)
- [Bootstrap](https://github.com/nette/bootstrap)
- [Caching](https://github.com/nette/caching)
- [Component Model](https://github.com/nette/component-model)
- [Database](https://github.com/nette/database)
- [DI](https://github.com/nette/di)
- [Finder](https://github.com/nette/finder)
- [Forms](https://github.com/nette/forms)
- [Http](https://github.com/nette/http)
- [Mail](https://github.com/nette/mail)
- [Neon](https://github.com/nette/neon)
- [Php Generator](https://github.com/nette/php-generator)
- [Reflection](https://github.com/nette/reflection)
- [Robot Loader](https://github.com/nette/robot-loader)
- [Safe Stream](https://github.com/nette/safe-stream)
- [Security](https://github.com/nette/security)
- [Tokenizer](https://github.com/nette/tokenizer)
- [Utils](https://github.com/nette/utils)
- [Latte](https://latte.nette.org)
- [Tracy](https://tracy.nette.org)
- [deprecated](https://github.com/nette/deprecated)
- and [Tester](https://tester.nette.org)


Installation
------------

The best way to install Nette Framework is to download the latest package
from http://nette.org/download or use [Composer](http://doc.nette.org/composer).
from https://nette.org/download or use [Composer](https://doc.nette.org/composer).

Nette Framework requires PHP 5.4.4 or later. Please run [Requirements
Checker](http://doc.nette.org/requirements) to obtain more detailed information.
Checker](https://doc.nette.org/requirements) to obtain more detailed information.


Getting started
---------------

The [Quick Start tutorial](http://doc.nette.org/quickstart) gives you a first
The [Quick Start tutorial](https://doc.nette.org/quickstart) gives you a first
introduction to the framework by creating a simple database driven application.
2 changes: 1 addition & 1 deletion tools/Requirements-Checker/assets/checker.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ header('Expires: Mon, 23 Jan 1978 10:00:00 GMT');
<h1>Nette Framework Requirements Checker</h1>

<p>This script checks if your server and PHP configuration meets the requirements
for running <a href="http://nette.org/">Nette Framework</a>. It checks version of PHP,
for running <a href="https://nette.org/">Nette Framework</a>. It checks version of PHP,
if appropriate PHP extensions have been loaded, and if PHP directives are set correctly.</p>

<?php if ($errors): ?>
Expand Down
2 changes: 1 addition & 1 deletion tools/Requirements-Checker/checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Requirements Checker: This script will check if your system meets
* the requirements for running Nette Framework.
*
* This file is part of the Nette Framework (http://nette.org)
* This file is part of the Nette Framework (https://nette.org)
*/


Expand Down

0 comments on commit f096373

Please sign in to comment.