Skip to content

Commit

Permalink
Fixed redirect links
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboDK committed Apr 21, 2023
1 parent 4af2587 commit 496fa60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Python/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ The `robodk` package is available on [PyPi](https://pypi.python.org/pypi/robodk/

![Python programming in RoboDK](https://raw.githubusercontent.com/RoboDK/RoboDK-API/master/Python/Python-Programming-RoboDK.png)

RoboDK can be used for a wide range of applications, such as 3D printing, robot machining, synchronizing multiple robots, pick and place, and so on.
* [Industrial Robot application examples](https://robodk.com/examples)
* [RoboDK Blog](https://robodk.com/blog)
RoboDK can be used for a wide range of robot manufacturing applications, such as robot machining, 3D printing, synchronizing multiple robots, pick and place, and so on.
* [Industrial Robot application examples](https://robodk.com/stations)
* [Robot library](https://robodk.com/library)
* [RoboDK Blog](https://robodk.com/blog/)
* [RoboDK Forum](https://robodk.com/forum/)

**Important:** The RoboDK API is not the same as the [RoboDK Plug-In interface](https://robodk.com/doc/en/PlugIns/index.html).

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ The RoboDK API provides an alternative to using vendor-specific programming lang
While RoboDK's graphical user interface can be used to create programs, it is possible to extend the robot controller limitations by using a universal programming language such as Python.
The following page provides an overview of the RoboDK API using Python: <https://robodk.com/offline-programming>.

RoboDK can be used for a wide range of applications, such as 3D printing, robot machining, synchronizing multiple robots, pick and place, and so on.
* [Industrial Robot application examples](https://robodk.com/examples)
* [RoboDK Blog](https://robodk.com/blog)
RoboDK can be used for a wide range of robot manufacturing applications, such as robot machining, 3D printing, synchronizing multiple robots, pick and place, and so on.
* [Industrial Robot application examples](https://robodk.com/stations)
* [Robot library](https://robodk.com/library)
* [RoboDK Blog](https://robodk.com/blog/)
* [RoboDK Forum](https://robodk.com/forum/)

**Important:** The RoboDK API is not the same as the [RoboDK Plug-In interface](https://robodk.com/doc/en/PlugIns/index.html).

Expand Down

0 comments on commit 496fa60

Please sign in to comment.