From 7622d2020dbea503cb6a3b60be688563e4aeb6f5 Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Fri, 8 Nov 2024 10:31:47 +0100 Subject: [PATCH] fix-urls (#195) --- docs/1-introduction/7-license-open-source.md | 2 +- .../06-standard-modules/02-edit-fields/README.md | 2 +- .../3-administrator-guides/16-automation/2-cron/README.md | 8 ++++---- ...et-user-password-without-access-to-yetiforce-system.md | 2 +- .../6-github/1-access-data-to-YetiForce-system.md | 2 +- .../6-github/4-why-was-the-issue-ignored.md | 2 +- docs/5-contributing/4-issues-and-discussions.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/1-introduction/7-license-open-source.md b/docs/1-introduction/7-license-open-source.md index bd36efc4..2fb6c93d 100644 --- a/docs/1-introduction/7-license-open-source.md +++ b/docs/1-introduction/7-license-open-source.md @@ -182,7 +182,7 @@ Aktualnie w systemie YetiForce jest około 200 różnych bibliotek zależnych. A - nazwa licencji - treść licencji -Licencje można sprawdzić również na wersji publicznej dostępnej tutaj: https://gitdeveloper.yetiforce.com/ (jest to wersja developerskie i co jakiś czas może nie być dostępna) w zakładce: `Konfiguracja systemu → O aplikacji → Licencje` jak również bezpośrednio pod linkiem https://gitdeveloper.yetiforce.com/index.php?module=Vtiger&view=Credits&parent=Settings dostępnym po zalogowaniu [aby się zalogować, nie trzeba znać danych do logowania, są uzupełniane automatycznie]. +Licencje można sprawdzić również na wersji publicznej dostępnej tutaj: https://demo.yetiforce.com/ (jest to wersja developerskie i co jakiś czas może nie być dostępna) w zakładce: `Konfiguracja systemu → O aplikacji → Licencje` jak również bezpośrednio pod linkiem https://demo.yetiforce.com/index.php?module=Vtiger&view=Credits&parent=Settings dostępnym po zalogowaniu [aby się zalogować, nie trzeba znać danych do logowania, są uzupełniane automatycznie]. ## Przekazanie autorskich praw majątkowych diff --git a/docs/3-administrator-guides/06-standard-modules/02-edit-fields/README.md b/docs/3-administrator-guides/06-standard-modules/02-edit-fields/README.md index 04c5a702..789f4a24 100644 --- a/docs/3-administrator-guides/06-standard-modules/02-edit-fields/README.md +++ b/docs/3-administrator-guides/06-standard-modules/02-edit-fields/README.md @@ -45,5 +45,5 @@ Następujące pola mogą być dodane: - Aplikacja Web service :::info -💻 Demo: https://gitdeveloper.yetiforce.com/index.php?module=LayoutEditor&parent=Settings&view=Index +💻 Demo: https://demo.yetiforce.com/index.php?module=LayoutEditor&parent=Settings&view=Index ::: diff --git a/docs/3-administrator-guides/16-automation/2-cron/README.md b/docs/3-administrator-guides/16-automation/2-cron/README.md index 3f4fe2fa..909a5e46 100644 --- a/docs/3-administrator-guides/16-automation/2-cron/README.md +++ b/docs/3-administrator-guides/16-automation/2-cron/README.md @@ -52,7 +52,7 @@ CRON można włączyć w kilku prostych krokach: ### Windows - nie zaleca się używania Windows jako serwera dla systemu YetiForce. -### Adres URL może być używany do uruchomienia CRON, np. https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx +### Adres URL może być używany do uruchomienia CRON, np. https://demo.yetiforce.com/cron.php?app_key=xxxx `app_key` to klucz znajdujący się w pliku [config/Main.php](https://doc.yetiforce.com/code/classes/Config-Main.html#property_application_unique_key) w zmiennej `$application_unique_key`. @@ -61,7 +61,7 @@ CRON można włączyć w kilku prostych krokach: ### W przypadku problemów z wyzwalaniem CRON z CLI, istnieje alternatywa, ale nie zaleca się: ```bash -*/2 * * * * /usr/bin/lynx -source https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx -*/2 * * * * /usr/bin/wget -O - -q -t 1 https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx -*/2 * * * * curl -s https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx +*/2 * * * * /usr/bin/lynx -source https://demo.yetiforce.com/cron.php?app_key=xxxx +*/2 * * * * /usr/bin/wget -O - -q -t 1 https://demo.yetiforce.com/cron.php?app_key=xxxx +*/2 * * * * curl -s https://demo.yetiforce.com/cron.php?app_key=xxxx ``` diff --git a/docs/4-developer-guides/1-faq/1-how-to-reset-user-password-without-access-to-yetiforce-system.md b/docs/4-developer-guides/1-faq/1-how-to-reset-user-password-without-access-to-yetiforce-system.md index 5e0e39aa..4d8ed829 100644 --- a/docs/4-developer-guides/1-faq/1-how-to-reset-user-password-without-access-to-yetiforce-system.md +++ b/docs/4-developer-guides/1-faq/1-how-to-reset-user-password-without-access-to-yetiforce-system.md @@ -46,7 +46,7 @@ $password = ''; //Hasło, opcjonalnie ## 1.3 Uruchom skrypt -Jeśli uruchomisz skrypt przez przeglądarkę, wgraj plik do katalogu publicznego (jeśli webroot jest ustawiony na ten katalog) i uruchom adres CRM oraz nazwę skryptu, np. https://gitdeveloper.yetiforce.com/PasswordReset.php +Jeśli uruchomisz skrypt przez przeglądarkę, wgraj plik do katalogu publicznego (jeśli webroot jest ustawiony na ten katalog) i uruchom adres CRM oraz nazwę skryptu, np. https://demo.yetiforce.com/PasswordReset.php Jeśli uruchomisz skrypt z poziomu CLI, wgraj skrypt do katalogu głównego i uruchom plik. diff --git a/docs/4-developer-guides/6-github/1-access-data-to-YetiForce-system.md b/docs/4-developer-guides/6-github/1-access-data-to-YetiForce-system.md index e25abbad..795fb363 100644 --- a/docs/4-developer-guides/6-github/1-access-data-to-YetiForce-system.md +++ b/docs/4-developer-guides/6-github/1-access-data-to-YetiForce-system.md @@ -36,7 +36,7 @@ Dostęp musi zawierać uprawnienia do odczytu i zapisu plików, a mianowicie: - sposób szyfrowania danych (np.: FTP przez TLS) - ścieżka pod którą znajduje się system -Konfiguracja serwera zawsze musi być zgodna z aktualnymi wymogami konfiguracyjnymi opisanymi na [stronie](/introduction/requirements/). Niezgodność może powodować błędy w funkcjonowaniu systemu, dodatkowo nie będą działać mechanizmy debugowania. Do weryfikacji konfiguracji można wykorzystać narzędzie wbudowane w systemie i dostępne pod adresem https://gitstable.yetiforce.com/index.phpparent=Settings&module=ConfReport&view=Index&block=14&fieldid=65 +Konfiguracja serwera zawsze musi być zgodna z aktualnymi wymogami konfiguracyjnymi opisanymi na [stronie](/introduction/requirements/). Niezgodność może powodować błędy w funkcjonowaniu systemu, dodatkowo nie będą działać mechanizmy debugowania. Do weryfikacji konfiguracji można wykorzystać narzędzie wbudowane w systemie i dostępne pod adresem https://demo.yetiforce.com/index.phpparent=Settings&module=ConfReport&view=Index&block=14&fieldid=65 #### 4. Dostęp do bazy danych diff --git a/docs/4-developer-guides/6-github/4-why-was-the-issue-ignored.md b/docs/4-developer-guides/6-github/4-why-was-the-issue-ignored.md index ff921bc1..e8f8a6e6 100644 --- a/docs/4-developer-guides/6-github/4-why-was-the-issue-ignored.md +++ b/docs/4-developer-guides/6-github/4-why-was-the-issue-ignored.md @@ -35,7 +35,7 @@ We always try to trigger the error on the developer version of YetiForce, which ## 3. The issue was not tested on our server -The issue wasn't tested on https://gitdeveloper.yetiforce.com/ It's extremely important for the issue to be tested on our servers. If you skip that step, we might close it and label as ignored. It's due to the fact that we take care of hundreds of issues every month, and we can't guess the error's behavior on our servers. We don't want to waste our time trying to find the cause, especially if it turns out that everything is working just fine on our server, and the users are experiencing problems due to their server's incorrect configuration. If you add all the details on testing the error on our server, and the error still occurs, you can submit a new issue or request reopening the existing one. +The issue wasn't tested on https://demo.yetiforce.com/ It's extremely important for the issue to be tested on our servers. If you skip that step, we might close it and label as ignored. It's due to the fact that we take care of hundreds of issues every month, and we can't guess the error's behavior on our servers. We don't want to waste our time trying to find the cause, especially if it turns out that everything is working just fine on our server, and the users are experiencing problems due to their server's incorrect configuration. If you add all the details on testing the error on our server, and the error still occurs, you can submit a new issue or request reopening the existing one. ## 4. The issue is related to specific environment diff --git a/docs/5-contributing/4-issues-and-discussions.md b/docs/5-contributing/4-issues-and-discussions.md index 94917cb0..5bc16b28 100644 --- a/docs/5-contributing/4-issues-and-discussions.md +++ b/docs/5-contributing/4-issues-and-discussions.md @@ -12,7 +12,7 @@ tags: ## Test the software and report bugs -You can test our [development version](https://gitdeveloper.yetiforce.com) and report all problems you find using the [Issues tab](https://github.com/YetiForceCompany/YetiForceCRM/issues) in our [GitHub repository](https://github.com/YetiForceCompany/YetiForceCRM). +You can test our [development version](https://demo.yetiforce.com) and report all problems you find using the [Issues tab](https://github.com/YetiForceCompany/YetiForceCRM/issues) in our [GitHub repository](https://github.com/YetiForceCompany/YetiForceCRM). Remember that system testing and bug reporting is also considered contribution to the development of the system, because if we don't know that there is a bug, we can't fix it.