diff --git a/ProcessMaker/Http/Middleware/GenerateMenus.php b/ProcessMaker/Http/Middleware/GenerateMenus.php
index f54422f174..63182e0d0c 100644
--- a/ProcessMaker/Http/Middleware/GenerateMenus.php
+++ b/ProcessMaker/Http/Middleware/GenerateMenus.php
@@ -179,7 +179,7 @@ public function handle(Request $request, Closure $next)
'id' => 'dropdownItem',
]);
$submenu->add(__('Documentation'), [
- 'url' => 'https://processmaker.gitbook.io/processmaker',
+ 'url' => 'https://docs.processmaker.com',
'icon' => 'fa-question-circle',
'id' => 'dropdownItem',
'target' => '_blank',
diff --git a/README.md b/README.md
index d5a27243fe..323822ace0 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ https://processmaker.atlassian.net/wiki/spaces/PM4/pages/480149598/Server+Deploy
The online documentation for usage of ProcessMaker 4 can be found by clicking the link below.
-https://processmaker.gitbook.io/processmaker/
+https://docs.processmaker.com/
## Testing
All PRs for PM4 and it's packages should be accompanied by a test.
diff --git a/resources/js/components/NavbarProfile.vue b/resources/js/components/NavbarProfile.vue
index f389226979..274d526067 100644
--- a/resources/js/components/NavbarProfile.vue
+++ b/resources/js/components/NavbarProfile.vue
@@ -61,7 +61,7 @@
{
line = line.replace("{dataVariable}", "data");
line = line.replace("{configVariable}", "config");
line = line.replace("{apiExample}", "users_api:get_users(filter, order_by, order_direction, per_page, include)");
- line = line.replace("{apiDocsUrl}", "https://processmaker.gitbook.io/processmaker/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
+ line = line.replace("{apiDocsUrl}", "https://docs.processmaker.com/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
format = ` ${line}`;
}
content.push(format);
@@ -89,7 +89,7 @@ Vue.filter("csharp", (value) => {
line = line.replace("{dataVariable}", "data");
line = line.replace("{configVariable}", "config");
line = line.replace("{apiExample}", "apiInstance.GetUserById(id)");
- line = line.replace("{apiDocsUrl}", "https://processmaker.gitbook.io/processmaker/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
+ line = line.replace("{apiDocsUrl}", "https://docs.processmaker.com/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
format = line;
}
content.push(format);
@@ -114,7 +114,7 @@ Vue.filter("java", (value) => {
line = line.replace("{dataVariable}", "data");
line = line.replace("{configVariable}", "config");
line = line.replace("{apiExample}", "apiInstance.getUserByID(id);");
- line = line.replace("{apiDocsUrl}", "https://processmaker.gitbook.io/processmaker/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
+ line = line.replace("{apiDocsUrl}", "https://docs.processmaker.com/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
format = ` * ${line}`;
}
content.push(format);
@@ -135,7 +135,7 @@ Vue.filter("python", (value) => {
line = line.replace("{dataVariable}", "the data variable");
line = line.replace("{configVariable}", "the config variable");
line = line.replace("{apiExample}", ":");
- line = line.replace("{apiDocsUrl}", "https://processmaker.gitbook.io/processmaker/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
+ line = line.replace("{apiDocsUrl}", "https://docs.processmaker.com/designing-processes/scripts/script-editor#processmaker-and-environment-variable-syntax-usage-sdk-and-examples");
format = `# ${line}`;
content.push(format);
});
diff --git a/resources/views/about/index.blade.php b/resources/views/about/index.blade.php
index fc4d4f595f..1b68a4bfe4 100644
--- a/resources/views/about/index.blade.php
+++ b/resources/views/about/index.blade.php
@@ -24,7 +24,7 @@
{{__('Report an issue')}}
- {{__('Documentation')}}
+ {{__('Documentation')}}
@if ($packages)
{{ __('Packages Installed') }}