diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 036f4505..a07fd0f5 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -64,7 +64,7 @@ export default () => ([ tags: ['db'] }, { - name: 'Debug Library', + name: 'DebugLibrary', href: 'https://github.com/xyb/robotframework-debuglibrary', description: 'A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.' }, diff --git a/src/content/resources/tools.mjs b/src/content/resources/tools.mjs index 69cfdd24..68e37142 100644 --- a/src/content/resources/tools.mjs +++ b/src/content/resources/tools.mjs @@ -53,12 +53,6 @@ export default () => ([ href: 'https://github.com/vkosuri/npp-robot', tags: ['editor'] }, - { - name: 'RED', - description: 'Eclipse based editor with a debugger by Nokia.', - href: 'https://github.com/nokia/RED', - tags: ['editor'] - }, { name: 'Language Server for PyCharm', description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',