Skip to content

Commit 7c0924d

Browse files
authored
Merge pull request #37 from seatable/minor-corrections
Changed SeaTable help URLs
2 parents 084b61d + cde04d9 commit 7c0924d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Welcome to the SeaTable Developer Manual, your comprehensive resource for levera
55
This guide illustrates **three fundamental approaches** to development within SeaTable:
66

77
1. [Scripting within SeaTable](/scripts/): Create custom logic or perform individual data processing using JavaScript or Python, both supported within SeaTable.
8-
1. [SeaTable Plugins](/plugins/): Develop plugins capable of interacting with, visualizing, and operating on data within a SeaTable Base.
9-
1. [Utilizing Any Programming Language with SeaTable's API](/clients/): Seamlessly interact with the SeaTable API to construct your own web pages or programs.
8+
1. [SeaTable plugins](/plugins/): Develop plugins capable of interacting with, visualizing, and operating on data within a SeaTable Base.
9+
1. [Utilizing any programming language with SeaTable's API](/clients/): Seamlessly interact with the SeaTable API to construct your own web pages or programs.
1010

1111
## Developer decision tree
1212

1313
![Image title](/media/developer_decision_tree.png){ align=left }
1414

1515
For guidance on choosing the right section within this manual, refer to the decision tree diagram above.
1616

17-
If you aim to integrate a software product with SeaTable, note that SeaTable supports multiple workflow automation tools such as [n8n](https://n8n.io/integrations/seatable/), [Zapier](https://zapier.com/apps/seatable/integrations), and [Make](https://www.make.com/en/integrations/seatable). Please refer to the [SeaTable User Manual](https://seatable.io/docs-category/skripte-api-integrationen/) for detailed information on these integrations, as they are not covered here.
17+
If you aim to integrate a software product with SeaTable, note that SeaTable supports multiple workflow automation tools such as [n8n](https://n8n.io/integrations/seatable/), [Zapier](https://zapier.com/apps/seatable/integrations), and [Make](https://www.make.com/en/integrations/seatable). Please refer to the [SeaTable User Manual](https://seatable.com/help/integrations/) for detailed information on these integrations, as they are not covered here.
1818

1919
## Target audience
2020

docs/introduction/basic_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can take the following python code and copy&paste it to SeaTable. It will re
6565

6666
### Gallery-Plugin
6767

68-
SeaTable provides some Plugins to visualize your data. Examples for such a plugin are the [Gallery](https://seatable.io/docs/plugins/anleitung-zum-galerie-plugin/?lang=auto), [Timeline](https://seatable.io/docs/plugins/anleitung-zum-timeline-plugin/?lang=auto), [Kanban](https://seatable.io/docs/plugins/anleitung-zum-kanban-plugin/?lang=auto) and so on. But SeaTable has everything that you build your own plugin. There are no limits to the imagination, it just requires some time and React skills.
68+
SeaTable provides some Plugins to visualize your data. Examples for such a plugin are the [Gallery](https://seatable.com/help/anleitung-zum-galerie-plugin/), [Timeline](https://seatable.com/help/anleitung-zum-timeline-plugin/), [Kanban](https://seatable.com/help/anleitung-zum-kanban-plugin/) and so on. But SeaTable has everything that you build your own plugin. There are no limits to the imagination, it just requires some time and React skills.
6969

7070
![Screenshot of the Galery Plugin](/media/gallery.png)
7171

docs/scripts/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Each chapter provides you with explanations about the available objects and meth
2121

2222
Here are some additional help articles from the [user manual](https://help.seatable.com) explaining how to create, execute and monitor a script in SeaTable:
2323

24-
- [Creating and deleting a script](https://seatable.io/docs/javascript-python/anlegen-und-loeschen-eines-skriptes/?lang=auto)
25-
- [Run script manually, by button or by automation](https://seatable.io/en/docs/javascript-python/skript-manuell-per-schaltflaeche-oder-automation-ausfuehren/?lang=auto)
26-
- [The execution log of scripts](https://seatable.io/en/docs/javascript-python/das-ausfuehrungslog-von-skripten/?lang=auto)
24+
- [Creating and deleting a script](https://seatable.com/help/anlegen-und-loeschen-eines-skriptes/)
25+
- [Run script manually, by button or by automation](https://seatable.com/help/skript-manuell-per-schaltflaeche-oder-automation-ausfuehren/)
26+
- [The execution log of scripts](https://seatable.com/help/das-ausfuehrungslog-von-skripten/)

docs/scripts/javascript/objects/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ All available functions to interact with the tables of a SeaTable base.
8383

8484
!!! question "deleteTable"
8585

86-
Delete a table from the base. By the way, the table can be [restored from the logs](https://seatable.io/docs/arbeiten-in-tabellen/eine-geloeschte-tabelle-wiederherstellen/?lang=auto).
86+
Delete a table from the base. By the way, the table can be [restored from the logs](https://seatable.com/help/eine-geloeschte-tabelle-wiederherstellen/).
8787

8888
``` js
8989
base.deleteTable(tableName: String);

0 commit comments

Comments
 (0)