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

Update outdated urls and use https #690

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ solution.

### Documentation

Read the official [Gaufrette documentation](http://knplabs.github.io/Gaufrette/).
Read the official [Gaufrette documentation](https://knplabs.github.io/Gaufrette/).

### Metapackages for adapters

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": "PHP library that provides a filesystem abstraction layer",
"keywords": ["file", "filesystem", "media", "abstraction"],
"homepage": "http://knplabs.com",
"homepage": "https://knplabs.com",
"license": "MIT",
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
"homepage": "https://knplabs.com"
},
{
"name": "The contributors",
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
"homepage": "https://github.com/knplabs/Gaufrette/contributors"
}
],
"require": {
Expand Down
4 changes: 2 additions & 2 deletions doc/adapters/aws-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ $filesystem = new Filesystem($adapter);
## IAM policy

If you are not familiar with AWS, here are the key concepts:
* [IAM, stands for *Identity and Access Management*](http://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html)
* [IAM policies, are the way to grant access to your IAM users/groups](http://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_access-management.html)
* [IAM, stands for *Identity and Access Management*](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html)
* [IAM policies, are the way to grant access to your IAM users/groups](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_access-management.html)

We **strongly recommend** you to create a dedicated IAM user with the most restrictive policy.

Expand Down
2 changes: 1 addition & 1 deletion doc/adapters/doctrine-dbal.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In order to use the adapter, you will need to prepare the table with the followi
## Example

`Doctrine` adapter takes three arguments:
* the first, mandatory, is a prepared DBAL connection (you can read more about it in [the DBAL docs](http://doctrine-orm.readthedocs.org/projects/doctrine-dbal/en/latest/reference/configuration.html))
* the first, mandatory, is a prepared DBAL connection (you can read more about it in [the DBAL docs](https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/configuration.html))
* the second, mandatory, is a table name where the files will be stored
* the third one is optional array of columns, which allows you to override the default column names

Expand Down
2 changes: 1 addition & 1 deletion doc/adapters/flysystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ First, you will need to install the adapter:
composer require gaufrette/flysystem-adapter
```

Folks from [thephpleague](http://thephpleague.com/) have built extraordinary [Flysystem](https://github.com/thephpleague/flysystem) package which does exactly the same thing as Gaufrette, but with slightly different API.
Folks from [thephpleague](https://thephpleague.com/) have built extraordinary [Flysystem](https://github.com/thephpleague/flysystem) package which does exactly the same thing as Gaufrette, but with slightly different API.

We wanted to make Gaufrette compatible with as many systems as possible, and didn't want to reinvent the wheel.
So we built a Flysystem adapter.
Expand Down
2 changes: 1 addition & 1 deletion doc/adapters/grid-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ currentMenu: grid-fs

## Prerequisites

In order to use GridFS adapter, you should have accesible MongoDB instance, [MongoDB PHP driver](http://docs.php.net/manual/en/book.mongodb.php) and
In order to use GridFS adapter, you should have accesible MongoDB instance, [MongoDB PHP driver](https://www.php.net/manual/en/book.mongodb.php) and
the [`mongodb/mongodb`](https://docs.mongodb.com/php-library/master/) library installed.

First can install the MongoDB extension with:
Expand Down
2 changes: 1 addition & 1 deletion doc/adapters/sftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the [`PhpseclibSftp`](phpseclib-sftp.html) adapter is based on a full-php ssh cl
## Prerequisites

* [PHP-SSH](https://github.com/Herzult/php-ssh)
* [SSH2 extension](http://www.php.net/manual/en/book.ssh2.php)
* [SSH2 extension](https://www.php.net/manual/en/book.ssh2.php)

You can install it via:

Expand Down
2 changes: 1 addition & 1 deletion doc/implementing-new-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To get the benefits of PHPSpec code generator we run:
$ ./bin/phpspec run spec/Gaufrette/Adapter/KnpStorageSpec.php
```

You can continue to play with PHPSpec, read more on [PHPSpec website](http://phpspec.readthedocs.org/en/latest/).
You can continue to play with PHPSpec, read more on [PHPSpec website](https://phpspec.readthedocs.org/en/latest/).

## Implementing adapter interface

Expand Down
2 changes: 1 addition & 1 deletion doc/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here are all the variables you can set in your `couscous.yml`:

```yaml
# Base URL of the published website
baseUrl: http://username.github.io/project
baseUrl: https://username.github.io/project

# Used to link to the GitHub project
github:
Expand Down
2 changes: 1 addition & 1 deletion src/Gaufrette/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public function mimeType($key)
* Checks if matching file by given key exists in the filesystem.
*
* Key must be non empty string, otherwise it will throw Exception\FileNotFound
* {@see http://php.net/manual/en/function.empty.php}
* {@see https://php.net/manual/en/function.empty.php}
*
* @param string $key
*
Expand Down
2 changes: 1 addition & 1 deletion src/Gaufrette/Util/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static function getAbsolutePrefix($path)
*
* @return string
*
* @see http://php.net/manual/en/function.dirname.php
* @see https://php.net/manual/en/function.dirname.php
*/
public static function dirname($path)
{
Expand Down