Skip to content

Commit 5fbc874

Browse files
committed
fix doc links
1 parent 136e6a2 commit 5fbc874

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = {
1313
favicon: 'img/favicon.ico',
1414

1515
// Set the production url of your site here
16-
url: 'https://www.crestapps.com',
16+
url: 'https://laravel-code-generator.crestapps.com',
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
1919
baseUrl: '/',

docs/versioned_docs/version-2.2.0/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Explore the project's source code on [GitHub](https://github.com/CrestApps/larav
5959

6060
#### (Optional) Using Laravel-Collective
6161

62-
Laravel-Code-Generator is fully capable of generating views using Laravel-Collective. To Generate views using it, you must first install Laravel-Collective into your project. Instructions on how to use it can be found [Laravel-Collective](using-laravel-collective.md)
62+
Laravel-Code-Generator is fully capable of generating views using Laravel-Collective. To Generate views using it, you must first install Laravel-Collective into your project. Instructions on how to use it can be found [Laravel-Collective](./using-laravel-collective)

docs/versioned_docs/version-2.3.0/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Explore the project's source code on [GitHub](https://github.com/CrestApps/larav
5959

6060
#### (Optional) Using Laravel-Collective
6161

62-
Laravel-Code-Generator is fully capable of generating views using Laravel-Collective. To Generate views using it, you must first install Laravel-Collective into your project. Instructions on how to use it can be found [Laravel-Collective](using-laravel-collective.md)
62+
Laravel-Code-Generator is fully capable of generating views using Laravel-Collective. To Generate views using it, you must first install Laravel-Collective into your project. Instructions on how to use it can be found [Laravel-Collective](./using-laravel-collective)

docs/versioned_docs/version-2.4.0/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Explore the project's source code on [GitHub](https://github.com/CrestApps/larav
5959

6060
#### (Optional) Using Laravel-Collective
6161

62-
Laravel-Code-Generator is fully capable of generating views using Laravel-Collective. To Generate views using it, you must first install Laravel-Collective into your project. Instructions on how to use it can be found [Laravel-Collective](using-laravel-collective.md)
62+
Laravel-Code-Generator is fully capable of generating views using Laravel-Collective. To Generate views using it, you must first install Laravel-Collective into your project. Instructions on how to use it can be found [Laravel-Collective](./using-laravel-collective)

0 commit comments

Comments
 (0)