Skip to content

Commit b610c57

Browse files
committed
update repository links to point to antidot framework orgnization
1 parent 56b27a6 commit b610c57

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This framework is based on concepts and components of other open source software
2020

2121
### Installation
2222

23-
> https://github.com/kpicaza/antidot-starter
23+
> https://github.com/antidot-framework/antidot-starter
2424
2525
Using [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) package manager
2626

@@ -55,7 +55,7 @@ README.md
5555

5656
## Running Application
5757

58-
> https://github.com/kpicaza/antidot-framework
58+
> https://github.com/antidot-framework/antidot-framework
5959
6060
### Running PHP build in web server
6161

@@ -189,7 +189,7 @@ class SomeRequestHandler implements RequestHandlerInterface
189189
190190
## Dependency Injection
191191

192-
> https://github.com/kpicaza/antidot-symfony-config.translator
192+
> https://github.com/antidot-framework/antidot-symfony-config-translator
193193
194194
Auto wired dependency injection system, the only thing you have to do is declare dependencies in `config/autoload/` directory
195195

@@ -605,7 +605,7 @@ return [
605605

606606
## Logger
607607

608-
> https://github.com/kpicaza/antidot-logger
608+
> https://github.com/antidot-framework/antidot-logger
609609
610610
[Psr 3 Logger](https://github.com/php-fig/logger) implementation by Monolog.
611611

@@ -737,7 +737,7 @@ class HomePageRequestHandler implements RequestHandlerInterface
737737

738738
## Event System
739739

740-
> https://github.com/kpicaza/antidot-event-dispatcher
740+
> https://github.com/antidot-framework/antidot-event-dispatcher
741741
742742
[Psr 14 Event dispatcher](https://github.com/php-fig/event-dispatcher) implementation.
743743

@@ -909,6 +909,8 @@ final class SomeEvent extends Event
909909

910910
## Console Line Tool
911911

912+
> https://github.com/antidot-framework/antidot-cli
913+
912914
The CLI component is available in `bin/console` file, you can watch listed commands executing it in a terminal
913915

914916
````bash

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
window.$docsify = {
2121
coverpage: true,
2222
name: 'Antidot Framework',
23-
repo: 'https://github.com/kpicaza/antidot-starter.git',
23+
repo: 'https://github.com/antidot-framework/antidot-starter.git',
2424
tabs: {
2525
persist : true, // default
2626
sync : true, // default

0 commit comments

Comments
 (0)