Skip to content

Commit d046e88

Browse files
authored
Merge pull request #59 from hhslepicka/fix-readme-links
DOC: Update README image links.
2 parents f3997ff + ed45b97 commit d046e88

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Operate any UI interface independent of the technology or platform (desktop, web
4444

4545
Use our Development Tool alongside your favorite IDE to select UI components and generate python code.
4646

47-
[![BotCity Studio](https://developers.botcity.dev/github/readme/studio/studio.gif)](https://botcity.atlassian.net/l/c/eBJ6bLLV)
47+
[![BotCity Studio](https://botcity.dev/github/readme/studio/studio.gif)](https://botcity.atlassian.net/l/c/eBJ6bLLV)
4848

49-
[SIGN UP](https://developers.botcity.dev/app/signup) and download our tools.
49+
[SIGN UP](https://botcity.dev/app/signup) and download our tools.
5050

5151

5252
## 🚀 Getting Started
@@ -55,7 +55,7 @@ Use our Development Tool alongside your favorite IDE to select UI components and
5555
* Python 3.7+
5656
* botcity-framework-base
5757
* beautifulsoup4
58-
* msedge-selenium-tools
58+
* msedge-selenium-tools
5959
* numpy
6060
* opencv-python
6161
* pillow
@@ -69,55 +69,55 @@ pip install botcity-framework-web
6969

7070
### ⭐ Developing Your First Automation
7171

72-
[![First Automation](https://developers.botcity.dev/github/readme/python-web/firstbot.png)](https://botcity-dev.github.io/botcity-framework-web-python/intro/)
72+
[![First Automation](https://botcity.dev/github/readme/python-web/firstbot.png)](https://botcity-dev.github.io/botcity-framework-web-python/intro/)
7373

7474
## 📚 Documentation
7575

7676
Documentation is available at https://botcity-dev.github.io/botcity-framework-web-python.
7777

7878
## 💻 Developers Portal
7979

80-
[![Developers Portal](https://developers.botcity.dev/github/readme/portal.png)](https://botcity.atlassian.net/l/c/boMU4TX9)
80+
[![Developers Portal](https://botcity.dev/github/readme/portal.png)](https://documentation.botcity.dev)
8181

8282
## 💬 Forum
8383

84-
[![Forum](https://developers.botcity.dev/github/readme/forum.png)](https://community.botcity.dev/)
84+
[![Forum](https://botcity.dev/github/readme/forum.png)](https://community.botcity.dev/)
8585

8686
## 🌎 BotCity Automation Platform
8787
BotCity is a platform to develop, deploy, manage and maintain automations. Automations can be developed in Python or Java using open-source libraries that are market standard.
8888

8989
### 1️⃣ All in One Platform
9090
Develop, deploy, manage and scale your Automation Ops using All in One platform that provides task queue, runtime environment management, reports, alerts, logs and much more.
9191

92-
[![BotCity Maestro](https://developers.botcity.dev/github/readme/maestro/maestro.png)](https://botcity.atlassian.net/l/c/WWGswYRX)
92+
[![BotCity Maestro](https://botcity.dev/github/readme/maestro/maestro.png)](https://botcity.atlassian.net/l/c/WWGswYRX)
9393

9494
### 2️⃣ Deploy with a Single Line
9595

9696
Use BotCity command-line interface (CLI) to deploy your bot into a runtime environment with a single line:
9797

98-
[![BotCity CLI](https://developers.botcity.dev/github/readme/cli/botcli.gif)](https://botcity.atlassian.net/l/c/hJHE1ZFv)
98+
[![BotCity CLI](https://botcity.dev/github/readme/cli/botcli.gif)](https://botcity.atlassian.net/l/c/hJHE1ZFv)
9999

100100
### 3️⃣ Manage your Task Queue
101101

102-
[![BotCity Maestro Task Queue](https://developers.botcity.dev/github/readme/maestro/tasks.png)](https://botcity.atlassian.net/l/c/gR3AAd2a)
102+
[![BotCity Maestro Task Queue](https://botcity.dev/github/readme/maestro/tasks.png)](https://botcity.atlassian.net/l/c/gR3AAd2a)
103103

104104
### 4️⃣ Manage your Runtime Environments
105105

106-
[![BotCity Maestro Machines](https://developers.botcity.dev/github/readme/maestro/machines.png)](https://botcity.atlassian.net/l/c/uDB087nK)
106+
[![BotCity Maestro Machines](https://botcity.dev/github/readme/maestro/machines.png)](https://botcity.atlassian.net/l/c/uDB087nK)
107107

108108
### 5️⃣ Create Alerts and Reports from the Automation Execution
109109

110-
[![BotCity Maestro Alerts](https://developers.botcity.dev/github/readme/maestro/alerts.png)](https://botcity.atlassian.net/l/c/McH09qYw)
110+
[![BotCity Maestro Alerts](https://botcity.dev/github/readme/maestro/alerts.png)](https://botcity.atlassian.net/l/c/McH09qYw)
111111

112112
### 6️⃣ Create Google Data Studio Dashboards
113113

114-
[![BotCity Maestro Dashboards](https://developers.botcity.dev/github/readme/maestro/dashboard.png)](https://botcity.atlassian.net/l/c/Z1uMY1vX)
114+
[![BotCity Maestro Dashboards](https://botcity.dev/github/readme/maestro/dashboard.png)](https://botcity.atlassian.net/l/c/Z1uMY1vX)
115115

116116
### 7️⃣ Create your Community Account
117117

118118
We have a community account for hobbyists and students. Just signup and start automating.
119119

120-
[![Sign Up](https://developers.botcity.dev/github/readme/signup.png)](https://developers.botcity.dev/app/signup)
120+
[![Sign Up](https://botcity.dev/github/readme/signup.png)](https://botcity.dev/app/signup)
121121

122122

123123
## 🤝 Contributing to BotCity Framework

0 commit comments

Comments
 (0)