Skip to content

Commit d6d7f11

Browse files
committed
fixed tools and stars that were moved to MarketSquare
1 parent 800e410 commit d6d7f11

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: src/content/resources/libraries.mjs

+6-6
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default () => ([
148148
},
149149
{
150150
name: 'Mainframe3270 Library',
151-
href: 'https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/blob/master/README.md',
151+
href: 'https://github.com/MarketSquare/Robot-Framework-Mainframe-3270-Library/blob/master/README.md',
152152
description: 'Allows the creation of automated test scripts to test IBM Mainframe 3270.',
153153
tags: ['ibm']
154154
},
@@ -178,13 +178,13 @@ export default () => ([
178178
},
179179
{
180180
name: 'Rammbock',
181-
href: 'https://github.com/robotframework/Rammbock#readme',
181+
href: 'https://github.com/MarketSquare/Rammbock#readme',
182182
description: 'Generic network protocol test library that offers easy way to specify network packets and inspect the results of sent and received packets.',
183183
tags: ['http']
184184
},
185185
{
186186
name: 'RemoteSwingLibrary',
187-
href: 'https://github.com/robotframework/remoteswinglibrary',
187+
href: 'https://github.com/MarketSquare/remoteswinglibrary',
188188
description: 'Testing and connecting to a java process and using SwingLibrary, especially Java Web Start applications.',
189189
tags: ['java']
190190
},
@@ -255,19 +255,19 @@ export default () => ([
255255
},
256256
{
257257
name: 'SoapLibrary',
258-
href: 'https://github.com/Altran-PT-GDC/Robot-Framework-SOAP-Library',
258+
href: 'https://github.com/MarketSquare/Robot-Framework-SOAP-Library',
259259
description: 'Designed for those who want to work with webservice automation as if they were using SoapUI, make a request through an XML file, and receive the response in another XML file.',
260260
tags: ['http']
261261
},
262262
{
263263
name: 'SSHLibrary',
264-
href: 'https://github.com/robotframework/SSHLibrary',
264+
href: 'https://github.com/MarketSquare/SSHLibrary',
265265
description: 'Enables executing commands on remote machines over an SSH connection. Also supports transfering files using SFTP.',
266266
tags: ['ftp', 'ssh']
267267
},
268268
{
269269
name: 'SwingLibrary',
270-
href: 'https://github.com/robotframework/SwingLibrary/wiki',
270+
href: 'https://github.com/MarketSquare/SwingLibrary/wiki',
271271
description: 'Testing Java applications with Swing GUI.',
272272
tags: ['java', 'ui']
273273
},

Diff for: src/content/resources/tools.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default () => ([
2020
{
2121
name: 'RobotCode',
2222
description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
23-
href: 'https://github.com/d-biehl/robotcode',
23+
href: 'https://github.com/robotcodedev/robotcode',
2424
tags: ['editor', 'vscode']
2525
},
2626
{
@@ -110,7 +110,7 @@ export default () => ([
110110
{
111111
name: 'DbBot',
112112
description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
113-
href: 'https://github.com/robotframework/DbBot',
113+
href: 'https://github.com/MarketSquare/DbBot',
114114
tags: ['']
115115
},
116116
{
@@ -184,7 +184,7 @@ export default () => ([
184184
description: 'RobotFramework AIO combines test development and execution into a single, integrated environment with VSCodium, Robot Framework, and additional keyword libraries. With just three clicks, a fully pre-configured installation is ready, offering version control to ensure reproducible and predictable test results. This solution simplifies test case development and production testing through seamless integration and continuous updates.',
185185
href: 'https://robotframework-aio.org',
186186
tags: ['IDTE']
187-
},
187+
},
188188
{
189189
name: 'Robot Tools',
190190
description: 'Collection of supporting tools that can be used with Robot Framework.',

0 commit comments

Comments
 (0)