Skip to content

Commit f98455f

Browse files
committed
fix resource typo
1 parent 35dec5e commit f98455f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/content/resources/builtin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default () => ([
3737
},
3838
{
3939
name: 'Remote',
40-
href: 'httpss://github.com/robotframework/RemoteInterface',
40+
href: 'https://github.com/robotframework/RemoteInterface',
4141
description: 'Special library acting as a proxy between Robot Framework and libraries elsewhere. Actual libraries can be running on different machines and be implemented using any programming language supporting XML-RPC protocol.',
4242
tags: ['library']
4343
},

0 commit comments

Comments
 (0)