Skip to content

Commit 8981088

Browse files
committed
Update upgrade warning link
1 parent 9ca6bcc commit 8981088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

queue_job/controllers/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def forbidden_commit(*args, **kwargs):
4141
'You may want to enable the "Allow Commit" option on the Job '
4242
"Function. Alternatively, if the current job is a cron running as "
4343
"queue job, you can modify it to run as a normal cron. More details on: "
44-
"https://github.com/OCA/queue/wiki/%5BDRAFT%5D-Upgrade-warning:-commits-inside-jobs"
44+
"https://github.com/OCA/queue/wiki/Upgrade-warning:-commits-inside-jobs"
4545
)
4646

4747
original_commit = cr.commit

0 commit comments

Comments
 (0)