Skip to content

Commit f1c6367

Browse files
committed
docs: use codeigniter.com URLs for user gude
1 parent 70d25a7 commit f1c6367

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ More information about the plans for version 4 can be found in [CodeIgniter 4](h
2424

2525
### Documentation
2626

27-
The [User Guide](https://codeigniter4.github.io/userguide/) is the primary documentation for CodeIgniter 4.
27+
The [User Guide](https://codeigniter.com/user_guide/) is the primary documentation for CodeIgniter 4.
2828

2929
You will also find the [current **in-progress** User Guide](https://codeigniter4.github.io/CodeIgniter4/).
3030
As with the rest of the framework, it is a work in progress, and will see changes over time to structure, explanations, etc.

admin/framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It has been built from the
1111

1212
More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.
1313

14-
You can read the [user guide](https://codeigniter4.github.io/userguide/)
14+
You can read the [user guide](https://codeigniter.com/user_guide/)
1515
corresponding to the latest version of the framework.
1616

1717
## Important Change with index.php

admin/starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It has been built from the
1111

1212
More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.
1313

14-
You can read the [user guide](https://codeigniter4.github.io/userguide/)
14+
You can read the [user guide](https://codeigniter.com/user_guide/)
1515
corresponding to the latest version of the framework.
1616

1717
## Installation & updates

admin/starter/tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use to test your application. Those details can be found in the documentation.
77

88
## Resources
99

10-
* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html)
10+
* [CodeIgniter 4 User Guide on Testing](https://codeigniter.com/user_guide/testing/index.html)
1111
* [PHPUnit docs](https://phpunit.de/documentation.html)
1212
* [Any tutorials on Unit testing in CI4?](https://forum.codeigniter.com/showthread.php?tid=81830)
1313

@@ -38,7 +38,7 @@ In order to set up the database edit the details for the `tests` group in
3838
**app/Config/Database.php** or **.env**.
3939
Make sure that you provide a database engine that is currently running on your machine.
4040
More details on a test database setup are in the
41-
[Testing Your Database](https://codeigniter4.github.io/userguide/testing/database.html) section of the documentation.
41+
[Testing Your Database](https://codeigniter.com/user_guide/testing/database.html) section of the documentation.
4242

4343
## Running the tests
4444

@@ -114,5 +114,5 @@ Review the links above and always pay attention to your code coverage.
114114
Tests can include migrating, seeding, and testing against a mock or live database.
115115
Be sure to modify the test case (or create your own) to point to your seed and migrations
116116
and include any additional steps to be run before tests in the `setUp()` method.
117-
See [Testing Your Database](https://codeigniter4.github.io/userguide/testing/database.html)
117+
See [Testing Your Database](https://codeigniter.com/user_guide/testing/database.html)
118118
for details.

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use to test your application. Those details can be found in the documentation.
77

88
## Resources
99

10-
* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html)
10+
* [CodeIgniter 4 User Guide on Testing](https://codeigniter.com/user_guide/testing/index.html)
1111
* [PHPUnit docs](https://phpunit.de/documentation.html)
1212
* [Any tutorials on Unit testing in CI4?](https://forum.codeigniter.com/showthread.php?tid=81830)
1313

0 commit comments

Comments
 (0)