-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[![Continuous Integration](https://github.com/fonil/dockerized-php/actions/workflows/ci.yml/badge.svg)](https://github.com/fonil/dockerized-php/actions/workflows/ci.yml) | ||
[![Continuous Integration](https://github.com/alcidesrc/dockerized-php/actions/workflows/ci.yml/badge.svg)](https://github.com/alcidesrc/dockerized-php/actions/workflows/ci.yml) | ||
|
||
# Dockerized PHP | ||
|
||
|
@@ -65,7 +65,7 @@ Just clone the repository into your preferred path: | |
|
||
```bash | ||
$ mkdir -p ~/path/to/my-new-project && cd ~/path/to/my-new-project | ||
$ git clone [email protected]:fonil/dockerized-php.git . | ||
$ git clone [email protected]:alcidesrc/dockerized-php.git . | ||
``` | ||
|
||
### Conventions | ||
|
@@ -286,7 +286,7 @@ PHP application must be placed into `src` folder. | |
|
||
> [!TIP] | ||
> | ||
> There are some `Makefile` commands that allows you to install a [PHP Skeleton](https://github.com/fonil/php-skeleton) as boilerplate or [Laravel](https://github.com/laravel/laravel) when creating `PHP` applications from scratch. | ||
> There are some `Makefile` commands that allows you to install a [PHP Skeleton](https://github.com/alcidesrc/php-skeleton) as boilerplate or [Laravel](https://github.com/laravel/laravel) when creating `PHP` applications from scratch. | ||
|
||
|
||
|
@@ -385,7 +385,7 @@ Only the latest major version receives security fixes. | |
|
||
### Reporting a Vulnerability | ||
|
||
If you discover a security vulnerability within this project, please [open an issue here](https://github.com/fonil/dockerized-php/issues). All security vulnerabilities will be promptly addressed. | ||
If you discover a security vulnerability within this project, please [open an issue here](https://github.com/alcidesrc/dockerized-php/issues). All security vulnerabilities will be promptly addressed. | ||
|
||
|
||
|
||
|