wizards/source/scriptforge/python/scriptforge.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d5ed2fdd14a8dc6871b687e795507b4f06fa67e
Author:     Jean-Pierre Ledure <j...@ledure.be>
AuthorDate: Tue Jun 7 17:57:11 2022 +0200
Commit:     Jean-Pierre Ledure <j...@ledure.be>
CommitDate: Wed Jun 8 12:22:46 2022 +0200

    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 <j...@ledure.be>
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

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

Reply via email to