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:
parent
7784f289d2
commit
1d5ed2fdd1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
ScriptForge(hostname = 'localhost', port = 2021)
|
ScriptForge(hostname = 'localhost', port = 2021)
|
||||||
|
|
||||||
Specific documentation about the use of ScriptForge from Python scripts:
|
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
|
import uno
|
||||||
|
|
Loading…
Reference in a new issue