Skip to content

Commit 8d881f1

Browse files
committed
update scripting link
1 parent d0a8f79 commit 8d881f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/javascript/extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// A simple script that displays a random did you know message at the footer
33

44
const allMessages = [
5-
'You can write scripts to automate cloning, see <a href="https://github.com/manulera/OpenCloning_backend/blob/master/examples/scripting/README.md">the docs</a>.',
5+
'You can write scripts to automate cloning, see <a href="https://github.com/manulera/OpenCloning_backend?tab=readme-ov-file#scripting-with-pydna">the docs</a>.',
66
]
77

88
const randomMessage = allMessages[Math.floor(Math.random() * allMessages.length)]

0 commit comments

Comments
 (0)