Skip to content

Commit 573d579

Browse files
authored
Moved to FriendsOfSymfony1
1 parent 31c2460 commit 573d579

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://secure.travis-ci.org/LExpress/symfony1.png?branch=master)](http://travis-ci.org/LExpress/symfony1)
1+
[![Build Status](https://secure.travis-ci.org/FriendsOfSymfony1/symfony1.png?branch=master)](http://travis-ci.org/FriendsOfSymfony1/symfony1)
22

33
About this version
44
------------------
@@ -7,9 +7,9 @@ This is a community driven fork of symfony 1, as official support has been [inte
77

88
**Do not use it for new projects: this version is great to improve existing symfony1 applications, but [Symfony4](http://symfony.com/) is the way to go today.**
99

10-
All the enhancements and BC breaks are listed in the [WHATS_NEW](https://github.com/LExpress/symfony1/blob/master/WHATS_NEW.md) file, this include:
10+
All the enhancements and BC breaks are listed in the [WHATS_NEW](https://github.com/FriendsOfSymfony1/symfony1/blob/master/WHATS_NEW.md) file, this include:
1111

12-
- [DIC](https://github.com/LExpress/symfony1/wiki/ServiceContainer)
12+
- [DIC](https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer)
1313
- Composer support
1414
- PHP 7.2 support
1515
- performance boost
@@ -51,7 +51,7 @@ Note: On windows, if your project is a few directories down from the drive root,
5151
Option 2: Using Git submodules:
5252

5353
git init # your project
54-
git submodule add https://github.com/LExpress/symfony1.git lib/vendor/symfony
54+
git submodule add https://github.com/FriendsOfSymfony1/symfony1.git lib/vendor/symfony
5555
git submodule update --init --recursive
5656

5757
Documentation

0 commit comments

Comments
 (0)