ScriptForge - (scriptforge.py) modify URL to help page

Avoid using hardcoded release number. Use 'latest'.

Change-Id: I04f531ee736bcd94d058413634ddb49046bc6c5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135475
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
This commit is contained in:
Jean-Pierre Ledure 2022-06-07 17:57:11 +02:00
parent 7784f289d2
commit 1d5ed2fdd1

View file

@ -51,7 +51,7 @@
ScriptForge(hostname = 'localhost', port = 2021)
Specific documentation about the use of ScriptForge from Python scripts:
https://help.libreoffice.org/7.3/en-US/text/sbasic/shared/03/sf_intro.html
https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03/sf_intro.html?DbPAR=BASIC
"""
import uno