Skip to content

Commit d71c71c

Browse files
committed
update conda, readme
- version updates in conda - fix broken links README
1 parent dcb9ba1 commit d71c71c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ for each of the tasks/keywords in order to understand how the bot works in detai
6363

6464
### Documentation
6565

66-
1. [Work Items](https://robocorp.com/docs/development-guide/control-room/work-items)
67-
2. [Sharing robot code and libraries](https://robocorp.com/docs/development-guide/qa-and-best-practices/sharing-libraries)
68-
3. [How to write and use custom Robot Framework Python RPA libraries](https://robocorp.com/docs/development-guide/robot-framework/how-to-use-custom-python-libraries-in-your-robots#quick-recap-on-robot-framework-libraries-and-keywords)
66+
1. [Work Items](https://robocorp.com/docs-robot-framework/development-guide/control-room/work-items)
67+
2. [Sharing robot code and libraries](https://robocorp.com/docs-robot-framework/development-guide/qa-and-best-practices/sharing-libraries)
68+
3. [How to write and use custom Robot Framework Python RPA libraries](https://robocorp.com/docs-robot-framework/development-guide/robot-framework/how-to-use-custom-python-libraries-in-your-robots#quick-recap-on-robot-framework-libraries-and-keywords)
6969

7070
### Robot examples
7171

72-
- [Extended Robot Framework Template](https://robocorp.com/portal/robot/robocorp/template-extended)
73-
- [Producer-Consumer Model Template](https://robocorp.com/portal/robot/robocorp/template-producer-consumer)
74-
- [Web Store Order Processor Using Work Items](https://robocorp.com/portal/robot/robocorp/example-web-store-work-items)
75-
- [Reporting Producer-Consumer model with Excel and Browser](https://robocorp.com/portal/robot/robocorp/example-producer-consumer-reporting)
76-
- [Order in bulk the total number of requested robot parts](https://robocorp.com/portal/robot/robocorp/example-orders-distribution)
72+
- [Extended Robot Framework Template](https://github.com/robocorp/template-extended)
73+
- [Producer-Consumer Model Template](https://github.com/robocorp/template-producer-consumer)
74+
- [Web Store Order Processor Using Work Items](https://github.com/robocorp/example-web-store-work-items/tree/rfw)
75+
- [Reporting Producer-Consumer model with Excel and Browser](https://github.com/robocorp/example-producer-consumer-reporting)
76+
- [Order in bulk the total number of requested robot parts](https://github.com/robocorp/example-orders-distribution)

conda.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ channels:
66
- conda-forge
77

88
dependencies:
9-
- python=3.10.12 # https://pyreadiness.org/3.10
10-
- pip=23.2.1 # https://pip.pypa.io/en/stable/news
9+
- python=3.10.14 # https://pyreadiness.org/3.10
10+
- pip=24.0 # https://pip.pypa.io/en/stable/news
1111
- robocorp-truststore=0.8.0 # https://pypi.org/project/robocorp-truststore/
1212
- pip:
13-
- rpaframework==28.6.0 # https://rpaframework.org/releasenotes.html
13+
- rpaframework==28.6.2 # https://rpaframework.org/releasenotes.html

0 commit comments

Comments
 (0)