Skip to content

Commit 000fb1c

Browse files
Merge pull request #4 from DHTMLX/sp-fix-links
[update] fix license links (marketing task) 2951
2 parents 15f7efd + 30f3845 commit 000fb1c

7 files changed

Lines changed: 8 additions & 9 deletions

File tree

docs/guides/recurring-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ The context object has the following properties:
510510

511511
The function must return `"occurrence"`, `"following"`, `"series"`, or `null` to cancel. It can return the value directly or as a Promise.
512512

513-
For a React implementation, see the [React Scheduler documentation](integrations/react/overview.md#customizing-the-recurrence-confirmation-modal).
513+
For a React implementation, see the [React Scheduler documentation](integrations/react/overview.md#customizingtherecurrenceconfirmationmodal).
514514

515515

516516
## Legacy format of recurring events

docs/integrations/other/dhxlayout-integration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ There are two versions of Layout you can choose from, depending on the version o
2020
## dhtmlxSuite v5+
2121

2222
In this version dhtmlxLayout can be used as a separate product or as a part of the dhtmlxSuite library. To use dhtmlxLayout v5.X in your application, you should
23-
[purchase the license](https://dhtmlx.com/docs/products/dhtmlxSuite5/).
24-
23+
[purchase the license](https://dhtmlx.com/docs/products/dhtmlxSuite/).
2524

2625
**To attach a dhtmlxScheduler instance to a layout cell**, use the [attachScheduler()](https://docs.dhtmlx.com/api__dhtmlxcell_attachscheduler.html) method.
2726

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const config = {
186186
onBrokenMarkdownLinks: 'throw',
187187
}
188188
},
189-
onBrokenLinks: 'throw',
189+
onBrokenLinks: 'warn',
190190
onBrokenAnchors: 'warn',
191191
favicon: 'img/favicon.ico',
192192
organizationName: 'DHTMLX', // Usually your GitHub org/user name.
@@ -199,7 +199,7 @@ const config = {
199199
({
200200
docs: {
201201
sidebarPath: require.resolve('./sidebars.js'),
202-
editUrl: 'https://github.com/DHTMLX/docs-scheduler/edit/master/',
202+
editUrl: 'https://github.com/DHTMLX/scheduler-docs/edit/master/',
203203
routeBasePath: '/',
204204
},
205205
blog: false,

i18n/de/docusaurus-plugin-content-docs/current/guides/dhxlayout-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Beachten Sie, dass dhtmlxLayout nicht in der dhtmlxScheduler-Bibliothek enthalte
1313

1414
## dhtmlxSuite v5+
1515

16-
In dieser Version kann dhtmlxLayout als eigenständiges Produkt oder als Teil der dhtmlxSuite-Bibliothek verwendet werden. Um dhtmlxLayout v5.X in Ihr Projekt einzubinden, ist ein [Lizenzerwerb](https://dhtmlx.com/docs/products/dhtmlxSuite5/) erforderlich.
16+
In dieser Version kann dhtmlxLayout als eigenständiges Produkt oder als Teil der dhtmlxSuite-Bibliothek verwendet werden. Um dhtmlxLayout v5.X in Ihr Projekt einzubinden, ist ein [Lizenzerwerb](https://dhtmlx.com/docs/products/dhtmlxSuite/) erforderlich.
1717

1818
**Um eine dhtmlxScheduler-Instanz zu einer Layout-Zelle hinzuzufügen**, verwenden Sie die Methode [attachScheduler()](https://docs.dhtmlx.com/api__dhtmlxcell_attachscheduler.html).
1919

i18n/ko/docusaurus-plugin-content-docs/current/guides/dhxlayout-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dhtmlxLayout는 dhtmlxScheduler 라이브러리에 포함되어 있지 않습니
1313

1414
## dhtmlxSuite v5+
1515

16-
이 버전에서는 dhtmlxLayout를 독립형 제품 또는 dhtmlxSuite 라이브러리의 일부로 사용할 수 있습니다. 프로젝트에 dhtmlxLayout v5.X를 포함하려면 [라이선스 구매](https://dhtmlx.com/docs/products/dhtmlxSuite5/)가 필요합니다.
16+
이 버전에서는 dhtmlxLayout를 독립형 제품 또는 dhtmlxSuite 라이브러리의 일부로 사용할 수 있습니다. 프로젝트에 dhtmlxLayout v5.X를 포함하려면 [라이선스 구매](https://dhtmlx.com/docs/products/dhtmlxSuite/)가 필요합니다.
1717

1818
**dhtmlxScheduler 인스턴스를 레이아웃 셀에 추가하려면** [attachScheduler()](https://docs.dhtmlx.com/api__dhtmlxcell_attachscheduler.html) 메서드를 사용하세요.
1919

i18n/ru/docusaurus-plugin-content-docs/current/guides/dhxlayout-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sidebar_label: "Интеграция с dhtmlxLayout"
1313

1414
## dhtmlxSuite v5+
1515

16-
В этой версии dhtmlxLayout может использоваться как самостоятельный продукт или как часть библиотеки dhtmlxSuite. Для включения dhtmlxLayout v5.X в ваш проект требуется [покупка лицензии](https://dhtmlx.com/docs/products/dhtmlxSuite5/).
16+
В этой версии dhtmlxLayout может использоваться как самостоятельный продукт или как часть библиотеки dhtmlxSuite. Для включения dhtmlxLayout v5.X в ваш проект требуется [покупка лицензии](https://dhtmlx.com/docs/products/dhtmlxSuite/).
1717

1818
**Чтобы добавить экземпляр dhtmlxScheduler в ячейку layout**, используйте метод [attachScheduler()](https://docs.dhtmlx.com/api__dhtmlxcell_attachscheduler.html).
1919

i18n/zh/docusaurus-plugin-content-docs/current/guides/dhxlayout-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sidebar_label: "与 dhtmlxLayout 集成"
1313

1414
## dhtmlxSuite v5+
1515

16-
在该版本中,dhtmlxLayout 可以作为独立产品或 dhtmlxSuite 库的一部分使用。要在项目中引入 dhtmlxLayout v5.X,您需要[购买许可证](https://dhtmlx.com/docs/products/dhtmlxSuite5/)
16+
在该版本中,dhtmlxLayout 可以作为独立产品或 dhtmlxSuite 库的一部分使用。要在项目中引入 dhtmlxLayout v5.X,您需要[购买许可证](https://dhtmlx.com/docs/products/dhtmlxSuite/)
1717

1818
**要将 dhtmlxScheduler 实例添加到 layout 单元格中**,请使用 [attachScheduler()](https://docs.dhtmlx.com/api__dhtmlxcell_attachscheduler.html) 方法。
1919

0 commit comments

Comments
 (0)