summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2022-06-07 17:57:11 +0200
committerJean-Pierre Ledure <jp@ledure.be>2022-06-08 12:22:46 +0200
commit1d5ed2fdd14a8dc6871b687e795507b4f06fa67e (patch)
tree78440956d20d9d3c2fa1dba9f185b718b495a51b /wizards
parent7784f289d29c49e14229c9ec86ce994b68d0ecb7 (diff)
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>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/python/scriptforge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py
index ce6bbae81691..86c70b26be50 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -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