Skip to content

Commit 4e8a51b

Browse files
committed
correct link for open keyword documention in browser
1 parent 529fad0 commit 4e8a51b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robotcode/language_server/robotframework/parts/code_action.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,10 @@ async def collect(
280280
"robotcode.showDocumentation",
281281
[
282282
f"http://localhost:{self._documentation_server_port}"
283-
f"/?name={entry.import_name}#{kw_doc.name}"
283+
f"/?name={entry.import_name}"
284284
f"{args}"
285285
f"&basedir={document.uri.to_path().parent}"
286+
f"#{kw_doc.name}"
286287
],
287288
),
288289
)

0 commit comments

Comments
 (0)