Skip to content

Commit 151a136

Browse files
committed
[update] readme updated, docusaurus.config.js links updated
1 parent e8e3272 commit 151a136

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ $ yarn start
2727

2828
[Download DHTMLX Pivot](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml)
2929

30-
[Live demos](https://snippet.dhtmlx.com/)
30+
[Live demos](https://snippet.dhtmlx.com/mhymus00?tag=pivot)
3131

32-
[Blog](https://dhtmlx.com/blog/)
32+
[Blog](hhttps://dhtmlx.com/blog/tag/pivot/)
3333

34-
[Forum](https://forum.dhtmlx.com/)
34+
[Forum](https://forum.dhtmlx.com/c/pivot/16)
3535

3636
## Follow us
3737

docusaurus.config.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -211,22 +211,22 @@ const config = {
211211
items: [
212212
{
213213
"label": "Examples",
214-
"href": "https://snippet.dhtmlx.com/", // TODO!!!
214+
"href": "https://snippet.dhtmlx.com/mhymus00?tag=pivot",
215215
"position": "right"
216216
},
217217
{
218218
"label": "Forum",
219-
"href": "https://forum.dhtmlx.com/", // TODO!!!
219+
"href": "https://forum.dhtmlx.com/c/pivot/16",
220220
"position": "right"
221221
},
222222
{
223223
"label": "Support",
224-
"href": "https://dhtmlx.com/docs/technical-support.shtml", // TODO!!!
224+
"href": "https://dhtmlx.com/docs/technical-support.shtml",
225225
"position": "right"
226226
},
227227
{
228228
"label": "Download",
229-
"href": "https://dhtmlx.com/docs/products/", // TODO!!!
229+
"href": "https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml",
230230
"position": "right"
231231
}
232232
],
@@ -239,21 +239,21 @@ const config = {
239239
"items": [
240240
{
241241
"label": "Download JS Pivot",
242-
"href": "https://dhtmlx.com/docs/products/", // TODO!!!
242+
"href": "https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml",
243243
"position": "right"
244244
},
245245
{
246246
"label": "Examples",
247-
"href": "https://snippet.dhtmlx.com/", // TODO!!!
247+
"href": "https://snippet.dhtmlx.com/mhymus00?tag=pivot",
248248
"position": "right"
249249
},
250250
{
251251
"label": "Blog",
252-
"href": "https://dhtmlx.com/blog/" // TODO!!!
252+
"href": "https://dhtmlx.com/blog/tag/pivot/"
253253
},
254254
{
255255
"label": "Forum",
256-
"href": "https://forum.dhtmlx.com/", // TODO!!!
256+
"href": "https://forum.dhtmlx.com/c/pivot/16",
257257
"position": "right"
258258
}
259259
]

0 commit comments

Comments
 (0)