Skip to content

Commit

Permalink
Fix most of the broken links.
Browse files Browse the repository at this point in the history
There were a few broken links that I couldn't figure out a sane target
for.

Refs cakephp#3735
  • Loading branch information
markstory committed Feb 13, 2016
1 parent 58d2e76 commit 996e071
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 19 deletions.
9 changes: 4 additions & 5 deletions en/appendices/new-features-in-cakephp-1-3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ to set currency parameter sets, so you don't have to retype them::

The form helper has had a number of improvements and API
modifications, see
`Form Helper improvements <http://book.cakephp.org/view/1616/x1-3-improvements>`_
`Form Helper improvements <http://book.cakephp.org/1.3/en/The-Manual/Core-Helpers/Form.html#improvements>`_
for more information.

Logging
~~~~~~~

Logging and ``CakeLog`` have been enhanced considerably, both in
features and flexibility. See
`New Logging features <http://book.cakephp.org/view/1194/Logging>`_ for more information.
`New Logging features <http://book.cakephp.org/1.3/en/The-Manual/Common-Tasks-With-CakePHP/Logging.html/>`_ for more information.

Caching
~~~~~~~
Expand Down Expand Up @@ -181,8 +181,7 @@ could do::

- Missing Validation methods now trigger errors, making debugging
why validation isn't working easier.
- Models now support
`virtual fields <http://book.cakephp.org/view/1608/Virtual-fields>`_
- Models now support virtual fields.

**Behaviors**

Expand Down Expand Up @@ -266,7 +265,7 @@ Console

Bake has had a number of significant changes made to it. Those
changes are detailed in
`the bake updates section <http://book.cakephp.org/view/1611/Bake-improvements-in-1-3>`_
`the bake updates section <http://book.cakephp.org/1.3/en/The-Manual/Core-Helpers/Form.html#improvements>`_

**Subclassing**

Expand Down
2 changes: 1 addition & 1 deletion en/contributing/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ 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 <http://cakefoundation.org/pages/about>`_
MIT License, and the `Cake Software Foundation <http://cakefoundation.org/>`_
will become the owner of any contributed code. Contributors should follow the
`CakePHP Community Guidelines <http://community.cakephp.org/guidelines>`_.

Expand Down
1 change: 0 additions & 1 deletion es/cakephp-overview/what-is-cakephp-why-use-it.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ mejorado.

He aquí una lista rápida de las características que disfrutarás al utilizar CakePHP:

- `Comunidad amigable <http://cakephp.org/feeds>`_
- `Licencia flexible <http://en.wikipedia.org/wiki/MIT_License>`_
- Compatible con las versiones de PHP 5.2.6 y superiores.
- Contiene `CRUD <http://en.wikipedia.org/wiki/Create,_read,_update_and_delete>`_ para la interacción de la base de datos.
Expand Down
2 changes: 1 addition & 1 deletion es/installation/advanced-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ con una estructura de directorios diferente.

- /app/webroot/index.php
- /app/webroot/test.php (si usas tests
`Testing <view/1196/Testing>`_ .)
`Testing </development/testing>`_ .)

Hay 3 constantes que necesitarás cambiar: ``ROOT``,
``APP_DIR`` y ``CAKE_CORE_INCLUDE_PATH``.
Expand Down
10 changes: 6 additions & 4 deletions es/tutorials-and-examples.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Tutoriales y Ejemplos
#####################

En esta sección puedes encontrar varias aplicaciones completas construidas en CakePHP que te ayudarán a comprender el framework y ver cómo se relacionan todas las piezas.
En esta sección puedes encontrar varias aplicaciones completas construidas en
CakePHP que te ayudarán a comprender el framework y ver cómo se relacionan todas
las piezas.

También puedes ver otros ejemplos en:
`CakeForge <http://plugins.cakephp.org/>`_ y en
`Bakery <http://bakery.cakephp.org/>`_ encontrarás también componentes listos para usar. No olvides que puedes ver el `código fuente del manual de CakePHP <http://thechaw.com/cakebook/>`_.
También puedes ver otros ejemplos en: `CakePackages
<http://plugins.cakephp.org/>`_ y en `Bakery <http://bakery.cakephp.org/>`_
encontrarás también componentes listos para usar.

.. toctree::
:maxdepth: 1
Expand Down
9 changes: 4 additions & 5 deletions fr/appendices/new-features-in-cakephp-1-3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ de configurer des ensembles de paramètres de monnaie, pour que vous n'ayez pas
**FormHelper**

Le helper form a eu un certain nombre d'améliorations et de modifications de
l'API, regardez `les améliorations du Hemper Form <http://book.cakephp.org/view/1616/x1-3-improvements>`_
l'API, regardez `les améliorations du Hemper Form <http://book.cakephp.org/1.3/en/The-Manual/Core-Helpers/Form.html#improvements>`_
pour plus d'informations.

Logging
~~~~~~~

La connexion et ``CakeLog`` ont été améliorés considérablement, les deux dans
les fonctionnalités et la flexibilité. Regardez
`New Logging features <http://book.cakephp.org/view/1194/Logging>`_ pour plus
`New Logging features <http://book.cakephp.org/1.3/en/The-Manual/Common-Tasks-With-CakePHP/Logging.html/>`_ pour plus
d'informations.

Caching
Expand Down Expand Up @@ -191,8 +191,7 @@ plugin WebservicePack avec une source de données LastFm

- Missing Validation methods now trigger errors, making debugging
why validation isn't working easier.
- Models now support
`virtual fields <http://book.cakephp.org/view/1608/Virtual-fields>`_
- Models now support virtual fields.

**Behaviors**

Expand Down Expand Up @@ -273,7 +272,7 @@ Console

Bake has had a number of significant changes made to it. Those
changes are detailed in
`the bake updates section <http://book.cakephp.org/view/1611/Bake-improvements-in-1-3>`_
`the bake updates section <http://book.cakephp.org/1.3/en/The-Manual/Core-Console-Applications/Code-Generation-with-Bake.html#bake-improvements-in-1-3>`_

**Subclassing**

Expand Down
1 change: 0 additions & 1 deletion fr/core-libraries/components/access-control-lists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ pour créer les permissions entre les deux arbres).
données modifiée. Le component ACL utilise le comportement en arbre de
CakePHP pour gérer les héritages d'arbres. Les fichiers de model de
classe pour ACL sont compilés dans un seul fichier db_acl.php.
`db\_acl.php <http://api.cakephp.org/file/cake/libs/model/db_acl.php>`_.

Maintenant que nous avons tout configuré, attelons-nous à la création de
quelques arbres ARO et ACO.
Expand Down
2 changes: 1 addition & 1 deletion pt/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Métodos dos Controllers

Para uma lista completa dos métodos e suas descrições, visite a API do CakePHP.
Siga para `http://api20.cakephp.org/class/controller
<http://api20.cakephp.org/class/controller>`_.
<http://api.cakephp.org/2.8/class-Controller.html>`_.

Interagindo Com as Views
------------------------
Expand Down

0 comments on commit 996e071

Please sign in to comment.