Skip to content

Commit

Permalink
Changed links of the developer team to https://github.com/cakephp?tab…
Browse files Browse the repository at this point in the history
…=members instead of lighthouse wiki page

Added links to the Foundation's about page
  • Loading branch information
ravage84 committed Feb 3, 2013
1 parent 9f24f88 commit 26330d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions en/appendices/cakephp-development-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ CakePHP Development Process
Here we attempt to explain the process we use when developing the
CakePHP framework. We rely heavily on community interaction through
tickets and IRC chat. IRC is the best place to find members of the
development team and discuss ideas, the latest code, and make general
comments. If something more formal needs to be proposed or there is a
problem with a release, the ticket system is the best place to share
your thoughts.
`development team <https://github.com/cakephp?tab=members>`_ and discuss
ideas, the latest code, and make general comments. If something more
formal needs to be proposed or there is a problem with a release, the
ticket system is the best place to share your thoughts.

We currently maintain 4 versions of CakePHP.

Expand Down
2 changes: 1 addition & 1 deletion en/cakephp-overview/what-is-cakephp-why-use-it.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ check out a copy of CakePHP and get started with the real guts of
your application.

CakePHP has an active
`developer team <http://cakephp.lighthouseapp.com/contributors>`_
`developer team <https://github.com/cakephp?tab=members>`_
and community, bringing great value to the project. In addition to
keeping you from wheel-reinventing, using CakePHP means your
application’s core is well tested and is being constantly
Expand Down
10 changes: 5 additions & 5 deletions en/cakephp-overview/where-to-get-help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ The IRC channel
Bakery

If you’re stumped, give us a holler in the CakePHP IRC channel.
Someone from the development team is usually there, especially
during the daylight hours for North and South America users. We’d
love to hear from you, whether you need some help, want to find
users in your area, or would like to donate your brand new sports
car.
Someone from the `development team <https://github.com/cakephp?tab=members>`_
is usually there, especially during the daylight hours for North
and South America users. We’d love to hear from you, whether you
need some help, want to find users in your area, or would like to
donate your brand new sports car.

The Google Group
================
Expand Down
6 changes: 3 additions & 3 deletions en/contributing/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ branch, as you cannot edit it once the pull request is created.
.. note::

Remember that all code you contribute to CakePHP will be licensed under the
MIT License, and the Cake Software Foundation will become the owner of any
contributed code and all contributed code is subject to the `Contributors
license agreement <http://cakefoundation.org/pages/cla>`_.
MIT License, and the `Cake Software Foundation <http://cakefoundation.org/pages/about>`_
will become the owner of any contributed code and all contributed code is
subject to the `Contributors license agreement <http://cakefoundation.org/pages/cla>`_.

All bug fixes merged into a maintenance branch will also be merged into upcoming
releases periodically by the core team.
Expand Down

0 comments on commit 26330d6

Please sign in to comment.