Skip to content

Commit 62d1968

Browse files
committed
correcting URL
1 parent 372293a commit 62d1968

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -679,13 +679,13 @@ try {
679679
[Phalcon\Mvc\Application][mvc-application] can send events to the [EventsManager][events] if present. Events are triggered using the type application. The supported events are:
680680

681681

682-
| Event Name | Triggered |
683-
|-----------------------|--------------------------------------------------------------|
684-
| `boot` | Executed when the application handles its first request |
682+
| Event Name | Triggered |
683+
|-----------------------|----------------------------------------------------------------|
684+
| `boot` | Executed when the application handles its first request |
685685
| `beforeStartModule` | Before initializing a module, only when modules are registered |
686686
| `afterStartModule` | After initializing a module, only when modules are registered |
687-
| `beforeHandleRequest` | Before execute the dispatch loop |
688-
| `afterHandleRequest` | After execute the dispatch loop |
687+
| `beforeHandleRequest` | Before execute the dispatch loop |
688+
| `afterHandleRequest` | After execute the dispatch loop |
689689

690690
Here's an example of how to attach listeners to this component:
691691

docs/contributions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When you create a pull request, we have a handy template to help you describe wh
2828
## Documentation
2929
If programming in Zephir seems daunting, there are plenty of areas that you can contribute. You can always check the documentation for any typographic or context errors. You could also enhance the documentation with more examples on the respective pages.
3030

31-
All you have to do is go to our [docs-apps][phalcon-docs-apps] repository, fork it, make the changes, and send us a pull request.
31+
All you have to do is go to our [documentation][phalcon-documentation] repository, fork it, make the changes, and send us a pull request.
3232

3333
## Translations
3434
We have removed the translations from v5.5.x onward. There was not that much traffic from the community to help with translating the documentation into different languages.
@@ -84,7 +84,7 @@ Thanks!
8484
[github]: https://github.com
8585
[phalcon-org]: https://github.com/phalcon
8686
[github-pr]: https://help.github.com/articles/using-pull-requests/
87-
[phalcon-docs-app]: https://github.com/phalcon/docs-app
87+
[phalcon-documentation]: https://github.com/phalcon/documentation
8888
[phalcon-discussions]: https://phalcon.io/discussions
8989
[phalcon-discord]: https://phalcon.io/discord
9090
[tests]: reproducible-tests.md

0 commit comments

Comments
 (0)