Skip to content

Commit c5fdf17

Browse files
committed
Change domain name
1 parent 45cd71e commit c5fdf17

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/ISSUE_TEMPLATE.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Questions should go to https://forum.phalconphp.com
1+
> Questions should go to https://forum.phalcon.io
22
> Documentation issues should go to https://github.com/phalcon/docs/issues
33
44
### Expected and Actual Behavior
@@ -23,5 +23,4 @@
2323
* PHP Version: (`php -v`)
2424
* Operating System:
2525
* Server: Nginx | Apache | Other
26-
* Other related info (Database, table schema):
27-
26+
* Other related info (Database, table schema):

bootstrap/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if (!extension_loaded('phalcon')) {
1515
throw new Exception(
1616
"Phalcon extension isn't installed, follow these instructions to install it: " .
17-
'https://docs.phalconphp.com/en/latest/installation'
17+
'https://docs.phalcon.io/en/latest/installation'
1818
);
1919
}
2020

phalcon.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ check_install(){
110110
printf "\n"
111111
printf "\nIn case of problems: "
112112
printf "${YELLOW}https://github.com/phalcon/phalcon-devtools/issues${NC} "
113-
printf "\n and: ${YELLOW}https://forum.phalconphp.com${NC}"
113+
printf "\n and: ${YELLOW}https://forum.phalcon.io${NC}"
114114
printf "\n"
115115

116116
check_bash

tests/_support/Module/UnitTest.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
* Base class for all Unit tests
1212
*
1313
* @copyright (c) 2011-2017 Phalcon Team
14-
* @link http://www.phalconphp.com
15-
* @author Andres Gutierrez <andres@phalconphp.com>
16-
* @author Nikolaos Dimopoulos <nikos@phalconphp.com>
14+
* @link http://www.phalcon.io
15+
* @author Andres Gutierrez <andres@phalcon.io>
16+
* @author Nikolaos Dimopoulos <nikos@phalcon.io>
1717
* @package Phalcon\Test\Module
1818
*
1919
* The contents of this file are subject to the New BSD License that is
2020
* bundled with this package in the file LICENSE.txt
2121
*
2222
* If you did not receive a copy of the license and are unable to obtain it
23-
* through the world-wide-web, please send an email to license@phalconphp.com
23+
* through the world-wide-web, please send an email to license@phalcon.io
2424
* so that we can send you a copy immediately.
2525
*/
2626
class UnitTest extends Unit

0 commit comments

Comments
 (0)